@charset "shift_jis";


/* dodgeball */

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

#dodgeball #header {
	position: relative;
	}

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

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

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

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



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

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


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

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


#dodgeball #menu-technique {
	margin: auto;
	position: relative;
	width: 719px;
	top: 170px;
	}
#dodgeball #menu-technique ul {
    position: absolute;
	height: 45px;
    list-style: none;
	}
#dodgeball #menu-technique li {
    height: 45px;
    float: left;
	}




/* メニュー　テクニックボタン */

#menu-technique .menu01curt {
    display: block;
    width: 144px;
    height: 45px;
	background-image: url(../img/navi.png);
    background-position: 0px -45px;
	text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu01 a {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: 0px 0px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu01 a:hover {
    background-image: url(../img/navi.png);
    background-position: 0px -45px;
	}

#menu-technique .menu02curt {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -144px -45px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu02 a {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -144px 0px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu02 a:hover {
    background-image: url(../img/navi.png);
    background-position: -144px -45px;
	}

#menu-technique .menu03curt {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -288px -45px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu03 a {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -288px 0px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu03 a:hover {
    background-image: url(../img/navi.png);
    background-position: -288px -45px;
	}

#menu-technique .menu04curt {
    display: block;
    width: 143px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -432px -45px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu04 a {
    display: block;
    width: 143px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -432px 0px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu04 a:hover {
    background-image: url(../img/navi.png);
    background-position: -432px -45px;
	}

#menu-technique .menu05curt {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -575px -45px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu05 a {
    display: block;
    width: 144px;
    height: 45px;
    background-image: url(../img/navi.png);
    background-position: -575px 0px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#menu-technique .menu05 a:hover {
    background-image: url(../img/navi.png);
    background-position: -575px -45px;
	}


/* コンテンツ */

#contents_top {
	margin: auto;
	position: relative;
	top: 240px;
	width: 714px;
	height: 315px;
	}

#contents {
	margin: auto;
	position: relative;
	top: 220px;
	width: 714px;
	height: 315px;
	}


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

.btn_left {
	float: left;
	position: relative;
	top: 115px;
	left: 0px;
	}
.btn_left_hdn {
	float: left;
	position: relative;
	top: 115px;
	left: 0px;
	visibility: hidden;
	}

.btn_right {
	float: right;
	position: relative;
	top: 115px;
	left: 0px;
	}
.btn_right_hdn {
	float: right;
	position: relative;
	top: 115px;
	left: 0px;
	visibility: hidden;
	}

.back_top {
	float: left;
	position: absolute;
	top: 258px;
	left: 10px;
	}

#swfmovie {
	position: relative;
	top: 20px;
	width: 402px;
	height: 265px;
	float: left;
	}

#swfmovie .noflash-img {
	position: relative;
	}