@charset "utf-8";
/* CSS Document */
@import url("common.css");
body {
	background-color: #002837;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/bg_story.jpg);
	margin-top: 10px;
}

a {
	color: #fff;
	font-style: normal;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.name_h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
#menu .underline {
	background-color: #01B2FF;
	height: 1px;
	width: 40px;
	position: absolute;
	left: 128px;
	top: 63px;
}
#wrap .line {
	background-image: url(../../images/line_movie.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 76px;
	position: absolute;
	left: 710px;
	top: 42px;

}
.storyimg {
	margin-right: 7px;
}
/*menu*/
#wrap #menu_movie {
	height: 28px;
	clear: both;
	width: 550px;
	z-index: 10;
	position: absolute;
	top: 55px;
	left: 440px;
	padding-left: 10px;
}



/* モダンブラウザ（Firefox Opera Safari）対策 */
#menu_movie ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
/* Win版IE7とMac版IE5対策 */
#menu_movie ul {
	display: inline-block;
}
/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html #menu ul {
	height: 1px;
}
#menu_movie ul {
	display: block;
}
/* End hide from IE-mac */

#menu_movie ul li {
	float: left;	
	font-size: 0;

	
}
#menu_movie ul li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;	height: 28px;
	background-image: url(../../images/menu_movie.png);
	background-repeat: no-repeat;

}

#menu_movie ul li.intro a {
	width: 108px;
	background-position: 0px 5px;
}

#menu_movie ul li.intro a:hover {
	background-position: 0px -35px;
}
#menu_movie ul li.story a {
	width: 60px;
	background-position: -135px 5px;
}

#menu_movie ul li.story a:hover {
	background-position: -135px -35px;
}

#menu_movie ul li.cast a {
	width: 88px;
	background-position: -217px 5px;
	margin-left: 20px;
}

#menu_movie ul li.cast a:hover {
	background-position: -217px -35px;
}

#menu_movie ul li.staff a {
	width: 90px;
	background-position: -320px 5px;
	margin-left: 10px;
}

#menu_movie ul li.staff a:hover {
	background-position: -320px -35px;
}

#menu_movie ul li.endroll a {
	width: 108px;
	background-position: -428px 5px;
	margin-left: 20px;
}

#menu_movie ul li.endroll a:hover {
	background-position: -428px -35px;
}


#contents {
	width: 1020px;
	margin-right: 20px;
	margin-left: 20px;	padding-bottom: 60px;
}
#contents h1 {
	height: 65px;
	width: 305px;
	position: absolute;
	left: 40px;
	top: 20px;
}

#contents h1 a {
	text-decoration: none;
}
#contents2 {
	width: 660px;
	margin-right: 20px;
	position: relative;
	left: 360px;
	top: 150px;
	margin-bottom: 120px;
}

#contents2 .toplink {
	text-align: right;
	width: 50px;
	position: relative;
	left: 600px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}


#contents2 .introimg {
	text-align: right;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	clear: both;
	width: 650px;
	color: #FFFF26;
}
p {
	line-height: 1.85em;
}

#footer {
	text-align: right;
	height: 10px;
	width: 100%;
	position: absolute;
     bottom:20px;
}

#menu {
	position: absolute;
	left: 440px;
	top: 20px;
}
