@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	background-color: #B0B0B0;
	border: 1px solid #EAEAEA;
	height: 20px;
	width: 800px;
	font-size: 10px;
	line-height: 18px;
	color: #2D2D2D;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 800px;
}
#footer {
	background-color: #0C3176;
	height: 120px;
	width: 800px;
	margin: 0px;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	text-decoration: none;
	padding: 0px;
}

#spacer {
	background-color: #FFFFFF;
	height: 0px;
	width: 800px;
}
h1 {
	font-size: 14px;
	color: #1659D6;
	padding: 5px;
	border: thick double #1659D6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h2 {
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #FF3333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

