@charset "utf-8";
/*----- news.css -----*/
#newsContent {
	width:648px;
	color:#333;
	padding:20px;
	margin:0 0 0 auto!important;
	margin:-8px 0 0 auto;
	float:right;
	background:url(../images/content_bg.gif) left top repeat;
}
#newsContent h2 {
	font:24px Arial;
	color:#c00;
	margin:0 auto 20px 0;
	padding-left:20px;
	border-bottom:1px solid #666;
}
#newsContent h3 {
	font:bold 20px/30px Arial;
	color:#333;
	text-align:center;
	margin-bottom:20px;
}
#newsContent h3 span {
	font-size:12px;
	font-weight:normal;
	margin-top:-12px;
	float:right;
}
#newsContent em {
	font-style:normal;
	color:#c00;
	border-bottom:1px dashed #666;
}

#newsContent ul,
#newsContent ol {
	font:bold 14px/22px Arial;
	color:#333;
	margin:10px 0;
}
#newsContent li { margin:10px 30px; border-bottom:1px dashed #666;}
#newsContent li span { font-size:12px; font-weight:normal; margin-top:-26px; float:right;}
#newsContent li a { color:#333; text-decoration:underline;}
#newsContent li a:hover { text-decoration:none;}

#newsContent ul.sub li { font-weight:normal; list-style-type:disc; border:0}
#newsContent ol li { list-style-type:decimal;}
#newsContent ol.sub li { font-weight:normal; border:0}

#newsContent p {
	font-weight:normal;
	font:14px/22px Arial;
	color:#333;
	margin:10px;
}
#newsContent p.list {
	font:12px/20px Arial;
	margin:5px 0 5px 20px;
}
#newsContent p.list span { margin-right:12px; float:none;}
/* img
-----------------*/
#newsContent img {
	border:2px solid #C19641;
	margin:0 0 20px 20px;
}
