@charset "utf-8";

@import url("common_base.css");

/***** トップページ *****/

/*** トップページ用ボックスレイアウト ***/

#top #main{
	text-align: center;
	float: left;
	width: 880px;
}
#top #main-inner{
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

/*** トップページ用詳細 ***/

#top-flash{
	text-align: center;
	margin-bottom: 60px;
}
#top-menu{
	float: left;
	height: 178px;
	width: 880px;
	padding: 0;
	margin-bottom: 60px;
}
#top-menu ul{
	margin: 0;
	padding: 0;
}
#top-menu ul li{
	list-style-type: none;
	padding: 0 5px 0 0;
	float: left;
}
#top-menu ul li.last{
	list-style-type: none;
	padding: 0 0 0 0;
	float: left;
}
#top-whatsnew{
	float: left;
	height: 96px;
	width: 880px;
	padding: 0;
	margin-bottom: 50px;
	background: url(../top/img/whats_new.gif) no-repeat left top;
}
#whatnew{
	float: left;
	padding-left: 130px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	_border-top: none;
	_border-bottom: none;
}
#whatnew-area{
	height: 96px;
	width: 520px;
}
#top-banner{
	float: left;
	height: 80px;
	width: 880px;
	padding: 0;
	margin-bottom: 50px;
}

/*** top-menuのボタン ***/

a#top-menu1{
	height: 178px;
	width: 172px;
	background: url(../top/img/top-menu1.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#top-menu1{
	background: url(../top/img/top-menu1_on.gif) no-repeat 0 0;
}
a#top-menu2{
	height: 178px;
	width: 172px;
	background: url(../top/img/top-menu2.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#top-menu2{
	background: url(../top/img/top-menu2_on.gif) no-repeat 0 0;
}
a#top-menu3{
	height: 178px;
	width: 172px;
	background: url(../top/img/top-menu3.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#top-menu3{
	background: url(../top/img/top-menu3_on.gif) no-repeat 0 0;
}
a#top-menu4{
	height: 178px;
	width: 172px;
	background: url(../top/img/top-menu4.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#top-menu4{
	background: url(../top/img/top-menu4_on.gif) no-repeat 0 0;
}
a#top-menu5{
	height: 178px;
	width: 172px;
	background: url(../top/img/top-menu5.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#top-menu5{
	background: url(../top/img/top-menu5_on.gif) no-repeat 0 0;
}