@charset "utf-8";
body {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.maincontent {
	float: right;
	width: 690px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-left: 10px;
	font-family: "メイリオ";
	font-size: 13px;
}

#index {
	width: 100%;
	clear: both;
	height: 300	px;
}

#index h1 {
	color: #000066;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
}
#index h2 {
	color: #000066;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	vertical-align: text-top;
}

.main_zone {
	padding-top: 4px;
	padding-right: 5px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 9px;
	border-right-style: none;
	border-left-style: none;
	height: auto;
	margin-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
	background-position: center top;
	text-align: left;
	background-color: #f0fff0;
}

.main_zone h2 {
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-size: 18px;
	font-weight: bolder;
	color: #000066;
	text-indent: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-bottom-style: solid;
}
.main_zone h3 {
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bolder;
	color: #000066;
	text-indent: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 5px;
	border-top-color: #5BBDFF;
	border-right-color: #5BBDFF;
	border-bottom-color: #5BBDFF;
	border-left-color: #5BBDFF;
	border-bottom-style: double;
}

.main_zone h4 {
	left: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	text-indent: 0px;
	margin-bottom: 7px;
	margin-top: 15px;
	border-left-color: #006633;
	border-left-width: 10px;
	border-left-style: solid;
	padding-left: 5px;
	vertical-align: bottom;
}

.content {
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.content p{
	padding-left: 15px;
	padding-top: -5px;
}

.form{
	padding-left: 17px;
}

a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.content span {
	padding-left: 15px;
	text-indent: 15px;
	margin-top: 5px;
}
