@charset "UTF-8";
/*=======================================
■メインビジュアル
=======================================*/
#mainVisual {
	height: 700px;
	background-image: url(../images/mainillust_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	position: relative;
}
#mvIllust {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -900px;
}
#mv01 {
	z-index: 9;
}
#mv02 {
	z-index: 8;
}

#mv04 {
	z-index: 10;
}
#mv05 {
	z-index: 10;
}
#mv08 {
	z-index: 0;
}
#mv07 {
	z-index: 11;
}
#mv09 {
	z-index: 10;
}
#curtain {
	background-image: url(../images/curtain.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 700px;
	width: 100%;
	z-index: 100;
	position: absolute;
}
#event{
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#event01{
	position: absolute;
	top: 400px;
	left: -140px;
	z-index: 100;
}
#event02{position: absolute;
	top: 450px;
	left: 710px;
	z-index: 100;}
#curtainLeft {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
}
#curtainRight {
	z-index: 100;
	position: absolute;
	right: 0px;
	top: 0px;
}
/*=======================================
■トップページの指定
=======================================*/
#globalNav {
	margin-top: -40px;
	z-index: 10;
}
.mainVisualObject {
	z-index: 11;
}
#topMovie {
	position: absolute;
	top: 556px;
	left: 25%;
	margin-left: -248px;
}
#titleLogo {
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -250px;
}
#copy {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -262px;
}
#release {
	position: absolute;
	top: 580px;
	left: 50%;
	margin-left: -304px;
}
#counter{
	height: 870px;
	width: 970px;
	background-image: url(../images/flashbg.png);
	background-repeat: no-repeat;
	margin-top: -40px;
	margin-bottom: 10px;
}
#flashcounter{
	padding-top: 30px;
	padding-left: 40px;
}
/*=======================================
■コンテンツ
=======================================*/
#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	z-index: 3;
	position: relative;
	margin-top: 20px;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#mainArea {
	float: right;
	width: 670px;
}
#subArea {
	float: left;
	width: 300px;
}
/*twitter*/
#twitter {
	background-image: url(../images/twitter_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 330px;
	padding-top: 70px;
	padding-left: 30px;
	margin-bottom: 5px;
}
#staff{margin-bottom: 5px;}
/*ニュース*/
#news {
	height: 180px;
	background-image: url(../images/news_bg.png);
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 70px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
}
#newsScroll {
	height: 100%;
	width: 800px;
}
/*トピックス*/
#topics ul li {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#topics:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/*=======================================
■ニュース
=======================================*/
#news dl {
	margin-bottom: 5px;
	margin-right: 40px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#news dt {
	width: 130px;
	float: left;
	clear: both;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
	color: #BE245E;
	text-align: center;
}
#news dd {
	padding: 0 0 5px 150px;
	text-align: left;
}
#news strong {
	font-weight: bold;
	color: #FD4392;
}
/*=======================================
■イベント
=======================================*/
#event {
	height: 500px;
	width: 826px;
	position: relative;
	background-image: url(../images/event/patch_bg2.jpg);
}
#eventEnd {
	height: 500px;
	width: 826px;
	position: relative;
}
#flash {
	position: absolute;
	left: 377px;
	top: 117px;
}
