@charset "utf-8";
/* CSS Document */


#youtube_block{
	background: url(../img/top/bgFloat.png);
	padding: 30px;
	width: 640px;
	height: 360px;
}

#movieBg {
	position:fixed;
	left:0px;
	top:0px;
	
	width:100%;
	height:100%;
	background:#000;
	
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 100;
}

#movieArea {
	position:fixed;
	left:50%;
	top:50%;
	
	margin-left: -350px;
	margin-top: -210px;
	z-index: 100;
}

.btnMovieClose {
	position:absolute;
	left:50%;
	top:50%;
	background: url(..//img/top/btnClose.png) center top no-repeat;
	margin-left: 320px;
	margin-top: -242px;
	cursor: pointer;
	width: 58px;
	height: 57px;
}

.btnMovieClose:hover {
	background: url(..//img/top/btnClose.png) center bottom no-repeat;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}