@charset "UTF-8";
@import 'style.css';
@import 'menu.css';
@import 'top_menu.css';


/*-----------------------------------------------
 top page banner area
-----------------------------------------------*/
#top-page #banner-area {
	padding-top: 16px;
	padding-bottom: 16px;
}

/*-----------------------------------------------
 top page news area
-----------------------------------------------*/
#top-page #news-area {
	clear:both;
	float: left;
	width:961px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 2px dotted #cbebb9;
}

/*-----------------------------------------------
 top page rss area
-----------------------------------------------*/
#top-page #rss-area {
	width: 105px;
	float: left;
	text-align: center;
}
#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: 130px;
	width: 740px;
}
#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: 725px;
	color: #11862e;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 8px;
	font-weight: bold;
}
.mt-20px {
	margin-top: 20px;
}

