@charset "UTF-8";

@import url("base.css");

#top div#main #page-title {
	background-image: url(../images/top_img/top_page-title.gif);
}
div#main h3#news-title {
	background-image: url(../images/top_img/top_news_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 510px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 20px;
}
div#main dl#news-list {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
}
div#main dl#news-list dt {
	width: 8.5em;
	color: #999999;
	background-image: url(../images/top_img/top_news_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div#main dl#news-list dd {
	margin-left: 8.5em;
	margin-top: -1.5em;
	margin-bottom: 0.5em;
}
