/* トップページ設定
-----------------------------------------------------------*/

#mainBox #top_img {
	background: url(../img/top/gaiyo.jpg) no-repeat;
	margin: 15px 0px 0px;
	padding: 0px;
	height: 463px;
	width: 580px;
}
#mainBox #whats{
	background: url(../img/top/whatsnew.gif);
	display: block;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 20px;
	width: 580px;
	border-style: none;
}
#mainBox #seminar a{
	background: url(../img/top/contents01.jpg) no-repeat;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 130px;
	width: 580px;
	text-decoration: none;
}
#mainBox #whatsnew {
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #999999;
	height: auto;
	width: 580px;
}
#mainBox #whatsnew li {
	list-style: disc inside;
	padding-left: 10px;
}

#mainBox #seminar a:hover{
	background: url(../img/top/contents01.jpg) no-repeat bottom;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 130px;
	width: 580px;
	text-decoration: none;
}
#mainBox #tenji a{
	background: url(../img/top/contents02.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 580px;
	text-decoration: none;
}
#mainBox #tenji a:hover{
	background: url(../img/top/contents02.jpg) no-repeat bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 580px;
	text-decoration: none;
}
#whatsnew #manin {
	background: url(../img/top/manin.jpg);
	margin: 0px 0px 15px;
	padding: 0px;
	height: 379px;
	width: 580px;
}


