@charset "utf-8";
/*========================================*
*　■トップページ用スタイル
*========================================*/
@import "base.css";





/*---------- [] ----------*/
#news-area{
	
}
#news-area div.article{
	padding-left:125px;
	position:relative;
	border-bottom:1px dotted #666;
}
#news-area div.article h3,
#news-area div.article h3 a{
	color:#900;
	font-weight:bold;
	
	
}
#news-area div.article div.date{
	position:absolute;
	left:0;
	top:0;
	
	color:#fff;
	text-align:center;
	width:100px;
	min-height: 17px;
	line-height:17px;
	
	background:url(../img/news_com/date_bg.gif) no-repeat center;
	
}
* html #news-area div.article div.date{
	height: 17px;
}
#news-area div.article p{}