@charset "utf-8";

/* =========================================================
共通
========================================================= */

html {
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	background: url(../images/common/bg.png) repeat;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;

}

ul {
	list-style: none;
}

/***** ヘッダー *****/
#header {
	background: #000;
	height: 59px;
	border-bottom: 1px #ecdc83 solid;
	width: 100%;
 	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;
}

h1 {
	background: url(../images/common/logo.png) no-repeat;
	width: 178px;
	height: 115px;
	text-indent: -9999px;
	position: relative;
	top: 5px;
}

h1 a {
	display: block;
	width: 178px;
	height: 115px;
}

.header-inner {
	width: 958px;
	margin: 0 auto;
	position: relative;
}

#header ul {
	overflow: hidden;
	text-indent: -9999px;
	margin-right: -20px;
	position: absolute;
	right: 0;
	top: 22px;
	width: 785px;

}

#header li {
	float: left;
	height: 16px;
	margin-right: 20px;
}

#header li a {
	display: block;
}

/***** ナビ *****/

/*　通常　*/
#header li.news {
	background: url(../images/common/menu01.png) no-repeat;
	width: 63px;
}

#header li.trailer {
	background: url(../images/common/menu02.png) no-repeat;
	width: 96px;
}

#header li.story {
	background: url(../images/common/menu03.png) no-repeat;
	width: 75px;
}

#header li.characters {
	background: url(../images/common/menu04.png) no-repeat;
	width: 150px;
}

#header li.cast_staff {
	background: url(../images/common/menu05.png) no-repeat;
	width: 144px;
}

#header li.theaters {
	background: url(../images/common/menu06.png) no-repeat;
	width: 133px;
}

/*　ホバー時　*/
#header li.news:hover {
	background: url(../images/common/menu01_ov.png) no-repeat;
	width: 63px;
}

#header li.trailer:hover {
	background: url(../images/common/menu02_ov.png) no-repeat;
	width: 96px;
}

#header li.story:hover {
	background: url(../images/common/menu03_ov.png) no-repeat;
	width: 75px;
}

#header li.characters:hover {
	background: url(../images/common/menu04_ov.png) no-repeat;
	width: 150px;
}

#header li.cast_staff:hover {
	background: url(../images/common/menu05_ov.png) no-repeat;
	width: 144px;
}

#header li.theaters:hover {
	background: url(../images/common/menu06_ov.png) no-repeat;
	width: 133px;
}


/*　カレント時　*/
body#news #header li.news {
	background: url(../images/common/menu01_on.png) no-repeat;
	width: 63px;
}

body#trailer #header li.trailer {
	background: url(../images/common/menu02_on.png) no-repeat;
	width: 96px;
}

body#story #header li.story {
	background: url(../images/common/menu03_on.png) no-repeat;
	width: 75px;
}

body#characters #header li.characters {
	background: url(../images/common/menu04_on.png) no-repeat;
	width: 150px;
}

body#cast_staff #header li.cast_staff {
	background: url(../images/common/menu05_on.png) no-repeat;
	width: 144px;
}

body#theaters #header li.theaters {
	background: url(../images/common/menu06_on.png) no-repeat;
	width: 133px;
}


/***** メインコンテンツ *****/

#wrapper {
	width: 999px;
	margin: 90px auto 0 auto;
	/*margin: 0 auto;*/
}

h2 {
	text-align: right;
	margin-right: 20px;
	margin-bottom: -40px;
}

/***** フッター *****/

#footer {
	width: 100%;
	height: 43px;
	background: #000;
	margin-top: 30px;
	min-width: 1000px;
	border-top: 1px #ecdc83 solid;
}

#footer #inner {
	width: 979px;
	margin: 0 auto;
	text-align: right;
}

#footer img {
	margin-top: 15px;
}

#page-top {
    bottom: 20px;
    position: fixed;
    right: 0;
    margin-bottom: 50px;
}

#page-top img {
	width: 38px;
	height: 157px;
}

/* =========================================================
characters/index.html
========================================================= */

.introduction {
	width: 979px;
	overflow: hidden;
	margin-right: -20px;
}

.introduction li {
	float: left;
	margin-top: 12px;
	margin-right: 20px;
}


/* =========================================================
trailer/index.html
========================================================= */

#movieArea{
	width: 637px;
	margin: 60px auto 50px auto;
}

.main-movie {
	width: 100%;
	height: 381px;
}

