@charset "utf-8";
img#top_image {
	margin-bottom: 15px;
	margin-left: 10px;
}
div#news_top {
	background-image: url(img/newsbg_top.png);
	background-repeat: no-repeat;
	display: block;
	width: 522px;
	height: 50px;
	margin-left: 10px;
}
div#news {
	background-image: url(img/newsbg_content.png);
	background-repeat: repeat-y;
	width: 522px;
	margin-left: 10px;
	height: 180px;
	overflow-y: scroll;
}
div#news_bottom {
	background-image: url(img/newsbg_bottom.png);
	background-repeat: no-repeat;
	display: block;
	width: 522px;
	height: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#news dl {
	text-align: left;
}
#news dt {
	padding-top: 5px;
	margin-left: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
#news dd {
	margin-left: 35px;
	margin-right: 25px;
	font-size: 14px;
	line-height: 1.2em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
}
div#blognews {
	width: 522px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h4#rss {
	background-image: url(img/blog_news.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	line-height: 30px;
}
div#rss {
	width: 470px;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 15px;
	font-size: 14px;
}