#container{
width:1000px;
margin:auto;
text-align:left;
border-left:solid 1px #666666;
border-right:solid 1px #666666;
background:#ffffff;
}


#header{
border-top:solid 1px #666666;
border-bottom:solid 1px #666666;
}


#wrapper{
padding:0px;
background-image:url(../img/menuwaku.gif);
background-repeat:repeat-y;
background-position:left top;
overflow:hidden;
width:100%;
}


#menu{
width:401px;
float:left;
}


#contents{
width:599px;
float:right;
}



#footer{
border-top:solid 1px #666666;
border-bottom:solid 1px #666666;
clear:both;
padding-left:10px;
color:#000000;
font-size:12px;
line-height:2.0;
font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
letter-spacing:2px;
}




