@charset "utf-8";
/* CSS Document */


/* top_img setting */
body div#top_img{
	width:950px;
	height:333px;
	padding:0px 0px 40px 0px;
}


body h2.news_bar{
	padding:0px 0px 15px 0px;
}


/* top_news setting */
body div.top_news{
	width:750px;
	margin:auto;
	padding:20px 0px 40px 0px;
}
body div.news-wrap{
	width:100%;
	overflow:hidden;
}


body div.news-info {
	border-bottom-color:#9a9a9a;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
}

body p.news-date {
	float:left;
	width:70px;
	padding:0px 20px 0px 20px;
	background-image:url(../images/index/news_dot.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}

body p.news-text {
    float:left;
    width:auto;
}
