@charset "shift_jis";


/* kakushi */

#secretTop #container {
	margin: auto;
	width: 768px;
	height: 780px;
	background: url(../img/bg01.jpg) no-repeat;
	}

#secret #container {
	margin: auto;
	width: 768px;
	height: 780px;
	background: url(../img/bg02.jpg) no-repeat;
	}

#header {
	position: relative;
	}

#title {
	height: 68px;
	text-indent: -9999px;
	}

.logo_nintendo {
	position: absolute;
	top: 15px;
	left: 12px;
	}

.logo_msm {
	position: absolute;
	top: -5px;
	left: 185px;
	}

.logo_wii {
	position: absolute;
	top: 10px;
	right: 10px;
	}



/* メニュー　競技種目表示位置 */

#menu-genre {
	position: relative;
	width: 768px;
	top: 201px;
	}
#menu-genre ul {
    position: absolute;
	height: 62px;
    list-style: none;
	overflow: hidden;
	}


/* メニュー詳細　表示位置 */

#menu-detail {
	position: relative;
	width: 768px;
	top: 261px;
	}
#menu-detail ul {
    position: absolute;
	height: 53px;
    list-style: none;
	overflow: hidden;
	}



/* コンテンツ */

#contents {
	margin: auto;
	position: relative;
	top: 185px;
	width: 714px;
	height: 352px;
	}

#contents .btn_left {
	float: left;
	position: relative;
	top: 80px;
	left: 0px;
	z-index: 2;
	}

#contents .btn_right {
	float: right;
	position: relative;
	top: 80px;
	left: 0px;
	z-index: 2;
	}

#contents .btn_back {
	position: absolute;
	top: 293px;
	left: 300px;
	z-index: 1;
	}

#swfmovie {
	position: absolute;
	top: 50px;
	left: 265px;
	width: 402px;
	height: 265px;
	z-index: 0;
	}

.right {
	position: relative;
	
	top: 0px;
	}


#contents ul {
	list-style: none;
	overflow: hidden;
	line-height: 0;
	}

#contents h3 {
	padding-bottom: 5px;
	}

.left {
	float: left;
	position: relative;
	}


.top-left {
	float: left;
	position: relative;
	top: 20px;
	left: 25px;
	}

.dodge {
	position: relative;
	top: 25px;
	left: 50px;
	width: 220px;
	height: 146px;
	text-align: center;
	float: left;
	}
.volley {
	position: relative;
	top: 25px;
	left: 70px;
	width: 220px;
	height: 146px;
	text-align: center;
	float: left;
	}
.basket {
	position: relative;
	top: 40px;
	left: 50px;
	width: 220px;
	height: 146px;
	text-align: center;
	float: left;
	}
.hockey {
	position: relative;
	top: 40px;
	left: 70px;
	width: 220px;
	height: 146px;
	text-align: center;
	float: left;
	}

#contents .tit {
	position: relative;
	float: left;
	width: 714px;
	height: 55px;
	}
















