@charset "utf-8";

/* CSS Document */
/* ページ構造に関するCSS　*/
*{
	text-decoration:none;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#1e1e1e;
}

a {
	text-decoration:underline;
	color:#3737be;
}
a:hover {
	color:#F90;
}


#wrapper{
	width:850px;
	margin:0 auto;
}
.content  {
	width: 850px;
	height: auto;
}


#header{

	background:url(../images/eyecatch.png) no-repeat;
	width:850px;
	height:550px;
	position:relative;
}

#header h1{
		text-indent:-9999px;
}

#gnav {
	width: 850px;
	height: 64px;
}

#link1{
	position:absolute;
	top:10px;
	right:0px;
	padding-left:18px;
	background:url(../images/button1.png) left center no-repeat;
	font-size:85%;
}
#link1 a{
}
#gnav{
	float:left;
	padding-top:8px;
}
/* ナビゲーションに関するCSS */
#gnav li{
	float:left;
	text-indent:-9999px;
}
#gnav li a{
	display:block;

}
#gnav li.gnav1 a:link{
	background:url(../images/gnav1.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav1 a:visited{
	background:url(../images/gnav1.png) no-repeat;
	width:170px;
	height:64px;
}

#gnav li.gnav1 a:active, #gnav li.gnav1 a:hover{
	background:url(../images/gnavhov1.png) no-repeat;
	width:170px;
	height:64px;
}

#gnav li.gnav1carrent a{
	background:url(../images/gnavhov1.png) no-repeat;
	display:block;
	width:170px;
	height:64px;
}

#gnav li.gnav2 a:link{
	background:url(../images/gnav2.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav2 a:visited{
	background:url(../images/gnav2.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav2 a:active, #gnav li.gnav2 a:hover{
	background:url(../images/gnavhov2.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav2carrent a{
	background:url(../images/gnavhov2.png) no-repeat;
	display:block;
	width:170px;
	height:64px;
}

#gnav li.gnav3 a:link{
	background:url(../images/gnav3.png) no-repeat;
	width:170px;
	height:64px;
}

#gnav li.gnav3 a:visited{
	background:url(../images/gnav3.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav3 a:active, #gnav li.gnav3 a:hover{
	background:url(../images/gnavhov3.png) no-repeat;
	width:170px;
	height:64px;
}

#gnav li.gnav3carrent a{
	background:url(../images/gnavhov3.png) no-repeat;
	display:block;
	width:170px;
	height:64px;
}

#gnav li.gnav4 a:link{
	background:url(../images/gnav4.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav4 a:visited{
	background:url(../images/gnav4.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav4 a:active, #gnav li.gnav4 a:hover{
	background:url(../images/gnavhov4.png) no-repeat;
	width:170px;
	height:64px;
}

#gnav li.gnav4carrent a{
	background:url(../images/gnavhov4.png) no-repeat;
	display:block;
	width:170px;
	height:64px;
}

#gnav li.gnav5 a:link{
	background:url(../images/gnav5.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav5 a:visited{
	background:url(../images/gnav5.png) no-repeat;
	width:170px;
	height:64px;
}
#gnav li.gnav5 a:active, #gnav li.gnav5 a:hover{
	background:url(../images/gnavhov5.png) no-repeat;
	width:170px;
	height:64px;
}

#gnav li.gnav5carrent a{
	background:url(../images/gnavhov5.png) no-repeat;
	display:block;
	width:170px;
	height:64px;
}


/* コンテンツに関するCSS */
*html .header2{
	line-height: 1.4;
	padding-bottom: 0px;
}
.header2{
	margin-bottom:10px;
	padding-bottom: 7px;
	height:13px;
	border-left:solid 17px #ff99cc;
	padding-left:15px;
	margin-left:24px;
	font-size:105%;
/*	border-left:solid 17px #FF466E;*/
}
.header3 {
	margin-bottom:10px;
	padding-bottom: 7px;
	padding-left:15px;
	margin-left:24px;
	font-size: 16px;
}

.line{
	clear:left;
	padding-top:30px;
	background:url(../images/line.gif) repeat-x center bottom;
	padding-bottom:12px;
	width:800px;
	margin-left:16px;
	margin-bottom:12px;


}
.scol span{
	font-size:95%;
	margin-bottom:10px;
	display:block;
	background-color:#FDFFA3;
	height:26px;
	padding-top:9px;
	width:450px;
	padding-left:9px;
}
.scol{
	font-size:97%;
	float:left;
	width:450px;
	margin-right:10px;
	padding-bottom:15px;
}
.scol li{
	line-height:1.5;
	font-size:97%;
	padding-left:13px;
	margin-left:10px;
	background:url(../images/button2.gif) no-repeat 0px 3px;
}
#scol2{
	line-height:1.1;
	margin-left:170px;
	margin-top:18px;
	padding:18px 0px 18px 18px;
	width:500px;
	height:120px;
	border:1px solid #a8a8a8;
}
#sent{
	line-height:1.5;
	letter-spacing:normal;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-left:40px;
	width:772px;
}

#list ul{
margin: 0;
padding: 0;
list-style: none;
}
#list li{
display: inline;
padding: 0;
margin: 0;
}
#list li a{
display: block;
border: 1px solid #9F99A3;
background-color: #EEEEEE;
padding: 3px 10px;
text-decoration: none;
color: #333;
width: 700px;
line-height:40px;
margin: 2px 0px;
text-align: left;
font-size: 16px;
}
#list li a:hover{
border: 1px solid #8593A9;
background-color: #9EB7DD;
}

#list{
	padding-left:50px;
	float:left;

}


}
#sur{
	position:relative;
	padding-bottom:50px;
}
#sur #check{
	position:absolute;
	top:104px;
	right:150px;
}
#news{
	border: 1px solid #7C7C7C;
	padding:10px 30px 10px 30px;
	width:750px;
	margin-left:19px;
	font-size:97%;
}
.scol #vscol{
	line-height:1.3;
}
#feed{
	border: solid 1px #7c7c7c;
	margin-left: 19px;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	width: 780px;
	font-size: 95%;
	padding-right: 15px;
}
#feed li{
	list-style: disc;
	margin-left: 30px;
}

.map {
	margin:10px 40px;
	}

/* フッターに関するCSS　*/
#sfooter{
	margin-top:10px;
	font-size:95%;
}

#footer{
	clear:left;
	padding-top:30px;
	margin-top:30px;
	background:#F5DA81;
	padding-left:40px;
	padding-bottom:20px;

}
.copyright {
	font-size:70%;
	width:430px;
	color:#3737be;
	padding-top:10px;
}

address p{
	font-size:100%;
	font-style:normal;
}
.txtbg01 {
	background-color: #ECF9F7;
}
.smatxt {
	font-size: small;
}
/*テーブル行事用*/
.table_04 {
	padding:0px;
	width:770px;
	border-collapse:separate;
	border-spacing:2px;
	margin-bottom: 10px;
	line-height: 160%;
}
.table_04 th {
	padding:5px 0px;
	text-align:center;
	vertical-align:center;
	color:#000000;
	background-color:#F5F5F5;
	border-top:1px solid #006666;
	border-left:1px solid #006666;
	border-right:1px solid #99CC66;
	border-bottom:1px solid #99CC66;
	line-height: 130%;
	font-size: 0.85em;
}
.table_04 td {
	padding:5px;
	background-color:#ffffff;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	line-height: 130%;
	font-size: 0.83em;
	vertical-align:center;
}
