@charset "UTF-8";
#header {
	height: 330px;
	width: 750px;
}
#navi {
	height: 40px;
	width: 750px;
}
#middle {
	width: 750px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 75%;
	line-height: 150%;
	background-image: url(image/bg_b.jpg);
	background-repeat: repeat-y;
}
#footer {
	height: 40px;
	width: 750px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 75%;
	line-height: 150%;
}
#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EEEEEE;
}
