@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news.css
 author     :Naoki Takahashi
 style info :ニュース関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
	margin-bottom: 20px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	ニュース
----------------------------------------------------------- */

#contentArea p {
	margin-bottom: 30px;
}

#contentArea dl {
	width: 950px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	font-size: 85%;
	margin-bottom: 15px;
}

#contentArea dt {
	width: 120px;
	float: left;
}

#contentArea dd {
	width: 762px;
	float: left;
	padding-right: 53px;
	padding-left: 15px;
	background: url(../img/share/link_arrow.gif) no-repeat left center;
}

.newsHot {
	color: #FF3300;
}

.newsPast {
	color: #3366CC;
}

#contentArea dd.newsMark {
	background: url(../news/img/news_markbg.gif) no-repeat left center;
}