@charset "utf-8";

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

/* トレーラー本体 */
#videoPlayer {
	position:absolute;
	width:990px;
	height:600px;
	z-index:999;
	padding:0;
	left:50%;
	top:80px;
	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: -50px;
	overflow:hidden;
}


/* ナビゲーション */
#movieNavi{
	position: absolute;
	width:1000px;
	height:35px;
	top: 610px;
	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;
}
#movieNavi ul a:link{
	text-decoration:none;
}
/*ロールオーバー設定*/
.thm_btn{
	margin:0px;
	width:323px;
/*	width:488px;*/
	background-color:#000000;
	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-color:#333;
	border:1px #DDD solid;
	color:#FFF;
	font-size:16px;
	text-align:center;
	font-weight:bold !important;
}

#trailer{
	cursor:pointer;
}

#m_trailer{
	cursor:pointer;
}
