@charset "UTF-8"

/*

新着情報一覧
 */  

#News dl:after,.NewsH:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#News dl,.NewsH { display: inline-block; }
/*\*/
* html #News dl,* html .NewsH{height:1%;}
#News dl,.NewsH{display:block;}


.NewsH{
	clear:both;
	border-bottom:1px solid #3b4b2a;
	padding-left:20px;
}
.NewsH a{
	width:30px;
	float:right;
	display:block;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
}

#News dl{
	width:660px;
	margin-left:20px;
	border-bottom:1px dotted #999;
	padding:20px 0 5px;
	font-size:92%;
}
#News dl dt{
	width:180px;
	display:inline;
	float:left;
	white-space:nowrap;
}
#News dl dt img{
	margin-right:5px;
}
#News dl dd{
		line-height:1.3em;
	overflow: hidden;
	_zoom:1; 
	}

.NewsH2{
	clear:both;
	border-bottom:1px solid #3b4b2a;
	padding-left:20px;
	padding-top:15px;
}
.NewsH2 p{
	font-size:130%;
	padding-top:8px;
	padding-bottom:10px;
}

#NewsDetail{
/*	width:430px; */
	margin-left:20px;
	margin-top:20px;
	font-size:92%;
	line-height:1.4em;
}
#NewsDetail p{
	margin-bottom:15px;
}
#News ul{
	clear:both;
	padding-top:25px;
}
#News ul li{
	float:left;
	display:inline;
	margin-left:20px;
	
}