@charset "utf-8";
/* CSS Document */

.news{
overflow:auto;
display:block;
	clear:both;
	width:100%;
	margin-bottom:15px;
}

.news #text{
	margin:5px 10px 0 10px;;
}

.news_L{
overflow:auto;
display:block;
	clear:both;
	width:100%;
	margin-bottom:15px;
}

.news_L #text{
	float:left;
	width:480px;
	margin:5px 10px 0 10px;;
}

.news_L img{
	margin-top:5px;
	float:right;
	border:#666666 1px solid;
}

.news_R{
overflow:auto;
display:block;
	clear:both;
	width:100%;
	margin-bottom:15px;
}

.news_R #text{
	float:right;
	width:480px;
	margin:5px 10px 0 10px;;
}

.news_R img{
	margin-top:5px;
	float:left;
	border:#666666 1px solid;
}