@charset "Shift-JIS";

/* _____________________________________________________________________HEADER */

div#top_header{
	position:relative;
	width:960px;
	height:102px;
	margin:0px;
	padding:0px;
	background:url('../img/interface/bg_header_bottom.gif') repeat-x bottom center #152816;
}

div#top_header img#logo{
	position:absolute;
	top:24px;
	left:30px;
}

div#top_header img#mission{
	position:absolute;
	top:34px;
	right:30px;
}

div#top_header img#bnr{
	position:absolute;
	top:13px;
	right:10px;
}

/* _____________________________________________________________________LAYOUT */

#visual_area{
	width:960px;
	height:280px
	margin:0px;
	padding:5px 0px 0px 0px;
}

div#h2_title img#past_news{
	float:right;
	margin:8px 0px 0px;
}

div#news_area{
	padding:0px 10px 20px 10px;
}

div#news_area dl{
	width:690px;
	margin:0px 0px 0px;
	padding:0px;
}
div#news_area dl dt{
	clear:both;
	width:110px;
	margin:0px;
	padding:15px 0px 15px 15px;
	color:#ab8b4e;
	float:left;
}
div#news_area dl dd{
	margin:0px;
	padding:15px 0px 15px 150px;
	color:#565656;
	border-bottom:solid 1px #e2e2e2;
	
}

.new_icon{
	height:12px;
	margin:0px 10px;
	font-size:1px;
	line-height:1;
	display:inline-block;
}

