@charset "UTF-8";
/*ヘッダー共通部分*/
#header {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
}





/*サブページレイアウト*/
#headermenu {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	background-image: url(../img/haikeitop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	clear: both;
	padding-right: 70px;
}
#subcontent {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/haikeicontentre.jpg);
	margin-top: 0px;
	background-repeat: repeat-y;
}
#subleft {
	width: 230px;
	float: left;
	padding-left: 0px;
}
#subright {
	width: 540px;
	float: right;
}





/*フッター共通部分*/
#footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 80px;
}



/*トップページ*/
#content {
	background-image: url(../img/haikeire.jpg);
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #330000;
}
#hedder {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	background-image: url(../img/haikeitop.jpg);
	background-repeat: no-repeat;
}
#headermenu #toplogo {
	float: right;
	height: 90px;
	padding-top: 40px;
	width: 552px;
}
