.header {
	height: 30px;
	width: 100%;
	background-image: url(images/head_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}
.body {
	background-repeat: repeat-y;
	background-image: url(images/body_shadow.png);
	width: 872px;
	background-position: center;
	height: 495px;
}

.footer {
	height: 70px;
	width: 100%;
	background-image: url(images/foot_shadow.png);
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
.base {
	height: 625px;
	width: 872px;
	background-attachment: fixed;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	height: 15px;
	margin-top: 10px;
}
.midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
