@charset "UTF-8";
@import "reset.css";
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color:#777;
	font-family: "メイリオ", "MS　Pゴシック", Osaka, sans-serif;
	background-color:#1A1A1A;
}
a {
	color: #999;
}
a:hover {
	color: #fff;
}
div#inbox {
	text-align: center;
	padding: 10px 0;
}
h1 {
	text-align: center;
	display: none;
}
div#movie, div#data, div#footer {
	clear:both;
	margin: 0 auto;
	width: 640px;
}
div#movie {
	height:390px;
}
div#data {
	height:140px;
	overflow: hidden;
	font-size: 
 10px;
	text-align:left;
}
div#data ul {
	padding-bottom: 10px;
}
div#footer {
	background-repeat:no-repeat;
}
div#footer ul {
	margin: 0 auto;
	width: 200px;
	margin-top: 40px;
}
div#footer ul li {
	display:block;
	overflow:hidden;
	width: 200px;
	text-align: center;
}
div#footer ul li a {
	display:block;
	background-color:#000000;
	width: 200px;
	line-height: 30px;
	overflow:hidden;
	background-image:url(../img/bg_movie_btn.gif);
	background-position:center 0;
	background-repeat:no-repeat;
}
div#footer ul li a:hover {
	background-position:center -30px;
}
div#footer address {
	font-size:85%;
	color:#333333;
	margin-top: 10px;
	clear: both;
}
