@charset "UTF-8";
/* CSS Document */

@import url("style.css");

html{ background-color:#FFF}

#topNewsContents{
	width:575px;
	height:25px;
	line-height:1.6;
	font-size:0.875em;
	margin:0px 0px 20px;
	color:#333;
	border-bottom-style: dotted;
}


#news{  width:500px; margin:0 auto}

.newsBlock{
	margin: 0 0 7px;
	padding: 0 0 7px 27px;
	border-bottom: solid 1px #DEDEDE;
	background: url(../images/news-icon.gif) no-repeat 0px 0.3em;
	clear:both;
	overflow:hidden;
	zoom:1;
}
