@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("default.css");
/* ===================================================================
 style info : TOP用
=================================================================== */

body {
	background: #000;
}
#headWp { background:#FFFFFF url(../img/top/bg_main.jpg) no-repeat top center; height:428px;}
#header {
	width: 960px;
	margin:0 auto;
	position:relative;
	}
	#header h1 {
		width: 444px;
		margin:0 auto;
	}
	#header h2 {
		position:absolute;
		right:0px;
		top:0px;
}
#wrapper {
	background: url(../img/top/nav_bg.gif) repeat-x top;
}
#nav {
	width:1017px;
	margin:0 auto;
	}
	#nav ul.main li,#nav ul.sub li {
		float:left;
	}
	#nav ul.sub {
		clear:both;
		width: 832px;
		margin:0 auto ;
		padding:8px 0 0;
}
#content {
	clear:both;
	width:960px;
	margin:23px auto 0;
}
#news {
	background: url(../img/top/info_bk.gif) no-repeat;
	width: 959px;
	height: 24px;
	margin: 0px auto 2px auto;
	position: relative;
	}
	#info_inner {
		position: absolute;
		height: 24px;
		overflow: hidden;
		width: 790px;
		left: 100px;
		top:2px;
		}
		#info_inner ul {
			position: absolute;
			width: 790px;
			}
			#info_inner li {
				float:left;
				padding-top:4px
			}
			#info_inner li a {
				color:#fff;
			}
			#info_inner li a:hover {
				color:#E0E0E0;
				text-decoration:underline;
}
#bannerArea {
	margin:20px 0 0;
	}
	#movieArea {
		width:287px;
		height:161px;
		float:left;
		margin-bottom:10px;
	}
	ul.banner li {
		float:left;
		padding:0 0 10px 10px;
		/*padding:0 0 10px 0px;*/
	}
	ul.banner li.pad0 { 
		padding-left:0; 
}
#footer {
	margin:10px 0 20px;
	padding:10px 0;
	border-bottom:#181818 2px solid;
	border-top:#181818 2px solid;
	}
	#copyright {
		width:425px;
		margin:0 auto;
}








