@charset "UTF-8";


/*-----------------------------------------------
 top page news area
-----------------------------------------------*/
#top-page #news-area {
	clear:both;
	width:800px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/*-----------------------------------------------
 top page rss area
-----------------------------------------------*/
#top-page #ad-area {
	width: 210px;
	margin-left: 570px;
	margin-top: 65px;
}

#top-page #ad-area ul {
	list-style: none;
	}
	
#top-page #ad-area li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#top-page #ad-area a {
	text-decoration: none;
}


/*-----------------------------------------------
 what's new area
-----------------------------------------------*/
#top-page #whatsnew {
	color: #3f3f3f;
	margin-left: 0px;
	width: 520px;
	float: left;
}
#top-page #whatsnew th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	line-height: 135%;
	width: 10em;
}
#top-page #whatsnew td {
	font-size: 14px;
	line-height: 135%;
	padding: 5px;
}

#whatsnew .attention {
	width: 400px;
	color: #800000;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 8px;
	font-weight: bold;
	padding-left: 29px;
	margin-top: 30px;
}
