@charset "utf-8";
/* CSS Document */

#screener {
	position:fixed;
	z-index:999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	left:0px;
	top:0px;
}
#videoBox {
	position:fixed;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
	z-index:1000;
}
#videoFrame {
	position:absolute;
	left:-295px;
	top:-205px;
	width:590px;
	height:410px;
	background:#223142;
}
#closer {
	position:absolute;
	right:25px;
	top:30px;
}
#head{
	width:579px;
	height:71px;
	background:url(../images/bgs_01.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}
.video {
	width:480px;
	height:310px;
	margin-left:auto;
	margin-right:auto;
}
.bg {
	width:579px;
	height:315px;
	background:url(../images/bgs_02.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}
