@charset "utf-8";

/*******************************************/

@import url("../common/css/common.css");

@import url("../common/css/base.css");

/*****************************************************************/


#header .subnavi h1 {
	background: url(../img/move/m1.png) no-repeat;
	text-indent: -9999px;
	margin: 46px auto 41px;
	height: 44px;
	width: 699px;
}

#contents #main #movie01 {
	width: 1000px;
	margin: 0px;
	background: url(../img/move/move_03.png) no-repeat bottom;
	padding: 0px 0px 74px;
}

#contents #main #movie01 .mbtn1 {
	cursor: pointer;
}

#contents #main #movie01 .mbtn1:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#contents #main #movie02 {
	width: 1000px;
	margin: 0px 0px 50px;
	height: 233px;
}

#contents #main #movie02 #misukamisuka {
	background: url(../img/movie/movie_04.png) no-repeat;
	text-indent: -9999px;
	height: 105px;
	width: 1000px;
	margin: 0px 0px 10px;
	clear: both;
}

#contents #main #movie02 h4 {
	background: url(../img/move/move_05.png) no-repeat;
	text-indent: -9999px;
	height: 128px;
	width: 212px;
	float: left;
}

#contents #main #movie02 #profile {
	width: 618px;
	background: url(../img/move/move_06.png);
	height: 98px;
	float: right;
	padding: 30px 160px 0px 10px;
	color: #724C00;
	font-size: 0.9em;
}

/*****************************************************************/


#bg_movie_1 {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background: #FFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

#video_1 {
	height: 360px;
	width: 640px;
	margin-left: -320px;
	margin-top: -180px;
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 50%;
	display: none;
}


.close {
	display: block;
	position: fixed;
	top: 448px;
	left: 50%;
	margin-left: 290px;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat left top;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	z-index: 1002;
	text-indent: -9999px;
}

.close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
