@charset "utf-8";


/* 映像 */
.cnt005{
	background:url(../movie/img/bg_cnt.jpg) center 0 repeat #f2e314;
}
.cnt005 h1{
	position: absolute;
	top: 0;
	left: 290px;
	display: none;
}
.cnt005 #mainbody{
	width: 914px;
	background: url(../movie/img/frame.png) 2px 28px no-repeat;
	margin: 0 auto;
	position: relative;
	padding: 90px 0 0 0;
}

#movie_frame{
	margin: 0 auto;
	width: 668px;
	height: 450px;
	background: url(../movie/img/movie_img.png) 0px 0px no-repeat;
	position: relative;
}
#movie{
	padding: 14px 0 0 14px;
}
#moviebt{
	margin: 0 auto;
	padding: 90px 0 20px 0;
	position: relative;
	width: 812px;
}
.thumb1{/* 2つ並びのときの左側 */
	float: left;
	width: 396px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.thumb2{/* 2つ並びのときの右側 */
	float: right;
	width: 396px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
#moviebt a:hover img{
	position: absolute;
	top: -155px;
	left: 0;
}
#moviebt .active a img{
	cursor: default;
	position: absolute;
	top: -155px;
	left: 0;
}
#star{
	position: absolute;
	top: 5px;
	left: 130px;
}
