@charset "UTF-8";
/* CSS Document */




* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #FFFFFF;
	background: #000000;
}
a {
	color: #CC00CC;
}
a:hover {
	text-decoration: none;
}



/* wrapper */
#wrapper {
	background-color: #000000;
}



/* #header */
#header {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/movie/play.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	text-indent: -9999px;
	font-size: 10px;
	line-height: 10px;
	height: 70px;
}



/* #main */
#main {
	width: 725px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 595px;
	padding-left: 5px;
}




/* #back */
#back {
	width: 730px;
	height: 10px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#back a {
	float: right;
	margin-right: 335px;
}



/* footer */
#footer {
	width: 730px;
	background-image: url(../img/movie/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 91px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer h2 {
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	height: 10px;
}
#footer dt {
	font-size: 9px;
	color:#272727;
	line-height:2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: lighter;
	display: block;
	margin-left: 5px;
	letter-spacing: 0.2em;
}
#footer a
	{
		color:#484848;
		text-decoration:none;
	}
#footer a:hover
	{
		color:#7d7d7d;
	}
