@charset "UTF-8";

#movie_body {
	width: 660px;
	height: 467px;
	background: url(../../../images/movie.jpg) no-repeat left top;
	position: relative;
}

#movie_01_ttl {
	color: #cccccc;;
	font-weight: bold;
	position: absolute;
	left: 90px;
	top: 48px;

}
#movie_01 {
	position: absolute;
	left: 90px;
	top: 78px;

	
	width: 480px;
	height: 297px;
}

#movie_02_ttl {
	color: #b4cd00;
	font-weight: bold;
	position: absolute;
	left: 90px;
	top: 429px;

}
#movie_02 {
	position: absolute;
	left: 90px;
	top: 504px;
}
#movie_02_p {
	position: absolute;
	left: 90px;
	top: 449px;
	color: #fff;
	width: 480px;
}

a.close {
	position: absolute;
	left: 295px;
	top: 428px;
	display: block;
	width: 69px;
	height: 18px;
	text-indent: -999px;
	overflow: hidden;
}

