@charset"UTF-8";

/*-----------------------------------------
LAYOUT
------------------------------------------------------------------------------*/
#contain #contents_top{
	width:840px;
	margin:8px auto 40px;
}
	

#contain #contents_top #left_box{
	float:left;
	width:560px;
	margin:20px 20px 0 0;
}

#contain #contents_top #left_box h2{
	width:560px;
	height:27px;
	background:#fff url(../images/title_news.jpg) no-repeat 0 0;
	text-indent:-9999px;
	position:relative;
}

#contain #contents_top #left_box h2 a.btn_news{
	display:block;
	width:527px;
	height:27px;
	position:absolute;
	top:0;
	left:0;
}
#contain #contents_top #left_box h2 a.btn_news:hover{
	background:#fff url(../images/title_news.jpg) no-repeat 0 -27px;
}
#contain #contents_top #left_box h2 a.btn_rss{
	display:block;
	width:33px;
	height:27px;
	position:absolute;
	top:0;
	left:527px;
}


#contents_top #left_box .news_item{
	margin-top:10px;
	padding:0 0 5px 10px;
	background:#fff url(../images/bg_border01.gif) repeat-x left bottom;
}

#contents_top #left_box .news_item dl{
	position:relative;
	width:550px;
}

#contents_top #left_box .news_item dl dt.txt_date{
	font-size:90%;
	color:#e7000c;
	font-weight:normal;
	top:0;
	left:0;
	position:absolute;
	line-height:1.7;
}
#contents_top #left_box .news_item dl dd{
	font-size:100%;
	background:#fff url(../images/ico_01.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin-left:86px;
	line-height:1.7;
}
#contents_top #left_box .news_item dl dd h3{
	font-size:120%;
	line-height:1.5;
	font-weight:bold;
}

#contents_top #left_box .news_item p.news_corp{
	text-align:right;
	margin-top:10px;
}
#contents_top #left_box .news_item p.news_corp a{
	color:#808080;
	text-decoration:underline;
}
#contents_top #left_box .news_item p.news_corp a:hover{
	text-decoration:none;
}

#contents_top #right_box{
	float:left;
	width:260px;
	margin-top:20px;
}

#contents_top #right_box ul{
	margin-bottom:-8px;
}
#contents_top #right_box ul li{
	margin-bottom:8px;
}


