@charset "UTF-8";

/* トップページ
------------------------------------------------------*/
#container{
	background: #000 url(../images/top/bg_container.jpg) no-repeat center top;
}

#wrapper {
	position: relative;
	background: url(../images/top/bg_container.jpg) no-repeat center top;
	width: 1200px;
	height: 780px;
}

#youtube {
	position: absolute;
	left: 28px;
	top: 111px;
	width: 398px;
	height: 232px;
}

#topics {
	position: absolute;
	left: 882px;
	top: 706px;
	overflow: auto;
	width: 302px;
	height: 70px;
}

#bnr{
	position: absolute;
	/*top: 350px;*/
	/*left:10px;*/
	width: 395px;
	top: 395px;
	left: 33px;
}

#bnr2 {
	position: absolute;
	top: 610px;
	left:616px;
	width: 575px;
}

#bnr2 a img {
	padding: 0 3px 0 0;
} 

#bnr a img{
	padding: 5px 5px 0 0;
}

#manual{
	position: absolute;
	left: 718px;
	top: 694px;
}
#anq{
	position: absolute;
	left: 393px;
	top: 684px;
}

/* グローバルナビ
------------------------------------------------------*/

#top-gnavi {
	position: absolute;
	left: 0px;
	top: 633px;
}

#top-gnavi li {
	float: left;
}

#top-gnavi li a{
	display: block;
	background: url(../images/top/btn_gnavi.jpg) left top no-repeat;
	text-indent: -9999px;
	height: 50px;
}

/* コンセプト */
#top-gnavi li.top-gn-concept a {
	width: 92px;
	background-position: 0 0;
}
#top-gnavi li.top-gn-concept a:hover,
#concept #top-gnavi li .top-gn-concept a {
	background-position: 0 -50px;
}

/* システム */
#top-gnavi li.top-gn-system a {
	width: 74px;
	background-position: -92px 0;
}
#top-gnavi li.top-gn-system a:hover,
#system #top-gnavi li.top-gn-system a {
	background-position: -92px -50px;
}

/* 新要素 */
#top-gnavi li.top-gn-newfeature a {
	width: 119px;
	background-position: -166px 0;
}
#top-gnavi li.top-gn-newfeature a:hover,
#newfeature #top-gnavi li.top-gn-newfeature a {
	background-position: -166px -50px;
}
/* マシン */
#top-gnavi li.top-gn-machine a {
	width: 80px;
	background-position: -285px 0;
}
#top-gnavi li.top-gn-machine a:hover,
#machine #top-gnavi li.top-gn-machine a {
	background-position: -285px -50px;
}
/* コース */
#top-gnavi li.top-gn-course a {
	width: 70px;
	background-position: -365px 0;
}
#top-gnavi li.top-gn-course a:hover,
#course #top-gnavi li.top-gn-course a {
	background-position: -365px -50px;
}

/* ミュージック */
#top-gnavi li.top-gn-music a {
	width: 58px;
	background-position: -435px 0;
}
#top-gnavi li.top-gn-music a:hover,
#music #top-gnavi li.top-gn-music a {
	background-position: -435px -50px;
}

/* ダウンロード */

#top-gnavi li.top-gn-download a {
	width: 44px;
	background-position: -493px 0;
}

#top-gnavi li.top-gn-download a:hover{
	background-position: -493px -50px;
}

/* ムービー */
#top-gnavi li.top-gn-movie a {
	width: 80px;
	background-position: -537px 0;
}
#top-gnavi li.top-gn-movie a:hover,
#movie #top-gnavi li.top-gn-movie a {
	background-position: -537px -50px;
}


/*  ポップアップ*/
#popMusic {
	width: 936px;
	height: 1054px;
	margin: 0;
	padding:0;
	position: relative;
	background: #000;
}

#pop01 {
	width: 936px;
	height: 1890px;
	margin: 0;
	padding:0;
	position: relative;
	background: #000;
}

#spec{
	position:absolute;
	top: 729px;
	left: 567px;
}

