@charset "UTF-8";

/*-----------------------------------------
共通指定
-----------------------------------------*/

*{
margin:0;
padding:0;
outline:none;
}

html {
overflow-y: scroll;
}

body{
letter-spacing:normal;
font-size: small;
font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-family:"Times New Roman", Times, serif;
line-height: 1.5;
background-image:url(../img/bg_left.jpg);
background-repeat:repeat-x;
}


img{
border:none;
vertical-align:bottom;
}

h1{
position:absolute;
display:block;
width:916px;
height:auto;
margin:0;
padding:0;
font-size:11px;
left: 47px;
top: 74px;
font-weight:normal;
}

ul li{
list-style:none;
}

address{
font-style:normal;
color:#333333;
font-size:12px;
padding:6px 0 0 525px;
letter-spacing:0;
}

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

strong{
font-style:normal;
font-weight:normal;
}

a{
text-decoration:underline;
}

a:link {
color:#003399;
}

a:visited {
color:#009999;
}

a:hover {
color:#00CC99;
}

a:active {
color:#CC9900;
}

/*-----------------------------------------
枠
-----------------------------------------*/

#wrapper{
position:relative;
width:980px;
height:auto;
margin:0 auto;
}

/*-----------------------------------------
コンテンツ
-----------------------------------------*/

#contents{
width:980px;
height:auto;
background-image:url(../img/index_bg.jpg);
background-repeat:no-repeat;
}

/*-----------------------------------------
ヘッダー、ヘッダーメニュー
-----------------------------------------*/

#header{
width:980px;
height:79px;
}

#header ul li{
float:left;
}

/*-----------------------------------------
メイン
-----------------------------------------*/

#main{
clear:both;
width:980px;
height:auto;
margin:17px 0 0 0;
}

#main_img{
vertical-align:text-bottom;
}

/*-----------------------------------------
メイン2
-----------------------------------------*/

#main_2{
position:relative;
width:980px;
height:88px;
margin:24px 0 0 0;
background-image:url(../img/news.jpg);
background-repeat:no-repeat;
font-size:12px;
}

#newscoment{
position:absolute;
left: 371px;
top: 11px;
}

#newscoment li{
margin-bottom:10px;
}

.mark_new{
vertical-align:baseline;
margin:0 7px -3px 7px;
}
.underline{
width:460px;
height:auto;
border-bottom:1px dotted #999999;
_padding-bottom:3px;
}

/*-----------------------------------------
メニュー
-----------------------------------------*/

#menu{
width:968px;
height:60px;
margin:27px 0 0 12px;
}

#menu ul li{
float:left;
}

/*-----------------------------------------
フッター
-----------------------------------------*/

#footer{
width:980px;
height:44px;
background-image:url(../img/footer.jpg);
background-repeat:no-repeat;
}

#f_line{
width:980px;
height:auto;
padding:24px 0 6px 0;
background-image:url(../img/body_bg.jpg);
background-repeat:y;
}

#return{
width:150px;
height:auto;
padding:0 0 0 830px;
}

/*-----------------------------------------
印刷設定
-----------------------------------------*/

@media print{

body{
width:auto;
margin:auto;
padding:auto;
_float:none;
background-image:none;
}

.ch{
width:130px;
}

#main_2{
background-image:none;
}

}
