@charset "utf-8";

/*====================================================================

index.css

====================================================================*/


/*--------------------------------------------------------------------/
	news
/--------------------------------------------------------------------*/

#news{
	margin:0 auto ;
	width:210px;
	height:120px;
	overflow:auto;
	overflow-x:hidden;
	font-size:10px;
}

#news table{
	margin:5px 0 0 10px;
	width:185px;
}
#news table th,
#news table td{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
}

#news table th{
	color:#84021e;
	font-weight:bold;
}

#news table td{
	border-bottom:dotted 1px #D4D4D4;
}

.choice_article{
	float:left;
	margin:10px 10px 0 0;
	padding:10px;
	background-color:#f8eee6;
	border:solid 1px #998481;
	width:265px;
	height:145px;
	overflow:hidden;
}

.choice_article .left{
	float:left;
	margin-right:10px;
}

.choice_article_r{
	float:right;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#f8eee6;
	border:solid 1px #998481;
	width:268px;
	height:145px;
	overflow:hidden;
}

.choice_article_r .left{
	float:left;
	margin-right:10px;
}

.new_article{
	float:left;
	margin:10px 10px 0 0;
	padding:10px;
	background-color:#f7f1e3;
	border:solid 1px #cec1a2;
	width:265px;
	height:145px;
	overflow:hidden;
}

.new_article .left{
	float:left;
	margin-right:10px;
}

.new_article_r{
	float:right;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#f7f1e3;
	border:solid 1px #cec1a2;
	width:268px;
	height:148px;
	overflow:hidden;
}

.new_article_r .left{
	float:left;
	margin-right:10px;
}

.t_br{
	font-weight:bold;
	color:#84021e;
}
.t_bb{
	font-weight:bold;
	color:#7e5a04;
}
.comment{
	clear:both;
	padding-top:10px;
}


