


/*             動画            */
.movie {
	width:640px;
	margin:0 auto 30px;
}


/*             ホバーウィンドウ            */

#hover {
	position: absolute;
	visibility: hidden;
	top: -1000px;
	right: 0px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #999;
	height: auto;
	width: auto;
	margin:15px;
	padding:15px;
	z-index:1000;
}


/*             マウジング            */
#MaskLayer {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 1;
	display: none;
}
#Mousing {
	width: 100%;
	height: 20px;
	position: fixed;
/*	background: #FF0000;*/
	top: 0;
	left: 0;
	z-index: 3;
}
#ShowPop {
	display: none;
	z-index: 2;
	position: fixed  ;
	top: 50%;
	left: 50%;
	width: 700px;
	height: auto;
	margin-left: -370px;
	margin-top: -300px;
	background: #FFF;
	text-align: center;
	padding:20px;
}

