@charset "UTF-8";

/* __________ common __________ */

*{
margin:0;
padding:0;
}

body{
text-align:center;
background:#e6cec3;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif, Verdana, Arial, Helvetica;
font-size:12px;
line-height:1.6;
color:#330000;
}

img{
border:none;
}

a:link{
color:#330000;
text-decoration:none;
}
a:visited{
color:#330000;
text-decoration:none;
}
a:hover{
color:#660000;
text-decoration:underline;
}
a:active{
color:#660000;
text-decoration:none;
}

.clearfix:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.clearfix{
min-height:1px;
}
*html .clearfix{
height:1px;
}

.clear{
clear:both;
}
.h{
display:none;
}


/* __________ pages_common __________ */

#container{
width:970px;
margin:0 auto;
text-align:center;
}

#menu{
clear:both;
list-style:none;
width:898px;
height:40px;
padding:0 36px;
/*overflow:hidden;*/
background:url(../images/menu.jpg) center top no-repeat;
}
#menu li{
float:left;
display:inline;
margin:0;
padding:0;
}

#contents{
width:890px;
padding:0 40px 40px;
background:url(../images/bg.jpg) center top repeat-y;
text-align:left;
}

.img_left{
float:left;
display:inline;
margin:0 20px 20px 0;
}
.img_right{
float:right;
display:inline;
margin:0 0 20px 20px;
}

.line{
clear:both;
width:890px;
height:64px;
background:url(../images/line.gif) left top no-repeat;
}
.line hr{
border:none;
display:none;
}
