@charset "utf-8";

body,html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:1.9em;
	color:#FFF;
	letter-spacing:0px;
}

#wrapper{
	width:100%;
	min-width:1024px;
	padding:0;
	margin:0 auto;
	position: absolute;
}


/*------------------------

modules

-------------------------*/
.inner1024{
	width:1024px;
	margin:0 auto;
}

.inner960{
	width:960px;
	margin:0 auto;
}

/*------------------------

img

-------------------------*/
#img {
	position: fixed;
	/*
	height: 100%;
	width: 100%;
	*/
	top: 0px;
	overflow: hidden;
}

/*横幅のみ100%*/
#img .bg {
	width: 100%;
}

/*------------------------

@header

-------------------------*/
#header {
	padding: 0px;
	margin: 0 auto;
}


/*------------------------

@main

-------------------------*/
#main{
	padding: 30px 0px 0px 0px;
	background-color: #c2000f;
	height: 760px;
}


#flash-wrapper{
	margin:0 auto;
	width:800px;
	height:450px;
}





.tablist{
	width:958px;/*仮の数字*/
	padding: 10px 0 30px;
}

.tablist li {
	float: left;
	display: block;
	padding: 0 8px 0 0;
}

#right-tablist-btn {
	padding:0;
}

.tab-btn{
	cursor:pointer;
}

.tab-box{
	position:absolute;
	background-color:#000;
	/*background:url(../img/guide2.jpg) no-repeat top center;*/
	padding:0 0 0px;
	height:612px;
	top:80px;
	left:32px;
}


.movie{
	width:388px;
	position:absolute;
	top:31px;
	left:48px;
}

.movie-ttl{
	display:block;
	margin: 0 0 12px 0;
}

.gallery{
	width:390px;
	position:absolute;
	top:319px;
	left:50px;
}

.gallery-ttl{
	display:block;
}

.gallery-ttl2{
	display:block;
	margin: 7px 0 6px 0;
}

.gallery-box ul li{
	cursor:pointer;
	float:left;
	margin:0 1px 1px 0;
	padding:0;
}
.txt{
	width: 422px;
	position: absolute;
	top: 30px;
	left: 494px;
}

.txt-scroll{
	width: 418px;
	height: 383px;
	margin:25px 0 0 0;
	overflow: scroll;
}

.txt-box{
	width: 380px;
	padding: 0;
	margin: 0px 0 0 0;
}


/* 本体？ */
.scrollgeneric {
    line-height:1px;
    font-size:1px;
    position:absolute;
    top:0;
    left:0;
}
 
/* 縦スクロール範囲 */
.vscrollerbase {
    width:17px;
    background-color:#1e1e1e;
}
 
/* 縦スクロールバー */
.vscrollerbar {
    width:17px;
    background-color:#c2000f;
}


.dvd-btn{
	position:absolute;
	left: 534px;
	top:520px;
}
				
				
#social-container{
	padding:0 0 25px 10px;
	margin:0 auto;
}


/*-------------------------

@footer

-------------------------*/
#footer{
	height:90px;
	background-color: #c2000f;
}


#cc{
	font-family:Verdana, Geneva, sans-serif;
	padding:25px 0 0;
	text-align:center;
}