#news {
	background: transparent url(../images/news_detail_line.png) no-repeat 0% 100%;
	width: 471px;
	margin-bottom: 10px;
}
#news .part_1{
	background: transparent url(../images/headline_bck.png) no-repeat;
	width: 471px;
	height: 370px;
	overflow: hidden;
	clear: both;
}
#news .part_1 .container{
	margin: 0px;
}
#news .part_1 .title {
	font: 700 20pt/30px Arial;
	text-align: center;
	color: #FF0000;
	margin: 5px 0px 5px 0px;
	height: 60px;
	overflow: hidden;
}
#news .part_1 .image {
	
}
#news .part_1 .image img{
	width: 469px;
	height: 235px;
	border: 1px solid #545454;
}
#news .part_1 .short_content {
	height: 34px;
	overflow: hidden;
	text-align: left;
	margin: 5px 0px 5px 0px;
	clear: both;
}
#news .part_1 .short_content, #news .part_1 .short_content a{
	font: 100 10pt/17px Arial;
	color: #154995;
}
#news .part_1 .date{
	font: 100 8pt/17px Trebuchet MS;
	height: 17px;
	color: #4A4A4A;
	text-align: right;
}
#news .part_2{
	width: 450px;
	margin-bottom: 10px;
	border: 1px solid #5B5B5B;
	border-left-width: 0px;
	border-right-width: 0px;
}
#news .part_2 .title {
	overflow: hidden;
	height: 18px;
	background: transparent url(../images/headline_title_arrow.png) no-repeat 0px 8px;
}
#news .part_2 .title a{
	font: bold 8pt/18px Tahoma;
	padding-left: 10px;
	color: #000000;
}


#news_cat {
	clear: both;
	width: 100%;
}
#news_cat .part_1{
	float: left;
	width: 200px;
}
#news_cat .part_1 .item{
	margin: 0px 0px 9px 0px;
	height: 110px;
	overflow: hidden;
	font: normal 8pt/16px Verdana;
}
#news_cat .part_1 img{
	width: 112px;
	height: 56px;
	border: 1px solid #E4E3E3;
	margin-right: 5px;
}
#news_cat .part_1 .title{
	font: bold 9pt/23px Arial;
	height: 23px;
	overflow: hidden;
	color: #154995;
}
#news_cat .part_1 .short_content{
	font: 100 9pt/15px Arial;
}
#news_cat .part_1 .line{
	border-bottom: 1px #C6D7E5 dashed;
	font-size: 1px;
}
#news_cat .part_2{
	float: right;
	width: 247px;
	border-left: 1px #C6D7E5 solid;
}
#news_cat .part_2 .header{
	font: bold 9pt/23px Arial;
	color: #326194;
	background: #C6D7E5;
	border-left-width: 0px;
}
#news_cat .part_2 .header span{
	padding: 0px 0px 0px 10px;
}
#news_cat .part_2 .item{
	height: 23px;
	overflow: hidden;
	border-bottom: 1px #D0E7F7 dashed;
}
#news_cat .part_2 .title{
	font: 100 8pt/23px Verdana;
	height: 23px;
	overflow: hidden;
	background: url(../images/icon_01.gif) no-repeat 6px center;
}
#news_cat .part_2 .title a{
	padding-left: 18px;
}


#news_detail {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#news_detail .title {
	font: 700 20pt/30px Arial;
	text-align: center;
	color: #FF0000;
	margin: 5px 0px 5px 0px;
	height: 60px;
	overflow: hidden;
}
#news_detail .image img{
	border: 1px solid #545454;
	width: 469px;
	height: 235px;
}
#news_detail .short_content {
	font: 700 9pt/17px Tahoma;
	margin: 5px 0px 10px 0px;
	color: #545454;
}
#news_detail .date{
	font: 100 8pt/17px Trebuchet MS;
	height: 17px;
	color: #BFC2AF;
	text-align: right;
}
#news_detail .content, #news_detail p, #news_detail .content td, #news_detail .content div, #news_detail .content font {
	font: normal 9pt/18px Verdana;
}
#news_detail .content a{
	color: #0000FF;
}
#news_detail .read_count{
	font: 100 9pt/17px Arial;
	color: #8C907A;
	text-align: right;
}

#news_navigation {
	background: #DEDEDE;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
#news_navigation .container{
	background: #FFFFFF;
	text-align: center;
	font: normal 9pt/20px Verdana;
}
#news_navigation .container a {
	color: #434343;
	margin-right: 15px;
}
#news_navigation .container img {
	width: 16px;
	height: 16px;
}

#news_comment {
	width: 100%;
	border: 1px #434343 solid;
	margin: 10px 0px 0px 0px;
}
#news_comment .line {
	height: 5px;
	font-size: 1px;
	background-color: #DEDEDE;
}
#news_comment .header {
	padding-left: 5px;
	font: 100 9pt/21px Arial;
	border-bottom: 1px #DEDEDE solid;
}
#news_comment .item {
	font: 100 9pt/18px Arial;
	border-bottom: 1px #DEDEDE dashed;
	margin: 0px 5px 0px 5px;
}
#news_comment .member{
	clear: both;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	height: 21px;
}
#news_comment .member .name {
	float: left;
	width: 50%;
	background: url(../images/pencil.gif) no-repeat 0px 50%;
	padding-left: 20px;
	font-weight: 700;
}
#news_comment .member .date {
	float: right;
	color: #000000;
}

#news_comment .content{
	clear: both;
}
#news_comment .content .title{
	color: #656565;
	text-decoration: underline; 
}
#news_comment .content .comment{
	color: #313131;
	margin-bottom: 5px;
}

#news_comment .navigation {
	margin: 5px 0px 5px 0px;
}
#news_comment .navigation .container {
	background: #FFFFFF;
	text-align: center;
	font: normal 9pt/20px Arial;
}
#news_comment .navigation .container a {
	color: #434343;
	margin-right: 15px;
}
#news_comment .navigation .container img {
	width: 16px;
	height: 16px;
}

#news_other {
	width: 100%;
	margin: 10px 0px 0px 0px; 
}
#news_other .header{
	width: 100%;
	height: 19px;
	font: bold 9pt/19px Arial;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 5px 0px;
	background: url(../images/middle_header_bck_01.png)
}
#news_other .header span{
	padding-left: 15px;
}
#news_other .title {
	padding-left: 15px;
	background: url(../images/icon_01.gif) transparent  4px 50% no-repeat;
	overflow: hidden;
	height: 20px;
}
#news_other .title a{
	color: #000000;
	font: 100 9pt/20px Arial;
}
