@charset "utf-8";
/* CSS Document */

/*準備中*/
.test_page {
	position:relative;
	width:950px; height:20px;
	margin-top:200px;
	text-align:center;
}


/*トップページメインボックス*/
.topmenubox {
	position:relative;
	width:950px; height:1250px;
	margin:0 auto;
	background:url(../../images/top/top_menu_bg.jpg) center bottom no-repeat;
}

.topmenubox ul { margin:0; padding:0; }

.topmenu_01 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_information_off.jpg) no-repeat;
	margin:60px 55px 55px 0;
}
.topmenu_01 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_01 a:hover { background:url(../../images/top/menu_information_on.jpg); }

.topmenu_02 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_aboutleague_off.jpg) no-repeat;
	margin:60px 55px 55px 0;
}
.topmenu_02 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_02 a:hover { background:url(../../images/top/menu_aboutleague_on.jpg); }

.topmenu_03 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_leaguerules_off.jpg) no-repeat;
	margin:60px 0 55px 0;
}
.topmenu_03 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_03 a:hover { background:url(../../images/top/menu_leaguerules_on.jpg); }

.topmenu_04 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_team_off.jpg) no-repeat;
	margin:0 55px 55px 0;
}
.topmenu_04 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_04 a:hover { background:url(../../images/top/menu_team_on.jpg); }

.topmenu_05 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_schedule_off.jpg) no-repeat;
	margin:0 55px 55px 0;
}
.topmenu_05 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_05 a:hover { background:url(../../images/top/menu_schedule_on.jpg); }

.topmenu_06 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_matchresult_off.jpg) no-repeat;
	margin:0 0 55px 0;
}
.topmenu_06 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_06 a:hover { background:url(../../images/top/menu_matchresult_on.jpg); }

.topmenu_07 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_photogallery_off.jpg) no-repeat;
	margin:0 55px 0 0;
}
.topmenu_07 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_07 a:hover { background:url(../../images/top/menu_photogallery_on.jpg); }

.topmenu_08 {
	position:relative; float:left; list-style:none;
	width:280px; height:240px;
	background:url(../../images/top/menu_contact_off.jpg) no-repeat;
	margin:0 55px 0 0;
}
.topmenu_08 a { display:block; width:280px; height:195px; text-indent:-9999px; }
.topmenu_08 a:hover { background:url(../../images/top/menu_contact_on.jpg); }

