html{
	overflow-y: scroll;
}
body{
	background-color:#000000;
	font-size:small;
	line-height:1.5em;
	color:#e0e0e0;
	margin:0px;
	padding:0px;
}
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
}
header, footer, article, section, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	margin:0;
	padding:0;
}
h1{
	display:none;
}
h2{
	display:none;
}
li {
	list-style:none;
}
a {
	outline:none;
	text-decoration:underline;
	color:#e0e0e0;
}
a:hover {
	outline:none;
	text-decoration:none;
	color:#e0e0e0;
}
a img{
	border:none;
}
.align_left{
	text-align:left;
}
.align_center{
	text-align:center;
}
.align_right{
	text-align:right;
}
/* layout */
#WRAP{
	width: 1000px;
	margin: 0 auto;
}
#SELECT{
	width: 1000px;
	margin: 0 auto;
	text-align:center;
	position:absolute;
	display:block;
}
#SELECT h3{
	margin:50px auto;
}
#SELECT p{
	clear:left;
	margin:30px auto;
}
#SELECT ul{
	width:472px;
	margin:30px auto;
	overflow:hidden;
}
#SELECT li{
	float:left;
	margin:10px;
}
#SELECT a{
	background-image: url(../img_uk/y_select.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 216px;
	display:block;
	text-indent:-5000px;
}
#SELECT .ok a{
	background-position: left top;
}
#SELECT .ok a:hover{
	background-position: left bottom;
}
#SELECT .ng a{
	background-position: right top;
}
#SELECT .ng a:hover{
	background-position: right bottom;
}
/* contents */
#CONT{
	width: 1000px;
	margin: 0 auto;
	position:absolute;
	display:none;
}

/* header */
header{
	display:none;
}
/* article */
article#PC{
	height:563px;
	overflow:hidden;
	position:relative;
	display:block;
}
article#SP{
	display:none;
}
article div.anim_layer{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 563px;
	overflow:hidden;
}
article div.anim_layer img{
	position:absolute;
	top:0;
	left:0;
}
article div.logo_layer{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 563px;
	background-image: url(../img_uk/mainimg.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
article div.cross_layer{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 563px;
	background-image: url(../img_uk/bg_cross.png);
	background-repeat: repeat;
}
article div.play_logo_layer{
	position:absolute;
	top:34px;
	right:20px;
	opacity:0;
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}
article .btn_play{
	position:absolute;
	bottom:20px;
	right:50%;
	display:block;
	width:110px;
}
article #TB_START{
	display:none;
}

/* movie skin (jplayer) */
article div.jp-jplayer{
	position:absolute;
	top:0;
	left:0;
}
article div.jp-gui{
	position:absolute;
	top:-60px;
	left:0px;
	z-index:980;
	width:100%;
	height:563px;
	overflow:hidden;
}
article div.jp-progress{
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.8;
	filter: alpha(opacity=0.8); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0.8)"; /* IE 8 */
		width:100%;
	height:14px;
	background-color:#3b3b3b;
}
article div.jp-seek-bar{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:14px;
}
article div.jp-play-bar{
	width:0;
	height:14px;
	background-color:#b01a1b;
}
article div.jp-controls-holder{
	position:absolute;
	top:20px;
	right:5px;
	width:36px;
	height:14px;
}
article a.jp-mute{
	background-image: url(../media/skin.png);
	background-repeat: no-repeat;
	background-position: -16px 0px;
	width: 18px;
	height: 12px;
	text-indent: -5000px;
	display: block;
}
article a.jp-unmute{
	background-image: url(../media/skin.png);
	background-repeat: no-repeat;
	background-position: -16px -17px;
	width:18px;
	height:12px;
	text-indent:-5000px;
	display:block;
}
article div.btnback{
	position:absolute;
	top:20px;
	right:5px;
	width:16px;
	height:14px;
	z-index:990;
}
article div.btnback a{
	background-image: url(../media/skin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 16px;
	height: 12px;
	text-indent: -5000px;
	display: block;
}
article div.btnback a:hover{
	background-position: 0px -17px;
}

/* footer */
footer{
	position:relative;
	height:190px;
	width:980px;
	margin:0 auto;
	_margin-top:563px;
}
#SPEC{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#SPEC h3{
	/*
	background-image: url(../img/release.jpg);
	background-repeat: no-repeat;
	background-position:left;
	*/
	margin: 0px;
	padding: 0px 1.5em;
	position:absolute;
	top:10px;
	left:0px;
	height: 34px;
	text-align:center;
	border:solid 2px #af1a1c;
	color:#af1a1c;
	line-height:33px;
}
#SPEC dl{
/*
	background-image: url(../img/cero_mitei.gif);
	background-repeat: no-repeat;
	background-position: right center;
*/
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 0px;
	height: 37px;
	font-size:11px;
	line-height:37px;
}
html>/**/body #SPEC dl {
  letter-spacing:-0.5px;
}
#SPEC dl dt{
	float: left;
	margin-right:5px;
}
#SPEC dl dd{
	float:left;
	margin-right:8px;
}
#SPEC dl dt.d{
	clear:left;
}
#SPEC dl dd.l{
	/margin-right:50px;
}


#PLATFORM{
	z-index:10;
	position:absolute;
	width:100%;
	top:100px;
	left:0px;
}
#PLATFORM img{
	height:25px;
}
#PLATFORM img.logo_360{
	margin-left:20px;
}

#SNS{
	position:absolute;
	top:60px;
	left:0px;
}
#SNS div{
	float:left;
	margin-right:5px;
}

#AUTHOR{
	z-index:20;
	position:absolute;
	top:60px;
	right:0px;
}
#AUTHOR li{
	float:left;
	height:80px;
}
#AUTHOR li.pegi{
	width:70px;
}
#AUTHOR li.kg{
	width:100px;
}
#AUTHOR li.gm{
	width:77px;
}
#AUTHOR li.ds{
	width:60px;
}
#AUTHOR li a{
	display:block;
}

#LINK{
	z-index:20;
	position:absolute;
	width:100%;
	height:30px;
	top:150px;
	left:0px;
	color:#ffffff;
	font-size:x-small;
	line-height:1.2;
	letter-spacing:1px;
	text-align:left;
}
#RIGHTS{
	z-index:10;
	position:absolute;
	width:100%;
	height:20px;
	top:150px;
	left:0px;
	color:#ffffff;
	font-size:x-small;
	line-height:1.2;
}
#RIGHTS p{
	margin-bottom:10px;
	font-family: Arial, Meiryo, sans-serif;
}
#RIGHTS .logo_360{
	margin-left:1em;
}
#RIGHTS .cp{
	position:absolute;
	right:0;
	bottom:0;
	font-family: Arial, Meiryo, sans-serif;
}




.jp-no-solution{
	text-align:left;
	margin:3em;
	z-index:999;
}