@charset "utf-8";

/************ header ************/
#header {
	width: 980px;
	height:130px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#header #header_left {
	width: 600px;
	height:95px;
	float: left;
	margin: 0;
	padding: 0;
}


/************ content ************/
#contents{
	width: 900px;
	margin: 0 auto 0;
	padding: 0;
	border: #c09772 solid 1px;
	border-top:0px;
	background: #870606;
	overflow: hidden;
	text-align:left;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*\*/
* html #contents {
	height: 0em;
	overflow: visible;
}
/**/


/*++++++++++++ content inner layout ++++++++++++*/

/************ left ************/
#contents #leftarea {
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}


/************ right ************/
#contents #rightarea {
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
#contents #rightarea h1 {
	border-bottom:#e4b475 solid 1px;
}
#contents #rightarea #right_navigation {
	width:290px;
	margin:20px 0 17px 10px;
}
#contents #rightarea #right_navigation li {
	margin-bottom:3px;
}
#contents #rightarea #right_flash_bnr {
	margin: 0 0 20px 10px;
}
#contents #rightarea #right_bnr {
	margin: 0 0 20px 10px;
}
#contents #rightarea #right_bnr li {
	margin-bottom:2px;
	background: #FFFFFF;
	width: 280px;
}


/************ bottom ************/
#contents #bottomarea {
	clear: both;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border-top: #e4b475 solid 1px;
	background: #fcf8f2;
}
#contents #bottomarea #bottom_inner {
	clear: both;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border-top: #870606 solid 1px;
	background: #fcf8f2;
}
#contents #bottomarea #newsbox {
	display: inline;
	float:left;
	width: 580px;
	margin: 15px 0 0 10px;
}
#contents #bottomarea #newsbox ul{
	margin-top: 3px;
	margin-bottom: 15px;
}
#contents #bottomarea #newsbox li{
	line-height: 18px;
	border-bottom: #e0c6af dotted 1px;
	padding: 7px 0;
}
*html #contents #bottomarea #newsbox li{
	padding: 5px 0 2px 0;
}

#contents #bottomarea #newsbox .box_th {
	display: block;
	float: left;
	width: 90px;color:#c70303;
}
#contents #bottomarea #newsbox .box_td {
	display: block;
	float: right;
	width: 488px;
}




#contents #bottomarea #bnrbox {
	float:right;
	width: 290px;
	text-align: left;
	margin: 15px 0 10px 0;
}
#contents #bottomarea #bnrbox li {
	margin-bottom:5px;
}


/************ footer ************/
#contents #footerarea {
	clear: both;
	width: 900px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#contents #footerarea #footer_navi {
	display: inline;
	float:left;
	width: 580px;
	font-size: 11px;
	line-height:15px;
	color: #FFFFFF;
	margin: 20px 0 0 10px;
	border-left: #FFFFFF solid 1px;
	overflow: hidden;
}
#contents #footerarea #footer_navi li {
	float: left;
	border-right: #FFFFFF solid 1px;
	padding: 0 10px;
}
#contents #footerarea #copyright {
	float:right;
	width: 290px;
	margin: 19px 0 0 0;
	text-align: left;
}



