@charset "utf-8";
body {
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3","sans-serif";
	line-height: 140%;
	color: #000000;
	background-color: #BCDEDE;
	font-size: 12px;
	margin:0;
	padding:0;
	text-align: center;
	}

#page {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	background-color: #FFFFFF;
	border-color: #663300;
	border-left: solid 1px;
	border-right: solid 1px;
}	
	
a:link {
	color: #003399;
}

a:hover {
	color: #00FFFF;
}


a:visited {
	color: #003399;
}

/*　ヘッダー　*/
#header {
	margin-bottom:20px;
	background-image: url(../imag/bg_header.html);
	height: 140px;
	width: 800px;
	}
.topcopy {
	text-align:right;
	margin-right: 16px;
	height: 16px;
	font-size: 12px;
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3","sans-serif";
}

.rogo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	margin-top:0px;
	background-image: url(../imag/bg_header-2.html);
	text-align: left;
	background-repeat: no-repeat;
}


.headleft {
	float: left;
	padding: 0px 0px 0px 0px;
	 }

.headright{
	height: 90px;
	padding: 0px 0px 0px 0px;
	}




/*　メインメニュー　*/
#menu {
	height: 34px;
	background-color: #FFCC99;
	margin-top: 0px;
	padding-left: 40px;
	background-image: url(../imag/menu/menu_bg.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
	font-size: 12px;
}

#menu a {
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3","sans-serif";
	display: block;
	background: url("../imag/menu/menu.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	width: 144px;
	height: 24px;
	color: #003399;
	text-align: center;
	text-decoration:none;
	padding-top: 10px;
	}
#menu a:hover {
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3","sans-serif";
	display: block;
	background: url("../imag/menu/menu_on.gif") bottom left no-repeat;
	width: 144px;
	color: #0099FF;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
}

/*　トップのコンテンツ　*/
#topbanner {
	width:760px;
	text-align: center;
		}
		
.topbodycopy {
	width: 460px;
	float: right;
	text-align: left;
	padding-right: 20px;
	}

p.bodycopy {
	text-align: left;
	padding-right: 20px;
	padding-left: 15px;
	}

.topmessage {
	border:solid 1px;
	border-color: #FF0000;
	width: 720px;
	}


/*　FAQ　*/
.qbox {
	width: 720px;
	padding: 6px 10px;
	margin-left: 10px;
	border: solid #ff9999 1px;
	color: #ff3366;
	}

.abox {
	width: 720px;
	padding: 6px 10px;
	margin-left: 10px;
	border: solid #006600 1px;
	color: #333333;
	margin-top: 3px;
	}

.leftbox {
	float: left;
	padding-right: 10px;
	 }


/*　ごあんない　*/
.infobox{
	margin-left:30px;
	border:solid 1px #660033;
	width: 700px;
	text-align: left;
	padding-top: 6px;
	padding: 6px 6px;
	}
	
.infocopy{
	padding: 6px 16px;
	}

	
/*　年間行事テーブル　*/
table{
	width: 500px;
	cellspacing: 0
	border: 2px solid #999999; /* 外側の枠線 */
	}

 td {
	vertical-align:top;
	border-width: 1px; /* 上下だけ引く */
	border-color: #999999; /* 線色：緑 */
	border-style: solid; /* 線種：実線 */
	font-size: 14px;
	padding:3px 20px;
	}
	

		
/*　コンテンツ　*/
#content{
	width:760px;
	margin-left: 24px;
	text-align: left;
	}

.top {
	width: 700px;
	}

#content h1{
	margin:0;
	text-align: center;
	}

#content h2{
	margin:0;
	text-align: left;
	background-color: #ffffff;
	}

#content h3{
	color:#003399;
	padding-left: 15px;
	font-size: 14px;
	}
	
.bodycopy {
	text-align: left;
	padding-right: 20px;
	}

.point {
	background-color: #ffd9d9;
	padding-bottom: 1px;
	padding-top: 1px;
	}

.photoright{
	float:right;
	text-align: center;
	}

.right{
	text-align: right;
	padding-right: 80px;
	}

.footnote {
	padding-left:40px;
	padding-right: 40px;
	color: #666666;
	text-align: left;
	}

.dia {
	color: #993333
}


.navitop {
	text-align: center;
	clear: both;
	}

.naviback {
	width: 50px;
	display: block;
	float: left;
}
.navinext {
	width: 50px;
	margin-left: 700px;
	display: block;
	}	
	
.clear{
	clear: both;
}

.center{
	text-align:center;
	}
		
/*　フッター　*/

#footer{
	height:200px;
	text-align:center;
	font-size:12px;
	}
