@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 {
	margin-bottom:180px;
}
#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;
}

#news-container table {
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.3em;
	margin-left: 55px;
	margin-right: 18px;
	width:85%;
}

#news-container th {
	text-align: center;
	background-color: #CCCCCC;
	color: #333333;
	padding: 4px;
}

#news-container td {
	background-color: #f0f0f0;
	text-align: center;
	padding: 4px;
	width: 120px;
}

.tableWidth23 {
	width:23%;
}

.tableWidth14 {
	width:14%;
}

.tableWidth22 {
	width:22%;
}

.tableWidth13 {
	width:13%;
}