/* CSS Document */

/*  共通
-----------------------------------------------------------*/
a {text-decoration: underline;}
a:link{color:#333333;}
a:visited {color:#333333;text-decoration:underline;}
a:active {color:#333333;}
a:hover{color:#8C653F;text-decoration:underline;}



body{
margin:0;
padding:0;
text-align:center;
color:#000;
background-color:#232323;
}

#wrap{
width:940px;
margin: 0 auto;
background-color:#232323;
text-align:left;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,di,dd,a{
margin:0;
padding:0;
}

.f10{
font-size:10px;
line-height:15px;
}
.f12{
font-size:12px;
line-height:20px;
}


/*コンテンツ大枠*/

div#conts{
width:866px;
background-color:#ffffff;
padding:25px 37px 50px 37px;
}

div#yoyaku{
width:866px;
padding:20px 37px 20px 37px;
}


