@charset "utf-8";
/*===================================================

	サイト全体の基本設定

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("reset.css");
@import url("print.css");

/*----------------------------------------------------
	基礎、テキストリンクの設定
----------------------------------------------------*/
html,body {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFF url(../img/bg.jpg) repeat-x;
}
a:link { /* 通常時 */
	text-decoration: none;
}
a:visited { /* 訪問済 */
	text-decoration: none;
}
a:hover { /* 選択時 */
	text-decoration: underline;
}
a:active { /* アクティブ */
	text-decoration: none;
}

/*----------------------------------------------------
	汎用 id/class
----------------------------------------------------*/
#page {
	width: 960px;
	height: 500px;
	margin: auto;
	background: url(../img/hed.jpg) no-repeat;
}
h1 {
	text-indent: -9999px;
	display: block;
	height: 147px;
}
#list {
	float: left;
	width: 210px;
	height: 330px;
	padding: 36px 12px 0 0;
}
#list li {
	float: left;
	padding-bottom: 2px;
}
#list li a {
	background: url(../img/list.jpg);
	width: 180px;
	line-height: 45px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px 0 10px;
	text-decoration: none;
}
#list li a:hover {
	background: url(../img/list.jpg) right;
}

#movie {
	background: url(../img/movie_bg.jpg) 0 -32px;
	padding: 13px 15px 0;
	width: 464px;
	height: 312px;
	float: left;
}

#iufo {
	padding: 3px;
	background: #666;
	float: left;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	width: 488px;
	margin-top: 2px;
}
#iufo img {
	margin-right: 5px;
	float: left;
}

#movie_list {
	background: url(../img/movie_list.jpg) ;
	float: left;
	margin: -287px 0 0 12px;
}
#movie_list ul {
	width: 232px;
	height: 305px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 12px 0 11px;
}
#movie_list .title {
	color: #F00;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 14px;
	width: 195px;
	height: 38px;
	background: #7C0507;
	margin: 0 6px 3px;
	padding: 5px;
}
#movie_list img {
	float: left;
	margin-right: 5px;
	border: 1px solid #FFF;
}
#movie_list a {
	color: #FFF;
}

#bottom {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #333;
	float: left;
	width: 960px;
}

#banner { /* バナー */
	float: left;
}
#copy { /* コピーライト */
	font-size: 10px;
	float: right;
}


