@charset "utf-8";

#mainArea {
	padding-top: 0px;
	background: url(../images/main_img.jpg) no-repeat top;	
	height: 505px;
	width: 900px;
}

#newsArea {
	float: left;
	width: 450px;
	text-align: left;
	padding-bottom: 10px;
}

#newsArea .newsTtl {
	background: url(../images/ttl_news.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	overflow: hidden;
	width: 450px;
	margin-bottom: 5px;
}


#newsArea dl {
/*tuiki*/
	background: url(../common/images/bg.gif) top;
	width: 440px;
	height:140px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 12px;
	zoom: 1;
}

#newsArea dt {
	float: left;
	color: #FFF;
	width: 85px;
	clear: both;
/*tuiki*/
    text-shadow:0px 0px 5px #FFF;
	font-weight:bold;
}

*:first-child+html #newsArea dt {
	line-height: 1em;
}

#newsArea dd {
	color: #b0c4de;
	width: 330px;
	margin-left: 90px;
	padding-bottom: 2px;
}

#bnrArea {
	float: right;
	margin-top: -5px;
}

#bnrArea li {
	margin-top: 5px;
}


#Area {
	margin: 0 auto;
	width: 900px;
}


span.siro {
color : #fff;
    text-shadow:0px 0px 3px #000;
	font-weight:bold;
} 


