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

.clearfix:after{
content: "";
display: block;
clear: both;
}

.clearfix {
zoom:1;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
height:1px;
}

.clearfix{
display:block;
}
/* End hide from IE-mac */



* {
margin: 0;
padding: 0;
border: 0;
}
a {
/* macIE対策\*/
overflow: hidden;
/* macIE対策*/
}
a img {
border: 0;
}
ul,ol,dl{
list-style:none;
}

.leftContent {
	float: left;
}

.rightContent {
	float: right;
}

.btn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* common--------------------------------------------------------- */
body {
	background: #3B0A0A url(../images/bg.jpg) center top no-repeat;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.top {
	background: #3B0A0A url(../images/top_bg2.jpg) center top no-repeat;
}

#wrapper {
	width: 1010px;
	margin: 0 auto;
	padding: 0 0 30px;
}

.top #wrapper {
	position: relative;
	height: 1020px;
}

#container {
	background: url(../images/main_bottom.png) left bottom no-repeat;
	padding: 0 0 70px;
}

#main {
	background: url(../images/main_shadow.png) left top repeat-y;
	padding: 0 5px;
}

#contents {
	background: #FF0 url(../images/main_bg.jpg) left top repeat-x;
	padding: 0 5px;
}

#mainContents {
	padding: 40px 45px;
	border-left: solid 3px #C90;
	border-right: solid 3px #C90;
	min-height: 450px;
}

.movie #mainContents {
	text-align: center;
}

/* link--------------------------------------------------------- */

/* header--------------------------------------------------------- */
#header {
	padding: 5px 0 0;
	height: 125px;
}

#header h1 {
	float: left;
	padding: 9px 0 0;
}

#header p {
	float: right;
}

.top #header {
	padding: 0;
	height: 203px;
}

.top #header h1 {
	float: none;
	padding: 0;
}

.top #header p {
	padding: 0 0 0 30px;
	float: none;
}

/* nav--------------------------------------------------------- */
#nav {
	position: absolute;
	top: 236px;
	left: 55px;
	width: 203px;
	height: 503px;
	background: url(../images/top_nav_bg.png) left top no-repeat;
}

#nav.news {
	background: url(../images/top_nav01.png) left top no-repeat;
}

#nav.intro {
	background: url(../images/top_nav02.png) left top no-repeat;
}

#nav.character {
	background: url(../images/top_nav03.png) left top no-repeat;
}

#nav.theater {
	background: url(../images/top_nav04.png) left top no-repeat;
}

#nav.movie {
	background: url(../images/top_nav05.png) left top no-repeat;
}

#nav.special {
	background: url(../images/top_nav06.png) left top no-repeat;
}

#nav li {
	text-indent: -9999px;
	height: 83px;
}

#nav li a {
	display: block;
	width: 203px;
	height: 83px;
}

#globalNav {
	float: right;
	width: 762px;
	height: 60px;
}

#globalNav li {
	float: left;
}

/* main--------------------------------------------------------- */
#topCp {
	position: absolute;
	top: 590px;
	left: 260px;
}

.top .box {
	position: absolute;
	top: 735px;
	left: 0;
}

#topInfo {
	float: left;
}

#topNews {
	background: url(../images/top_news.png) center 20px no-repeat;
	width: 550px;
	height: 270px;
	padding: 15px 200px 0 200px;
}

#topNews h2 {
	text-indent: -9999px;
	height: 55px;
}

#topNews ul {
	margin: 0 25px;
	padding: 0 10px 0 5px;
	height: 170px;
	overflow: auto;
}

#topNews ul li {
	border-bottom: dotted 1px #FF0;
	padding: 10px 0;
}

#topNews ul .date {
	float: left;
	color: #FF0;
}

#topNews ul .text {
	color: #FFF;
	clear: right;
	padding: 0 0 0 7em;
}

#topNews ul .text a {
	color: #FFF;
	text-decoration: none;
}

#topNews ul .text a:hover {
	text-decoration: underline;
}

.intro #introNav {
	background: url(../images/intro_head.png) no-repeat;
	width: 950px;
	height: 130px;
}

.intro #introNav h2 {
	padding: 40px 0 0 110px;
	float: left;
}

.intro #introNav ul {
	float: right;
	padding: 50px 75px 0 0;
}

.intro #introNav ul li {
	float: left;
}

#mainContents h3 {
	padding: 0 0 30px;
}

.introTop {
	text-align: center;
}

.introTop h4 {
	padding: 0 0 20px;
}

.introTop p {
	padding: 0 0 30px;
}

#mainContents h3.catch {
	padding: 50px 0 0;
}

/* 130721 present */
.top #wrapper {
	height: 1280px;
}

.top .box {
	position: absolute;
	top: 1010px;
	left: 0;
}

#topPresent {
	position: absolute;
	top: 750px;
	left: 0;
}


.contest {
position: absolute;
top: 560px;
left: 260px;
width: 200px;
height: 195px;
}



/* footer--------------------------------------------------------- */
#footer {
	background: #840505;
	padding: 0 0 10px;
	text-align: center;
}

#footer #bnrArea {
	padding: 20px 0;
	margin:0 auto;
	width:1010px;
}

#footer #bnrArea li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 7px;
	margin: 0 0 10px 0;
}

* html #footer #bnrArea li {
	display: inline;
	zoom: 1;
}

*+html #footer #bnrArea li {
	display: inline;
	zoom: 1;
}

#footer #bnrArea li a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#footer #credit {
	padding: 20px 0;
}
