
/* ----------------------- 全体 */

#container{
	position: relative;
	z-index: 10;
}

/* --- ヘッダー */
header #mv{
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
header #mv-bg{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: relative;
	background: url(../images/mv/bg_mv.jpg) no-repeat center top;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
header #mv-white{
	width: 100%;
	height: 100%;
	background: url(../images/mv/mv_white.png) no-repeat center top;
	position: absolute;
	z-index: 100;
	margin-top: -140px;
	/*
	opacity: 0;
	filter: alpha(opacity=0);
	*/
}
header #mv-line{
	width: 100%;
	height: 326px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/mv/mv_line.png) no-repeat center top;
}

header #mv-track{
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: 85px;
}

header #mv-ashi{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/mv/mv_ashi.png) no-repeat center top;
	opacity: 0;
	filter: alpha(opacity=0);
}
header #mv-logo-1{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 172px;
	margin-left: -466px;
	opacity: 0;
	filter: alpha(opacity=0);
}
header #mv-logo-2{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 220px;
	margin-left: -460px;
	opacity: 0;
	filter: alpha(opacity=0);
}
header #mv-logo-3{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 250px;
	margin-left: -460px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#mv-link-01,#mv-link-02,#mv-link-03{
	display: block;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 25px;
	margin-left: 300px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#mv-link-01 a img,
#mv-link-02 a img,
#mv-link-03 a img{
	margin-top: 144px;
	width: 1px;
	height: 1px;
}

/* メニュー */
#mv-news{
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 15;
	display:  none;
	bottom:0;
}
#mv-news .inner-box{
	position: relative;
	text-align: right;
	overflow: hidden;
	height: 450px;
	width:940px;
	margin:0 auto;
}
#mv-news-box{
	position: absolute;
	right: 0;
	z-index: 999;
	width:573px;
	height:60px;
	background:url("../images/mv/news.png") no-repeat;
	overflow: hidden;
}
#mv-news-box ul{
	text-align:left;
	margin:10px 0 0 15px;
}
#mv-news-box li{
	font-size:12px;
	list-style:none;
	line-height:1.8;
}
#mv-news-btn{
	position: absolute;
	right: 0;
	z-index: 999;
}



