div#main #news_box {
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 1.4em;
	color: #CCCCCC;
	width: 660px;
}
div#news_box h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #FF6600;
}
div#news_box img {
	margin-bottom: 20px;
}
.news_photo_L {
	float: left;
	background-color: #000000;
	padding-right: 20px;
}
.news_photo_R {
	float: right;
	background-color: #000000;
	padding-left: 20px;
}
.line_br {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
div#side .news_title {
	list-style-type: none;
}
div#side .news_title li {
	display: block;
	width: 130px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
