/* 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: #000;
}
/*　基本カラー
#ccffff;水色
#ff80bf;ピンク
#ffd1d1;薄ピンク
*/
div#outframe{
	width: 800px;
	margin: 0px 5px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

/*　ヘッダーbox　*/
h1{
	width: 800px;
	height: 55px;
	border-top: solid 5px #00469d;
	border-bottom: solid 10px #00469d;
	color: #333;
	text-indent: 0.2em;
	font-size: 36pt;
}
h2.h2a{
	margin: 15px 5px 15px 0px;/* [上][右][下][左] */
	padding-left: 10px;
	height: 1.7em;
	color: #333;
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.5em;
	border-left: solid 5px #00469d;
	border-bottom: solid 2px #00469d;
}
h3.h3a {
	margin: 10px;
	padding-left: 0.3em;
	border-left: 1.2em solid #0068b7;
	letter-spacing: 0.2em;
	font-size: 1em;
	background-color: #fff;
	color: #333;
}
p{
	margin: 5px;
	font-size:11pt;
	letter-spacing: 0.1em;
	line-height: 180%;
}
img{
	margin: 10px;
	padding: 5px 5px 10px;
	background-color: #fafaf3;
	border: 1px solid #ccc;
}
div.msgbox{
	margin: 20px 30px;
}
/*---　フッタ部定義　---*/
/*　フッターBOX　*/
div#footer{
	width: 800px;
	margin-bottom: 0px;
	clear:both;
}
#footer h2{
	color: #333;
	font-size: 10pt;
	line-height:1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #ccffff;
}
/*　アドレス　*/
address {
	clear: both;
	width: 800px;
	line-height: 26px;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	color: #fff;
	background-color: #00469d;
}


/*　関連施設リンク　*/
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 #ccffff;
}
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;}
}
