@charset "utf-8";

/*--------------------------------------
	News
--------------------------------------*/
div#news h2 {
	height: 23px;
	padding: 3px 0 0 6px;
	background: url("/img/bg_h2_news.jpg") no-repeat bottom;
}
* html div#news h2 {
	height: 26px;
}
#index div#news h2 {
	margin-bottom: 1em;
}


div#news dl dt.news_date {
	float: left;
	width: 7.3em;
	padding-left: 1.2em;
	background: url("/img/arrow1.gif") no-repeat 3px;
}
* html div#news dl dt.news_date {
	width: 8.5em;
}

div#news dl dd.news_title {
	float: left;
	width: 390px;
	margin: 0 5px;
}

div#news dl dd.newmark {
	float: left;
	padding-top: 2px;
	padding-left: 1em;
}

div#news dl dd.news_summary {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 8.9em;
	border-bottom: 1px dotted #aaa;
}

/* newsnavi */
ul.newsnavi {
	list-style: none;
	position: relative;
	top: -38px;
	left: 423px;
	width: 120px;
}

ul.newsnavi li {
	display: inline;
	font-size: 97%;
}

ul.newsnavi li.rss a {
	margin-left: 12px;
	padding-left: 15px;
	background: url("/img/icon_rss.png") no-repeat;
}
