@charset "UTF-8";
/* CSS Document */

#wrap { width: auto;}

#mainArea {
	width: 911px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#mainArea #bnr{
	position: absolute;
	right: 24px;
	top: 296px;
}

#footerWrap {
	background: #ee080a url(../images/bg01.gif) repeat-y center;
}
#footer {
	width: 911px;
	min-height: 52px;
	height: auto !important;
	height: 52px;
	margin: 0 auto;
	padding: 10px 20px 10px 18px;
	color: #ffffff;
	text-align:left;
	border: 0;
}
#footer a {	color: #ffffff;}
#footer p {	text-align: right;}
#footer #id {	float: left;}

#footer iframe {
	float: left;
	width: 351px;
	height: 53px;
	margin-left: 20px;
	background-color: #F46C31;
}

#news {
	background-color: #f15711;
	color: #ffffff;
}
#news h1 {
	width: auto;
	margin: 8px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: #f7bd99 1px solid;
}
#news dl {
	margin: 0 8px;
	font-size: 63%;
}
#news dt {	float: left;}
#news dd {	padding-left: 8em;}