@charset "utf-8";
/* CSS Document */

#mainImage_news {
	height: 174px;
	width: 950px;
	background-image: url(../images/news/news_mainImg.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* -------NEWS CONTENTS------- */

#news {
	width: 695px;
	padding-bottom: 10px;
}

#news .container_left {
	width: 470px;
	float: left;
	background-color: #FFFFFF;
}


#news .container_right {
	float: left;
	width: 215px;
	padding-left: 10px;
}




#news .newsList {
	padding-top: 22px;
	padding-bottom: 26px;
	background-image: url(../images/index_line.gif);
	background-position: 1px bottom;
	background-repeat: no-repeat;
	width: 470px;
}
#news .newsList .date {
	width: 77px;
	padding-right: 6px;
	padding-left: 14px;
	font-size: 12px;
	color: #244D83;
	font-weight: bold;
	float: left;
	line-height: 125%;
}
#news .newsList .arrow {
	width: 6px;
	float: left;
	padding-top: 2px;
}

#news .newsList .detail {
	padding-right: 15px;
	padding-left: 10px;
	float: left;
	line-height: 125%;
	font-size: 12px;
	width: 342px;
}

#news .newsList .comment {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 125%;
	font-size: 12px;
	width: 450px;
}
#news .container_left .newsList .detail td {
	font-size: 12px;
	line-height: 125%;
	vertical-align: top;
}

#news .container_right #archives .headTitle {
	background-image: url(../images/news/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 210px;
	height: 25px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
}
#news .container_right #archives ul {
	margin-top: 15px;
	margin-bottom: 20px;
}
#news .container_right #archives li {
	padding-right: 10px;
	line-height: 125%;
	padding-left: 20px;
}




#news .container_right #comment .headTitle {
	background-image: url(../images/news/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 210px;
	height: 25px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
}
#news .container_right #comment dl {
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
}
#news .container_right #comment dt {
	line-height: 125%;
}
#news .container_right #comment dd {
	line-height: 125%;
	padding-bottom: 18px;
}
