@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#000;
}
.title {
	font-size: 13px;
	color: #fff;
	font-weight:bold;
	width: 10em;
	float: left;
	line-height: 160%;
	margin-left:20px;
	padding-top: 5px;
	background:url("../img/icon_news.gif") left center no-repeat;
	text-indent:1.8em;
}
.news {
	font-size: 13px;
	color: #fff;
	line-height: 160%;
	padding-top: 5px;
}
