body  {
    margin: 0;
    padding: 0;
    position: relative;
    color: #333333;
    color: #111199;
    line-height: 160%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
}

h1 {
}

h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

h3 {
    margin-top: 32px;
    padding-left: 4px;
}

h4 {
}

h5 {
}

h6 {
}


a:link, a:active, a.ref {
    text-decoration: underline;
}
a:visited {
    color: #666666;
}
a:link:hover, a:visited:hover, a.ref:hover {
    color: #ff3333;
}







/* clearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    zoom:1;
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

