body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #9BC8FF;
}
h1 {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 3px;
}
.style1 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
#header {
	background-repeat: no-repeat;
	text-align: left;
	height: 140px;
	width: 960px;
	background-image: url(../img/header.jpg);
}
#menu {
	height: 40px;
	width: 960px;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	background-image: url(../img/menu.jpg);
}
#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 960px;
}
