@charset "UTF-8";
.news-header-img {
	background-image: url(../images/news_img/news_main-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 780px;
	text-indent: -9999px;
	overflow: hidden;
}
/*#news-container {
	height: 475px;
}*/
#news-container h1 {
	height: 24px;
	width: 530px;
	background-image: url(../images/news_img/news_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#news-container dt {
	background-image: url(../images/news_img/news_subtitle-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news-container dt span {
	font-size: 0.6em;
	color: #999999;
}
#news-container dd {
	padding-left: 18px;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

