@charset "utf-8";

/***********************
youtube
************************/
#fade2{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:989;
}

/* トレーラー本体 */
#videoPlayer {
	position:absolute;
	width:990px;
	height:600px;
	z-index:999;
	padding:0;
	left:50%;
	top:60px;
	margin-left:-495px;
	z-index:990;
}

#videoPlayer jsframe{
	width:990px;
	height:600px;
}

#youtube {
	cursor:pointer;
	width:100px;
	height:20px;
	line-height:20px;	
	background:#333;
	color:#FFFFFF;
	text-align:center;
}


/* 閉じるボタン */
#close{
	width:40px;
	height:40px;
	cursor:pointer;
}

#closeBtn{
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    left: 950px;
    top: -20px;
    overflow: hidden;
    z-index: 1;
}

/* ナビゲーション */
#movieNavi{
	position: absolute;
	width:1000px;
	height:80px;
	top: 610px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	padding-bottom: 50px;
}

#movieNavi ul{
	list-style:none;
}

#movieNavi ul li{
	list-style:none;
	float:left;
	margin:5px;
	position:relative;
	width:323px;
/*	width:488px;*/
	height:38px;
	line-height:38px;
	font-weight:bold !important;
	margin-bottom:19px;
}

#movieNavi ul a:link{
	text-decoration:none;
}
#player{
	margin-top:33px;
}

/*ロールオーバー設定*/
.thm_btn{
	margin:0px;
	width:323px;
/*	width:488px;*/
/*	background: url(http://www.t2trainspotting.jp/img/floga.png) no-repeat left center !important;*/
/*	border:1px #CFF solid;*/
	color:#CFF;
	font-size:16px;
	text-align:center;
	font-weight:bold !important;
}

.thm_btn_over{
	position:absolute;
	left:0;
	top:0;
	margin:0px;
	width:323px;
/*	width:488px;*/
/*	background: url(http://www.t2trainspotting.jp/img/floga_over.png) no-repeat left center !important;*/
/*	border:1px #DDD solid;*/
	color:#FFF;
	font-size:16px;
	text-align:center;
	font-weight:bold !important;
}

#trailer{
	cursor:pointer;
}

#m_trailer{
	cursor:pointer;
}

.nicon{
	position:absolute;
	top: 0;
	left: 0;
	z-index:1;	
}