@charset "UTF-8";
#header {
	height: 70px;
	width: 950px;
	background-color: #C1272D;
}
#middle {
	width: 950px;
	background-color: #EFC9CA;
}
#left {
	float: left;
	width: 175px;
	background-image: url(image/l_bg.jpg);
	background-repeat: repeat-y;
	background-color: #EFC9CA;
}
#right {
	float: left;
	width: 775px;
	background-image: url(image/r_bg.jpg);
	background-repeat: repeat-y;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	line-height: 150%;
	font-size: 100%;
}
#footer {
	height: 40px;
	width: 950px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1272D;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 75%;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #42210B;
}
.cb {
	clear: both;
}
