@charset "utf-8";
/* CSS Document */

div#mainvisual {
width: 950px;
height: 250px;
background: url(../img/movie/mv.jpg) no-repeat 0 0;
}

div.movie_body {
	width: 935px;
	min-height: 467px;
	height: auto !important;
	height: 467px;
	position: relative;
	background: url(../img/movie/txt01.gif) no-repeat 0 0;
}

div.movie_body div#flashcontent {
	width: 655px;
	height: 415px;
	padding-left: 15px;
	padding-top: 15px;
	position: absolute;
	left: 265px;
	top: 21px;
	background: url(../img/movie/bg01.gif) no-repeat 0 0;
}

div.movie_body h2 {
	height: 305px;
}

div.movie_body p {
	width: 230px;
	margin-left: 15px;
	font-size: 93%;
}

div.movie_footer {
	width: 920px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	position: relative;
	margin-left: 15px;
	background:#E6DEE7;
}

div.movie_footer p.txt {
	width: 775px;
	margin-left: 145px;
	padding: 17px 0;
	font-size: 85%;
}

div.movie_footer p.txt a {
	color: #DE77DE;
}

div.movie_footer p.icon {
	width: 112px;
	height: 33px;
	position: absolute;
	left: 21px;
	top: 7px;
	background: url(../img/movie/btn01.jpg) no-repeat 0 0;
}

div.movie_footer p.icon a {
	display: block;
	height: 100%;
}

div.movie_footer p.icon a:hover {
filter: alpha(opacity=30);
-moz-opacity:0.3;
opacity:0.3;
background: #fff;
}