@charset "UTF-8";
#header {
	height: 250px;
	width: 640px;
	background-color: #FFFFFF;
}
#navi {
	height: 40px;
	width: 640px;
	background-color: #FFFFFF;
}
#middle {
	width: 640px;
	background-color: #FFFFFF;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 75%;
	line-height: 150%;
	background-image: url(image/m_bg.jpg);
	background-repeat: repeat-y;
}
#footer {
	height: 50px;
	width: 640px;
	background-color: #FFFFFF;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	background-image: url(image/footer.jpg);
	background-repeat: no-repeat;
	font-size: 60%;
	color: #FFFFFF;
}
#wrapper {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #B5CDE9;
}
