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

div#contents h1{
	background: url(../img/news/logo_fine.png) no-repeat;
	width: 201px; height: 195px;
	text-indent: -9999px;
	float: left;
}

div#contents h2{
	background: url(../img/news/title_news.png) no-repeat;
	width: 716px; height: 154px;
	text-indent: -9999px;
	float:right;
}

div#news_area{
	width:860px;
	height:392px;
	overflow:auto;
}


/*----------------------------------
各ニュース記事部分設定
----------------------------------*/
div#news_area .topics{
	margin-bottom:0px;
	border-bottom:#ffffff solid 10px;
	display:block;
	clear: both;
}

div.topics dt.date{
	width:107px;
	font-size:85%;
	font-weight:bold;
	border-left:#d7e018 solid 10px;
	border-bottom:#d7e018 solid 2px;
	padding:5px 0 5px 10px;
	float:left;
}

div.topics dt.title{
	width:690px;
	background:url(../img/news/stitle_arrow.gif) no-repeat left;
	padding:5px 0 5px 18px;
	border-bottom:#d7e018 solid 2px;
	font-size:85%;
	font-weight:bold;
	float:left;
}

div.topics dd{
	width:710px;
	font-size:78%;
	padding:5px 0 10px 0;
	padding-left:125px;
	clear:both;
}

div.topics dd a:link{color:#d7e018; text-decoration:none;}
div.topics dd a:visited{color:#d7e018; text-decoration:none;}
div.topics dd a:hover{color:#d7e018; text-decoration:underline;}

div.topics .img_area{
	width:710px;
	margin-bottom:20px;
	margin-left:125px;
}

div.topics .ptop{
	width:835px;
	margin:20px 0 20px 0;
	padding-bottom:10px;
	border-bottom:#d7e018 solid 1px;
	text-align:right;
}