/* CSS Document */
h1{
	font-size: 16px;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	padding-bottom: 5px;
	border-left-style: solid;
	border-left-width: 10px;
	border-bottom-width: 1px;
	padding-left: 10px;
	margin-top: 10px;
	width: 500px;
	padding-top: 10px;
}
h2{
	font-size: 18px;
	color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 10px;
	padding-left: 10px;
	font-weight: bold;
}
body {
	background-color: #3494c2;
	background-image: url(index_bg.gif);
	background-repeat: repeat-x;
}
.honbun_h {
	font-size: 14px;
	line-height: 180%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.honbun_h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.honbun {
	font-size: 12px;
	line-height: 180%;
	color: #FFFFFF;
	margin-left: 10px;
}
.honbun_b {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.honbun_s {
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	margin-left: 10px;
}
.honbun_s1 {
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	padding: 5;
}
.honbun a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.honbun a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.honbun a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
.honbun a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.top_menu {
	font-size: 12px;
	background-color: #003399;
	height: 18px;
}
.top_menu a:link {
	color: #00CCFF;
	text-decoration: none;
}
.top_menu a:visited {
	color: #00CCFF;
	text-decoration: none;
}
.top_menu a:hover {
	color: #FFFF33;
	text-decoration: none;
}
.top_menu a:active {
	color: #00CCFF;
	text-decoration: none;
}
.menu_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #000066;
	border-bottom-color: #0066FF;
	border-left-color: #000033;
}
.menu_td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #0099FF;
}
.footer {
	background-color: #000066;
	background-position: center;
	padding: 3px;
	height: 18px;
	font-size: 14px;
	font-weight: bolder;
	color: #CCCCCC;
	text-align: center;
}

