@import "headline.css";
@import "news_cat.css";
@import "news_group.css";

#news_detail .title {
	font: 700 18pt/24px Tahoma;
	color: #000000;
	margin-bottom: 10px;
}
#news_detail image{
	width: 250px;
}
#news_detail img{
	border: 1px solid #545454;
}
#news_detail .short_content {
	font: 700 10pt/17px Tahoma;
}
#news_detail .date{
	font: 100 8pt/17px Tahoma;
	height: 17px;
	color: #0000CB;
}

#news_detail .content, #news_detail .content p, #news_detail .content td, #news_detail .content div, #news_detail .content font {
	font: 100 10pt/17px Tahoma;
}
#news_detail .content a{
	color: #0000FF;
}
#news_detail .content {
	margin: 14px auto 14px auto;
}
#news_navigation {
	background: #DEDEDE;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
#news_navigation .container{
	background: #FFFFFF;
	text-align: center;
	font: 100 8pt/17px Tahoma;
}
#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 8pt/19px Tahoma;
	border-bottom: 1px #DEDEDE solid;
}
#news_comment .item {
	font: 100 8pt/19px Tahoma;
	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: #313131;
}

#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: 100 8pt/19px Tahoma;
}
#news_comment .navigation .container a {
	color: #434343;
	margin-right: 15px;
}
#news_comment .navigation .container img {
	width: 20px;
	height: 20px;
}

#news_detail_other{
	width: 100%;
	margin: 10px 0px 0px 0px; 
}
#news_detail_other .header{
	width: 100%;
	height: 23px;
	font: 100 8pt/21px Tahoma;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	background: #DF002C;
}
#news_detail_other .header a{
	color: #FFFFFF;
}
#news_detail_other .item {
	padding-left: 13px;
	background: url(../images/icon_01.gif) transparent  5px 50% no-repeat;
}
#news_detail_other .item a{
	color: #737373;
	font: 100 8pt/19px Tahoma;
}
