@charset "UTF-8";
#image_photo {
	height: 300px;
	width: 510px;
}
.top_news {
	background-image: url(../images/top/new_headline.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 0px;
	width: 510px;
	padding-top: 60px;
	overflow: hidden;
}
.news_box {
	height: 150px;
	width: 473px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	overflow: auto;
	border: thin dotted #CCCCCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

