@charset "utf-8";



body {/* */
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
	line-height: 140%;
	color: #000000;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #000066;
}
#base {/*ページ部 */
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#menu {/*メニュー部 */
	width: 780px;
	text-align: center;
	background-color: #FFFFFF;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
#menu a {/*メニュー部リンク */
	color: #000000;
	text-decoration: none;
}
#menu a:hover {/*メニュー部リンクhover */
	color: #FFFFFF;
	text-decoration: none;
}

#contents {/*コンテンツ部 */
	width: 780px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#address {/*著作権表示 */
	font-size: 65%;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 780px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: none;
}
#address a {/*著作権表示リンク */
	text-decoration: none;
	color: #FFFFFF;
}

h1 {/*タイトルバナー */
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0px;
}
a img {/*イメージリンク */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {/*パンくずリスト */
	color: #FFFFFF;
	background-color: #000000;
	width: 780px;
	text-indent: 20px;
	margin: 0px;
	font-size: 70%;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 a {/*パンくずリストリンク */
	text-decoration: none;
	color: #FFFFFF;
}
h3 {/*大見出し */
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	font-style: normal;
	background-color: #000066;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-bottom: 10px;
	width: 650px;
	margin-top: 10px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: double;
	border-left-style: outset;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
	padding: 5px;
	text-indent: 5px;
}


#contents p.pagetop {/*▲Page Top */
	font-size: 70%;
	text-align: right;
	margin-right: 5px;
}
#contents  table.center {/*表の中央揃え */
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 580px;
}

a.link {
	text-decoration: none;
}
