@charset "Shift_JIS";

/* CSS Document */

body {
	background:#99CC99;
	text-align:center;
}

#wrapper {
	background: url(../images/movie_bg.jpg) top center no-repeat;
	/*background-size:2450px;*/
	margin: 0 auto;
	text-align:center;
	height:1150px;
}

#main{
	width:950px;
	background:url(../images/movie_img.jpg) top center no-repeat;
	margin:0 auto;
	text-align:left;
	padding-bottom:100px;
}

.title{
	width:380px;
	float:left;
	margin-top:8px;
}

#menu{
	background:url(../images/movie_menu.jpg) top center no-repeat;
}

#movie{
	width:950px;
	height:604px;
	margin-top:21px;
	background:url(../images/movie_main.jpg) top center no-repeat;
	position:relative;
}

#movie .mv_tokuho{
	width:360px;
	height:210px;
	position:absolute;
	top:171px;
	left:70px;
}

#movie .tokuho_btn{
	width:244px;
	height:54px;
	position:absolute;
	top:385px;
	left:129px;
}

#movie .mv_yokoku{
	width:360px;
	height:210px;
	position:absolute;
	top:171px;
	right:70px;
}

#movie .yokoku_btn{
	width:244px;
	height:54px;
	position:absolute;
	top:385px;
	right:127px;
}