@charset "UTF-8";


/*-----------------------------------------------
 top page news area
-----------------------------------------------*/
#top-page #news-area {
	clear:both;
	width:893px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/*-----------------------------------------------
 top page rss area
-----------------------------------------------*/
#top-page #rss-area {
	width: 250px;
	text-align: center;
	margin-left: 620px;
	margin-top: 40px;
}
#top-page #rss-area a {
	text-decoration: none;
}
#top-page #rss-area .rss {
	font-size: 0.8em;
	line-height: 2.5em;
}

/*-----------------------------------------------
 what's new area
-----------------------------------------------*/
#top-page #whatsnew {
	color: #3f3f3f;
	margin-left: 0px;
	width: 600px;
	float: left;
}
#top-page #whatsnew th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	line-height: 135%;
	width: 10em;
}
#top-page #whatsnew td {
	font-size: 90%;
	line-height: 135%;
	padding: 5px;
}

#whatsnew .attention {
	width: 400px;
	color: #800000;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 8px;
	font-weight: bold;
	padding-left: 70px;
	margin-top: 30px;
}
