@charset "shift_jis";


/* chara */

#gamemode #container {
	margin: auto;
	width: 768px;
	height: 780px;
	background: url(../img/bg.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: 190px;
	width: 768px;
	height: 352px;
	}

#exhibition {
	position: absolute;
	top: 10px;
	left: 43px;
	width: 318px;
	height: 265px;
	}
#tournament {
	position: absolute;
	top: 10px;
	right: 43px;
	width: 318px;
	height: 265px;
	}
