@charset "UTF-8";
/* =====================================
	character
===================================== */

body {
	background:#000;
}


/* =====================================
	content
===================================== */

.contents {
	width:100%;
	background: url(../img/bg03.jpg) center top no-repeat;
}

.ttl01{
	padding-top:17px;
	margin:0 0 0 24px;
}

.movie{
	margin:65px auto 0 auto;
	width:932px;
	padding:30px;
	background: url(../img/movie/bg01.png) repeat;
	font-size:15px;
	text-align:center;
}

.box_movie{
	width:435px;
	margin:15px auto 60px auto;
}

.box_movie p{
	margin-top:20px;
}

.box_movie p span{
	background:url(../img/movie/bg_pager.jpg) repeat;
	padding:2px 8px 0;
	height:27px;
	font-size:13px;
	margin-right:8px;
}

/* =====================================
	footer
===================================== */

.footer{
	margin-top:-2px;
}

