/* base */   
html  { height:100%; width:100%;}  
body {  height:100%; font-family:osaka,MS Pゴシック,arial,helvetica,sans-serif; line-height:1.2; margin:0px auto;}  
.white{ color:#FFF;} 
#header { background-color:#121212; width:100%; padding:3px 0 3px 0; margin: 0px 0px 10px 0px; border-bottom: 1px solid #565656; font-size: 12px; clear: both; overflow:hidden; }  
#logo{ width:320px; margin: 0px 0px 0px 15px; } 
#header_menu{ margin: 0px 15px 0px 0px; text-align:right;}
#continer{
width: 800px;
margin: 10px auto;
}
#footer{ clear:both; width:100%; text-align:center; margin-top: 15px; padding-top: 4px; border-top: 1px solid #999999;} 
