/* mozilla.org Base Styles を基準に */
/* 記述ルール:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/*　全体共通設定 ブラウザデフォルト初期化　*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
	font-style:normal;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #555;
}
img{	
	margin: 0px;
	border: 0px;
}
/*■■■■　BOX設定　■■■■*/
div#outframe{
	width: 800px;
	margin: 0px 5px;
	border-left: solid 1px #7ecef4;
	border-right: solid 1px #7ecef4;
}

/*　ヘッダーbox　*/
div#header{
	position:relative;
	width: 800px;
	height: 100px;
	margin-bottom: 5px;
	background-image: url(../images/top/top3.gif);
	background-repeat: repeat-x;
}
#header h1{
	position: absolute;
	width: 270px;
	height: 100px;
	background-image: url(../images/top/logo.gif);
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	width: 270px;
	height: 100px;
	background-image:url(../images/top/logo.gif);
}
/*　センターエリアBOX　*/
div#container{
	width: 790px;
	margin: 0px 5px 5px 5px;
}
/*　サイドメニューBOX　*/
div#sidemenu{
	width: 170px;
	height: auto;
	float:left;
}
#sidemenu h2{
	margin: 5px 0px 0px 0px;
	color: #fff;
	font-size: 10pt;
	width: 158px;
	line-height:22px;
	background-color: #7ecef4;
	border: solid 1px #ccc;
}
/*　メインエリアBOX　*/
div#container2{
	width: 620px;
	float:right;
}
/*---　フッタ部定義　---*/
/*　フッターBOX　*/
div#footer{
	width: 800px;
	margin-bottom: 0px;
	clear:both;
}
#footer h2{
	color: #333;
	font-size: 10pt;
	margin-top: 10px;
	padding: 3px 0px 3px 10px;
	background-color: #7ecef4;
	border-top: solid 3px #bae5f9;
}
/*　アドレス　*/
address {
	clear: both;
	width: 800px;
	padding: 3px 0px;
	color: #fff;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	background-color: #00469d;
	border-top: solid 3px #769cca;
	border-bottom: solid 2px #00142e;
}
/* フッタメニュー　*/
#footmenu{
	clear: both;
	margin: 0px auto;
	width: 380px;
	list-style: none;
	border-left: solid 1px #ccc;
	text-align: center;
}
#footmenu li{
	display:inline;
	list-style-type:none;
	float: left;
}
#footmenu a{
	display: block;
	position: relative;
	width: 120px;
	margin: 3px 2px;
	font-size: 9pt;
	text-decoration: none;
	line-height: 20px;
	border-right: solid 1px #ccc;
}
/*　関連施設リンク　*/
ul#inlink {
	width: 660px;
	margin: 6px auto;
	list-style: none;
	text-align: center;

}
ul#inlink ul::after {
	display: block;
	list-style: none;
	visibility: hidden;
	content: ".";
	clear: both;
}
ul#inlink li{
	display:inline;
	list-style-type:none;
	float: left;
}
ul#inlink a{
	display: block;
	position: relative;
	width: 160px;
	margin: 0px 2px;
	padding: 2px 0px;
	font-size:10pt;
	text-decoration: none;
	border-bottom: 2px solid #7ecef4;
}
ul#inlink a:link	{ color: #000;}
ul#inlink a:visited	{ color: #000;}
ul#inlink a:hover	{ color: #f00; border-bottom-color: #f00;}
ul#inlink a:active	{ color: #ffcccc;}

/*　メインメニュー　*/
ul#mainList{	list-style-type:none;}
#mainList li{	margin-bottom: 3px;}
#mainList a{
	display:block;
	width: 160px;
	line-height:40px;
	font-size: 10pt;
	font-weight: bold;
	color: #0538b8;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.05em;
	background-image:url(../images/top/menu00.gif);
	background-position: 0px 0px;
}
#mainList a:hover {
	color: #F00;
	background-position: 0px -40px;
	text-decoration: none;
}
/*　サブメニュー　*/
ul#subMenu{
	margin-top: 10px;
	list-style-type:none;}
#subMenu li{	margin-bottom: 2px;}
#subMenu a{
	display:block;
	width: 160px;
	line-height:30px;
	background-image:url(../images/top/menu01.gif);
	background-position: 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}
#subMenu a:hover{
	color: #F00;
	background-position: 0px -30px;
	text-decoration: none;
}
/*　戻りメニュー　*/
ul#retMenu{	list-style-type:none;}
#retMenu li{	margin-bottom: 2px;}
#retMenu a{
	display:block;
	width: 160px;
	line-height:30px;
	font-size: 10pt;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	background-image:url(../images/top/menu02.gif);
	background-position: 0px 0px;
}
#retMenu a:hover{
	color: #F00;
	background-position: 0px -30px;
	text-decoration: none;
}
h1#wait{
	width: 580px;
	height:430px;
	margin: 10px auto;
	font-size: 22pt;
	color: #555;
	text-align: center;
	padding: auto ;
	border: dotted 1px #ccc;
}
span.big_font{
	padding: 180px;
	font-size: 30pt;
	font-weight: bold;
	line-height: 180%;
} 
/* Making by Ki3 */