/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/* site setting */
/*/////////////////////////////////////////////////////////////////////////////////////////////*/


 /* body
---------------------------------------------------- */
body {
font-family: "Verdana", "Arial", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
background:#00366C;
color:#333333;
line-height:1.5em;
font-size:90%;
text-align:center;
}

* html body{  
    overflow: hidden;  
}   


/*link
---------------------------------------------------- */
A {text-decoration: none;} 
A:link { color:#003399; } 
A:visited { color:#003399; }
A:active { color:#DC0000; }
A:hover { color:#DC0000; text-decoration: underline; }


 /*huk
---------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
