html, body, ul, li, h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
* {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----------------------------------
  all
---------------------------------- */

body {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 7px;
    background: #eae5e3;
    max-width: 700px;
    -webkit-text-size-adjust: 85%;
    font-size: 100%;
    line-height: 1.9em;
    letter-spacing: 0px;
    font-family: Verdana, Roboto, "Droid Sans", "ŸàƒSƒVƒbƒN", YuGothic, "Meiryo UI", "ƒƒCƒŠƒI", "Meiryo ", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;

}/*----------------------------------------
  haco
----------------------------------------*/

#menu {
    margin-right: 10px;
    margin-bottom: 0em;
    text-align: right;
    font-size: 130%;
}
#mail {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.blank{
    height: 50px;
}
.left {
    float: left;
    max-width: 100px;
}
.right {
    margin-left: 5em;
    background: eae5e3;
}
.white {
    letter-spacing: -1px;
    -webkit-text-stroke: 0px #666;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
    text-align: justify;
    background-color: #f3f3f2;
    padding: 2%;
    margin: 0px 3%;
}
.box {
    max-width: 600px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.m_box {
    line-height: 1.5em;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    padding: 1%;
    /*border: dashed 1px #3b7960;*/
}
.me {
    color: #666;
    line-height: 130%;
    letter-spacing: -1px;
    text-align: justify;
    margin-top: 10px;
    margin-left: 0px;
    padding: 10px;
    max-width: 15em;
    font-size: 90%;
    border-top: dotted 1px #999;
    border-bottom: dotted 1px #999;
}
/* ----------------------------------
  form
---------------------------------- */

input,
textarea {
    font-size: 100%;
    color: #393e4f;
    background-color: #e5e0de;
    border: solid 1px #d8d4d2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
}
input:focus,
select:focus,
textarea:focus {
    border: solid 1px #2f5d50;
}
select {
    color: #393e4f;
    background-color: #e5e0de;
}/* ----------------------------------
  link
---------------------------------- */

a {
    color: #006e54;
    text-decoration: none;
    cursor: help;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active {
    color: #47885e;
    text-decoration: none;
    cursor: help;
}
a.menu {
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a.menu:hover {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    text-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
}/* ----------------------------------
  deco 1
---------------------------------- */

hr {
    width: 100%;
    text-align: center;
    border: none;
    border-top: dashed 1px #2f5d50;
    color: #eae5e3;
}
p {
    text-indent: 1em;
}
p.words {text-indent: 0em;
}
b {
    font-size: 105%;
}
.m {
    font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
ruby {
    display: inline-table;
    height: 1em;
    vertical-align: text-bottom;
    text-align: center;
}
ruby rt {
    display: table-header-group;
    text-align: center;
    font-size: 50%;
    line-height: 0.5em;
}
.r{
    text-align: right;
    margin-right: 1em;
}
.mini{
    font-size: 70%;
}/* ----------------------------------
  deco 2
---------------------------------- */

h1 {
    color: #c9171e;
    font-size: 400%;
    letter-spacing: 2px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin-bottom: 10px;
}
h2 {
    color: #00aaaa;
    font-size: 200%;
    letter-spacing: -2px;
}
h3 {
    color: #009999;
    font-size: 170%;
    letter-spacing: -2px;
    margin-bottom: -5px;
}
.red {
    color: #cc0000;
    font-size: 110%;
}
.red {
    color: #cc0000;
    font-size: 110%;
}
.clear {
    font-size: 110%;
    color: rgba(0,0,0,0);
}