@charset "euc-jp";

#header {
	background-image: url(../common/header_img.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
	width: 804px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 211px;
}

#header h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-top: 32px;
	margin-left: 12px;
}

#footer {
	background-image: url(../common/footer_img.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
	width: 804px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 93px;
}

#contents {
	background-image: url(../common/body_shadow.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
	width: 804px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#information_area {
	width: 719px;
	height: 327px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #970F00;
	border-right: 1px solid #970F00;
	border-left: 1px solid #970F00;
	overflow: hidden;
}

#information_area .leftbox {
	width: 318px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border-right: 1px solid #970F00;
}

#information_area .rightbox {
	width: 318px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}

#information_area .title_bar {
	background-color: #D2D2C8;
	padding: 6px 0px 6px 0px;
	text-align: center;
}

#information_area p {
	text-align: left;
	margin: 10px 0px 10px 0px;
	text-indent: 0px;
	vertical-align: 120%;
	line-height: 18px;
}

img.pagetop {
	margin: 10px 0px;
}
