@charset "utf-8";

/*		#news-box
	--------------------*/
#news-box{
	width:573px;
	background-color:#E4CACA;
	margin:0 0;
	}
	
#blog-txt{
	width:270px;
	float:left;
	margin:10px 0;
	}
#news-txt{
	width:275px;
	float:right;
	margin:10px 0 10px 20px;
	}
.ntxt-l{
	width:55px;
	float:left;
	margin:10px 0px 10px 10px;
	color:#5E2C00;
	}
.ntxt-r{
	width:180px;
	float:left;
	margin:10px 10px 10px 10px;
	color:#5E2C00;
	}
.ntxt-l2{
	width:75px;
	float:left;
	margin:10px 0px 10px 10px;
	color:#5E2C00;
	}
.ntxt-r2{
	width:160px;
	float:left;
	margin:10px 10px 10px 10px;
	color:#5E2C00;
	}
.banner-l{
	float:left;
	width:238px;
	margin:10px 12px 10px 0;
	}
.banner-r{
	float:left;
	width:323px;
	margin:10px 0;
	}
#img-3{
	width:186px;
	float:left;
	margin:10px 0;	
	}
#img-4{
	width:186px;
	float:left;
	margin:10px 7px 10px 7px;	
	}
#img-5{
	width:186px;
	float:left;
	margin:10px 0;	
	}		

#news-box a:link {
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
	}
#news-box a:visited {
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}
#news-box a:hover {
	color:#6633CC;
	text-decoration:none;
	font-weight:bold;
}
#news-box a:active {
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}