@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("default.css");
/* ===================================================================
 style info : TOP用
=================================================================== */

body {
	background: #000;
}
#wrapperBk {
	background:#f25c66 url(../img/top/main_bk.jpg) no-repeat;
	background-position: top;
}
#wrapper {
	margin:0 auto;
	width:960px;
}
#contentsArea {
	position: relative;
	height:auto;
	padding-top:436px;
}
#contentsArea h1 {
	position:absolute;
	top:216px;
	left:0px;
	z-index: 60;
}
#numArea {
	position: absolute;
	top: 24px;
	right: 9px;
	z-index: 20;
}
#contentsArea h2 {
	position:absolute;
	top:385px;
	right:2px;
	z-index: 30;
}
#movieArea01 {
	position:absolute;
	top:19px;
	right:6px;
	background: url(../img/top/next_movie.png) no-repeat 0 0;
	width:318px;
	height:169px;
	padding:5px 0px 0px 4px;
	z-index: 4;
}
#movieArea02 {
	position:absolute;
	/*top:19px;*/
	top:200px;
	right:6px;
	background: url(../img/top/digest_movie.png) no-repeat 0 0;
	width:318px;
	height:169px;
	padding:5px 0px 0px 4px;
}
#movieArea_last {
	position:absolute;
	top:19px;
	right:6px;
	background: url(../img/top/last_movie.png) no-repeat 0 0;
	width:318px;
	height:169px;
	padding:5px 0px 0px 4px;
	z-index: 4;
}
#lastTextArea {
	position:absolute;
	top:300px;
	right:0px;
	width:380px;
	font-size:120%;
	font-weight:bold;
	line-height:1.5;
	/*height:169px;*/
	padding:5px 0px 0px 4px;
	z-index: 4;
}

#nav {
	position:relative;
	height:86px;
}
#nav ul.main {
	height: 58px;
}
#nav ul.sub {
	width: 816px;
	margin: 0px auto 0px auto;
}
#nav ul li {
	float: left;
}
#news {
	background: url(../img/top/info_bk.gif) no-repeat;
	width: 959px;
	height: 19px;
	margin: 0px auto 2px auto;
	position: relative;
}
#info_inner {
	position: absolute;
	height: 19px;
	overflow: hidden;
	width: 790px;
	left: 126px;
	top:2px;
}
#info_inner ul {
	position: absolute;
	width: 790px;
}
#info_inner li {
	float:left;
	padding-top:2px
}
#info_inner li a {
	color:#f25c66;
}
#info_inner li a:hover {
	color:#f38a91;
text-decoration:
}
#contBanner {
	text-align:center;
	min-height:40px;
}
#contBanner ul {
	overflow:hidden;
	padding:5px 0px 5px 0px;
}
#contBanner li {
	float:left;
	margin:0 2px;
}
#footerArea {
	position:relative;
	margin:5px 0 0;
	padding:0;
	padding-bottom:20px;
	background: #000;
}
#copyrightArea {
	width:500px;
	color: #FFF;
	text-align:center;
	margin:0px auto 0px auto;
	padding: 12px 0px 0px 0px;
}
