.header {
	height: 30px;
	width: 650px;
	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: 650px;
	background-position: center;
	padding-bottom: 20px;
	height: 693px;
}
.title {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 36px;
}

.footer {
	height: 77px;
	width: 650px;
	background-image: url(images/foot_shadow.png);
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
.base {
	margin-left: 20px;
	height: 820px;
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.remarks {
	font-size: 9px;
	text-align: right;
	color: #666666;
}
