@charset "UTF-8";



#container {
	background-image: url(../movie/img/container_bg.png);
}

#contents {
	background-image: url(../movie/img/contents_bg.png);
}

#footer {
	background-image: url(../movie/img/footer_bg.png);
}

h2 {
	text-align: center;
	font-size: 120%;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 1em;
	background-image: url(../movie/img/h2_bg.png);
	background-repeat: no-repeat;
}