@charset "utf-8";

/***********************
youtube
************************/
#fade{
	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: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: 74px;
    height: 74px;
    cursor: pointer;
	left: 965px;
	top: -75px;
	overflow: hidden;
}

#closeBtn2{
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	top: -56px;
	right: 0px;
	z-index: 1;
}

/* ナビゲーション */
#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;
}

.nicon{
	position:absolute;
	top: 12px;
	left: 10px;
	z-index:1;	
}

/*-----------------
gallery
------------------*/
#left_btn{
	position:absolute;
	width:41px;
	height:255px;
	font-size:16px;
	text-align:center;
	top:50%;
	margin-top:-127px;
	left:-2px;
	cursor:pointer;
}
#right_btn{
	position:absolute;
	width:41px;
	height:255px;
	font-size:16px;
	text-align:center;
	top:50%;
	margin-top:-127px;
	right:-2px;
	cursor:pointer;
}

.ico{
	position:relative;
	float:left;
	margin:5px 10px;
}
.tic{
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.nic{
	position:relative;
	cursor:pointer;
}
.icon_frame{
	position:absolute;
	left:50%;
	bottom:40px;
	margin-left: -225px;
}
.target_icon .tic{
	display:block !important;
	top:0.5px;
	left:-1px;
}











