@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-size:12px;
    height:100%;
	text-align:center;
}

.clear {clear:both;}

/* ローダー設定 */
.square {
	position:absolute;
	top:330px;
	left:50%;
	width: 109px;
	height:46px;
	color: #CCC;
	z-index:905;
	padding:0px;
	margin-left:-50px;
	text-align:center;
}
#busy1{
	font-family: 'Londrina Solid', cursive; /* google web font */
	font-style:italic;
	color:#AAA;
	font-size:1.5em;
}
#load-text {
	font-family: 'Londrina Solid', cursive; /* google web font */
	font-style:italic;
	position:absolute;
	top:350px;
	left:50%;
	width:100px;
	z-index:905;
	padding:0px;
	color:#AAA;
	margin-left:-45px;
	text-align:center;
	font-size:1.2em;
}
body > .square {height: auto;}


#fade {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}

#fade2 {
	background: #FFF; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top: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:800px;
	height:31px;
	text-align:center;
	top:150px;
	left:50%;
	margin-left:-400px;
}

#legal{
	width:725px;
}

#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:#999;
	line-height: 14px;
	/*white-space: nowrap;*/
	font-family:san-serif;
}

#fox_txt a{
	color:#ac5118;
}

/***********************
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:39px;
	height:39px;
	cursor:pointer;
	left:950px;
	top:-45px;
}
#movieNavi{
	position:absolute;
	top:565px;
	width:1100px;
	height:50px;
	left:50%;
	margin-left:-495px;
}
#movieNavi ul{
	padding-top:5px;
	list-style:none;
	height:39px;
}
#movieNavi ul li{
	list-style:none;
	float:left;
	margin-right:5px;
}

#trailer{
	cursor:pointer;
}
 