.thumb ul {
	overflow: hidden;
	margin-right: -22px;
	margin-top: 22px;
}

.thumb li {
	float: left;
	margin-right: 22px;
}

.linkStyle01 img {
	border: 5px #FFF solid;
	opacity: 1;
}

.linkStyle01 a {
	display: block;
	text-decoration: none;
	color: #FFF;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}

.linkStyle01 a:hover {
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}

.linkStyle01 span {
	display: block;
	margin-top: 10px;
	border-left: 5px solid #FFF;
	padding-left: 10px;
}
.movieLink ul {
	padding-top: 10px;
}
.movieLink ul li {
	padding-bottom: 10px;
}


.movieLink ul li.movie1,
.movieLink ul li.movie2,
.movieLink ul li.movie4,
.movieLink ul li.movie5 {
	text-align: center;
	width: 218px;
	float: left;
}
.movieLink ul li.movie3,
.movieLink ul li.movie6 {
	text-align: center;
	width: 198px;
	float: left;
}
.movieLink ul .movie1 a {
	background: url(../trailer/images/btn_movie1.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 196px;
}
.movieLink ul .movie1 a:hover,
.movieLink ul .movie1 a.on { background: url(../trailer/images/btn_movie1.png) no-repeat left -50px;
}
.movieLink ul .movie2 a {
	background: url(../trailer/images/btn_movie2.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 196px;
}
.movieLink ul .movie2 a:hover,
.movieLink ul .movie2 a.on { background: url(../trailer/images/btn_movie2.png) no-repeat left -50px;}
.movieLink ul .movie3 a {
	background: url(../trailer/images/btn_movie3.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 196px;
}
.movieLink ul .movie3 a:hover,
.movieLink ul .movie3 a.on { background: url(../trailer/images/btn_movie3.png) no-repeat left -50px;}
.movieLink ul .movie4 a {
	background: url(../trailer/images/btn_movie4.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 196px;
}
.movieLink ul .movie4 a:hover,
.movieLink ul .movie4 a.on { background: url(../trailer/images/btn_movie4.png) no-repeat left -50px;}
.movieLink ul .movie5 a {
	background: url(../trailer/images/btn_movie5.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 196px;
}
.movieLink ul .movie5 a:hover,
.movieLink ul .movie5 a.on { background: url(../trailer/images/btn_movie5.png) no-repeat left -50px;}
.movieLink ul .movie6 a {
	background: url(../trailer/images/btn_movie6.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 196px;
}
.movieLink ul .movie6 a:hover,
.movieLink ul .movie6 a.on { background: url(../trailer/images/btn_movie6.png) no-repeat left -50px;}
.active {
	border: 5px #ecdc83 solid !important;
}
.linkStyle01 .on  {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

.linkStyle01 .on img,
.linkStyle01 .on span {
	border-color: #ecdc83 !important;
	color: #ecdc83 !important;
}


/* =========================================================
story/index.html
========================================================= */

body#story {
	background: url(../images/common/body_bg.png) repeat;
	width: 100%;
	height: 100%;
}

#bgArea {
	background: url(../story/images/story_bg.png) no-repeat center top;
	margin-top: 20px;
}

body#story #wrapper {
	margin-top: 0 !important;
}

body#story h2 {
	padding-top: 70px;

}

#lead {
	text-align: center;
	margin-top: 60px;
}

#lead p {
	margin-bottom: 35px;
}

#underArea {
	width: 100%;
	text-align: center;
	margin: 520px 0 0 0;
}

#underArea h3 {
	margin-bottom: 68px;
}
#under-txt {
	overflow: hidden;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

#under-txt .lbox {
	float: left;
	width: 456px;
	margin-right: 43px;
}

#under-txt .rbox {
	float: left;
	width: 460px;
}

#under-txt dl {
	text-align: left !important; 
}

#under-txt dd {
	margin: 0 0 50px 0 !important;
	line-height: 1.8;
}

#under-txt dt {
	margin-bottom: 20px;
}

/* =========================================================
cast/index.html
========================================================= */

#main {
	margin: 60px auto 0 auto;
	color: #FFF;
	width: 662px;
}

#main h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

#main ul {
	overflow: hidden;
	margin-right: -21px;
	background: url(../cast_staff/images/line.png) repeat-x bottom left;
	padding-bottom: 35px;
	margin-bottom: 35px;
	width: 662px;
}

#main li {
	float: left;
	margin-right: 21px;
}

#main p.txt {
	margin-bottom: 25px;
}
