/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/* site setting */
/*/////////////////////////////////////////////////////////////////////////////////////////////*/


 /* body
---------------------------------------------------- */
body {
font-family: "Verdana", "Arial", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
color:#333333;
line-height:1.65em;
font-size:90%;
text-align:center;
padding:0 0 40px 0;
}

* html body{  
    overflow: hidden;  
}   


#comment { overflow: auto; padding:20px; }

#footer { 
position: fixed !important;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height:35px;
background: url(../images/bk01.png);
padding:10px;
clear:both;
}


.noteset01 h1 { font-size:110%; background: url(../images/ln01.png) bottom repeat-x; padding-bottom:6px; margin-bottom:10px; }
.noteset01 p { text-align:left; }




/*link
---------------------------------------------------- */
A {text-decoration: none;} 
A:link { color:#003399; } 
A:visited { color:#003399; }
A:active { color:#DC0000; }
A:hover { color:#DC0000; text-decoration: underline; }