@charset "utf-8";
/* CSS Document */
/*--------------------------
　メイン写真　部分
---------------------------*/
#container{
	background-image:url(../img/common/mainimage.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	padding-top:295px;
}
h2{
	padding-top:30px;
	padding-left:20px;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}
/*--------------------------
　グローバルナビ部分
---------------------------*/
#gn{
	background-image:url(../img/common/nav_back.jpg);
	background-repeat:no-repeat;
	width:860px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
}
/* IE 7 */
*:first-child+html #gn{
	}
#grobalnav{
	width:840px;
	height:120px;
}
#grobalnav_ul{
	width:810px;
	padding:29px 0 0 30px;
}
#grobalnav_ul li{
	margin-right:30px;
	float:left;
}
li.member a{
	background-image:url(../img/common/button_tuca.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.member a:hover{
	background-image:url(../img/common/button_tuca_o.jpg);
	background-repeat:no-repeat;
}
li.notmember a{
	background-image:url(../img/common/button_mi.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.notmember a:hover{
	background-image:url(../img/common/button_mi_o.jpg);
	background-repeat:no-repeat;
}
li.unformation a{
	background-image:url(../img/common/button_mik.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.unformation a:hover{
	background-image:url(../img/common/button_mik_o.jpg);
	background-repeat:no-repeat;
}
/*--------------------------
　サブナビ部分
---------------------------*/
a.subnav0{
	background-image:url(../img/common/subnav0_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav0:hover{
	background-image:url(../img/common/subnav0_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
/*--------------------------
　写真×8　部分
---------------------------*/
#contents{
	margin-left: auto;
	margin-right:auto;
	background-image:url(../img/common/co_bg.jpg);
	background-repeat:no-repeat;
	width:862px;
	height:auto;
	overflow:hidden;
	}
#photos ul{
	background-color:#fff;
	width:803px;
	height:77px;
}
#photos li{
	float:left;
	height:72px;
	}
#photos li img{
	margin-top:3px;
	margin-left:3px;
	width:97px;
	height:72px;
}
/* IE 6 */
*html #photos img{
	vertical-align:text-bottom;
}
/*--------------------------
　お知らせ内容部分(コンテンツ・左)
---------------------------*/
#article{
	width:800px;
	overflow:hidden;
	margin-left:31px;
	}
#co-left{
	float:left;
	width:550px;
	font-size:115%;
}
#imfo-text{              /*--------------------重要なお知らせ*/
	margin:20px 0px 30px 0px;
}
#imfo-text dt{
	font-weight:bold;
	color:#390;
	padding-bottom:4px;
	margin:0px 5px 5px 0px;
}
#imfo-text dd{
	margin:0px 0px 15px 0px;
	line-height:170%;
}
#imfo-text dd a{
	color:#390;
	font-weight:bold;
}
#imfo img{
	margin-top:30px;
	mar-bottom:18px;
}
/*--------------------------
　お知らせ内容部分　新着ニュース
---------------------------*/
#news-text {             
	width:540px;
	height:160px;
	margin:10px 0 40px 0;
	padding:10px 0px 10px 10px;
	scrollbar-face-color: #ccc;       /* 表面の色 */
	scrollbar-3dlight-color: #ccc;    /* 左端と上端の色 */
	scrollbar-highlight-color: #fff;  /* ハイライトの色 */
	scrollbar-shadow-color: #fff;     /* 影の色 */
	scrollbar-darkshadow-color: #ccc; /* 右端と下端 */
	scrollbar-arrow-color: #333;      /* 矢印の色 */
	scrollbar-track-color: #E6E6E6;      /* バーの背景の色 */
	overflow:auto;
	clear:auto;
}
.news-text{
	border-bottom:dotted 2px #ccc;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
	height:auto;
}
/* IE 6 */
*html .news-text{
	margin-bottom:10px;
	padding-bottom:25px;
}
#news-text dt{
	width:100px;
	float:left;
	background-image:url(../img/common/button_tp.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0 0 0 15px;
	line-height:150%;
}
#news-text .dd_title{
	font-weight:bold;
	color:#9D81DA;
}
#news-text dd{
	width:390px;
	float:right;
	line-height:150%;
	padding-right:15px;
}
#news-text dd a{
	color:#9D81DA;
	font-weight:bold;
}
/*--------------------------
　お知らせ内容部分　まちかどトピックス
---------------------------*/
.topics-text{              
	padding:20px 0 0 0px;
	width:550px;
	float:left;
	border-bottom:dotted 2px #ccc;
	padding-bottom:15px;
}
.topics-img img{
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	width:130px;
	height:auto;
	border:double 4px #CCC;
}
.topics-title{
	width:395px;
	float:right;
	line-height:180%;
	border-bottom:solid 1px #CCC;
	font-weight:bold;
	color:#390;
	padding-bottom:2px;
	margin-bottom:10px;
}
/* IE 6 */
*html .topics-title{
	margin-bottom:-10px;
}
#topics dd a{
	color:#390;
	font-weight:bold;
}
.topics-title_new{
	width:400px;
	float:right;
	line-height:180%;
	border-bottom:solid 1px #CCC;
	font-weight:bold;
	color:#390;
	padding-bottom:2px;
	margin-bottom:10px;
	background-image:url(../img/common/new.jpg);/*-----------新着ボタン*/
	width:48px;
	height:22px;
	background-repeat:no-repeat;
	background-position:490px 0;
}
/* IE 6 */
*html .topics-title_new{
	margin-bottom:-10px;
}
.topics-detail{
	line-height:180%;
}
.topics-text_2{/*--------写真なし　テキストのみ*/
	width:550px;
	padding-top:20px;
	border-bottom:dotted 2px #ccc;
	padding-bottom:5px;
	overflow:hidden;
}
.topics-text_2 dd{
	width:550px;
}
/*--------------------------
　カウンター部分(index.htmlのみ)
---------------------------*/
#count{
	height:76px;
	width:218px;
	margin-top:12px;
	border: solid 1px #CCC;
	float:right;
	background-color:#f1f1f1;
}
table{
	width:208px;
	height:76px;
	text-align:center;
	margin:0 0 0 -1px;
}
/*--------------------------
　フッター部分(index.htmlのみ)
---------------------------*/
#footer{
	height:150px;
	text-align:center;
	clear:both;
	overflow:hidden;
	background-image:url(../img/common/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	width:100%;
	margin-top:30px;
	}
/* IE 7 */
*:first-child+html #footer{
	margin-top:40px;
	}
