@charset "utf-8";

/*=====================================

	style

=====================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #030083;
	background-image: url(../img/body.gif);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
}
div#bodyChild {
	background-image: url(../img/body-child.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
div#container {
	width: 800px;
	margin: 0 auto;
}
div#contents {
	height: 876px;
	overflow: hidden;
}
div#footer {
	background-image: url(../img/footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 32px;
}
div#footer p.banner {
	padding-top: 4px;
	margin-bottom: 16px;
	text-align: center;
}
div#footer p.copyright {
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
img {
	border: none;
}

