@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-size:12px;
    height:100%;
	text-align:center;
}

.clear {clear:both;}

/* ローダー設定 */
.square {
	position:absolute;
	top:320px;
	left:50%;
	width: 109px;
	height:46px;
	color: #CCC;
	background: #FFF;
	z-index:905;
	padding:0px;
	margin-left:-50px;
	
}
#load-text {
	position:absolute;
	top:370px;
	left:50%;
	width:100px;
	color:#999;
	z-index:905;
	padding:0px;
	color:#797000;
	margin-left:-45px;
	text-align:center;
}
body > .square {height: auto;}


#fade {
	background: #FFF; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; left:0; z-index: 901; min-height: 100%;
}

#fade2 {
/*	background: #000; margin: 0px; padding: 0px; width: 100%; height:628px; position:absolute; top:102px; z-index: 900;*/
	background: #FFF; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; left:0; min-height: 100%; z-index: 1;
}

body > #fade {height: auto;}



/* リンク設定 */

a:link {color: #8b826a; text-decoration: underline;}

a:active {color: #8b826a; text-decoration: underline;}

a:visited {color: #8b826a; text-decoration: underline;}

a:hover {color: #8b826a; text-decoration: underline;}

/* コピーライト */

#fox{
	position:absolute;
	width:430px;
	height:31px;
	text-align:center;
	top:300px;
	left:50%;
	margin-left:-215px;
}

#pg12{
	width:35px;
	height:31px;
	margin-right:4px;
	float:left;
}

#fox_logo{
	width:39px;
	height:31px;
	margin-right:6px;
	float:left;
}

#fox_txt{
	text-align:left;
	font-size: 10px;
	color: #53647B;
	line-height: 14px;
	white-space: nowrap;
	font-family:san-serif;
}

#fox_txt a{
	color:#BBA54C;
}



/* 動画再生 */
/*
#videoPlayer {
	width:990px;
	height:533px;
	position:fixed;
	top:50%;
	left:50%;
	background: #000;
	z-index:999;
	padding:0px;
	margin-left:-495px;
	margin-top:-265px;
}

#closeBtn{position:fixed; width: 39px; height: 39px; top:50%; left:50%; z-index:998; margin-left:456px; margin-top:-314px;}
#movieNavi{position:fixed; width: 543px; height: 50px; top:50%; left:50%; z-index:997; margin-left:-246px; margin-top:277px;}
#movieNavi ul li{display: block; float: left; margin: 0; padding: 0px 10px 0px 0px;}
*/

/***********************
youtube
************************/
#close{
	width:26px;
	height:26px;
	cursor:pointer;
}

#youtube {
	cursor:pointer;
	width:100px;
	height:20px;
	line-height:20px;	
	background:#333;
	color:#FFFFFF;
	text-align:center;
}
	
#videoPlayer {
	position:absolute;
	width:990px;
	height:600px;
	z-index:999;
	padding:0;
	left:50%;
	top:80px;
	margin-left:-495px;
}
#videoPlayer jsframe{
	width:990px;
	height:600px;
}

#closeBtn{
	position:absolute;
	width:26px;
	height:26px;
	cursor:pointer;
	left:965px;
	top:-35px;
}
#movieNavi{
	position:absolute;
	top:565px;
	width:990px;
	height:50px;
	left:50%;
	margin-left:-490px;
}
#movieNavi ul{
	list-style:none;
}
#movieNavi ul li{
	list-style:none;
	float:left;
	margin:5px;
}

#trailer,#trailer2{
	cursor:pointer;
}
#trailer,#trailer3{
	margin-left:5px;
	cursor:pointer;
}
 
