@charset "utf-8";
@import url(base.css);


*html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 


/* base
----------------------------------------------------*/
body {
	font-family:
		'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3',
		'メイリオ','Meiryo',Osaka,'MS UI Gothic', Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #000;
	text-align: center;
}


h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 4em;
}


h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
}
	
h4 {
	font-size: 100%;
}

hr {
	display: none;
}

/* utils
---------------------------------------------------*/
.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */



/* img
---------------------------------------------------*/
img.right {
	float: right;
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
}

img.left {
	float: left;
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

img.across {
	display: block;
	clear: both;
	margin: 20px 0;
}


/* anchor
---------------------------------------------------*/
a:link,
a:visited {
	color: #195c7e;
	text-decoration: none;
}

a:hover,
a:active {
	color: #195c7e;
	text-decoration: underline;
}
	
a.blank {
	padding-right: 20px;
	background: url(img/blank_icon.gif) no-repeat right;
}


/* container
---------------------------------------------------*/
#bg {
	margin: 0 auto;
	width: 900px;
	background: url(../cmnimg/bg.jpg) repeat-y;
}


#container {
	position: relative;
	margin:0 auto;
	padding-bottom: 20px;
	width: 900px;
	height: 12000px;
	background: url(../img/top_bg.jpg) no-repeat;
	text-align: left;
}

#news #container,
#theaters #container,
#comments #container,
#links #container {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 600px;
	height: auto;
	background: url(../cmnimg/contents_bg.jpg) repeat-y;
	text-align: left;
}



/* contents
----------------------------------------------------*/
#contents {
	float: right;
	padding-right: 30px;
	width: 590px;
}

#contents h2 {
	margin-bottom: 20px;
}

#contents h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}

#contents p {
	margin-bottom: 1em;
	font-size: 93%;
	line-height: 1.7;
}


#intro {
	position: absolute;
	top: 789px;
	width: 590px;
}

#story {
	position: absolute;
	top: 2447px;
	width: 590px;
}

#caststaff {
	position: absolute;
	top: 3324px;
	width: 590px;
}

#caststaff table {
	margin-bottom: 30px;
}

#caststaff table th {
	vertical-align: top;
}

#caststaff table td {
	padding-left: 20px;
	padding-bottom: 30px;
}

#caststaff table td p {
	font-size: 85%;
	line-height: 1.4;
}

#caststaff table td h4 {
	padding-top: 15px;
}

#caststaff table td img {
	padding-bottom: 10px;
}

#interview {
	position: absolute;
	top: 5322px;
	width: 590px;
}

#interview h3.interview2 {
	margin-top: 60px;
}

#interview h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #195c7e;
}

#trivia {
	position: absolute;
	top:7825px;
	width: 590px;
}

#routemap div img {
	margin-bottom: 10px;
}


#mythology {
	margin-top: 70px;
}

#mythology h3,
#dictionary h3 {
	margin-top: 70px;
}

#dictionary h4 {
	margin-top: 20px;
}

#trivia table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#trivia table th {
	vertical-align: top;
}

#trivia table td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}

#trivia table td p {
	font-size: 85%;
	line-height: 1.4;
}

#trivia table td h4 {
	padding-top: 15px;
}

#trivia table td img {
	padding-bottom: 10px;
}

#trivia p.caution {
	font-size: 77%;
	line-height: 1.4;
}





/* nav
----------------------------------------------------*/
#nav {
	position: absolute;
	top: 10px;
	left: 10px;
}

#nav ul {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	width: 170px;
	height: 420px;
	background: url(../cmnimg/nav_bg.png) no-repeat;
}

*html #nav ul {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	width: 150px;
	height: 380px;
	background: url(../cmnimg/nav_bg.png) no-repeat;
}


#nav li img {
	margin-bottom: 1px;
	filter: alpha(opacity=20);
 	-moz-opacity:0.2;
	opacity:0.20;
}

#nav li a img,
#nav li.title img  {
	margin-bottom: 1px;
	filter: alpha(opacity=70);
 	-moz-opacity:0.70;
	opacity:0.70;
}


#nav li a:hover img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}

#nav li a:active img {
	filter: alpha(opacity=70);
 	-moz-opacity:0.70;
	opacity:0.70;
}

#nav li.twitter a img  {
	margin-top: 7px;
	margin-bottom: 1px;
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}


#nav li.twitter a:hover img {
	filter: alpha(opacity=70);
 	-moz-opacity:0.70;
	opacity:0.70;
}

#nav li.twitter a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}

#nav #campaign a p {
	display: block;
	margin-top: 0;
	width: 170px;
	height: 110px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../cmnimg/btn_campaign.png) no-repeat;
	cursor: pointer;
}



/* news
----------------------------------------------------*/
#news h1 {
	margin-bottom: 30px;
}

#news .entry {
	clear: both;
	margin: 0 20px 50px;
}

#news .entry:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

#news .entry { display: inline-block; }

/* Hides from IE-mac \*/
* html #news .entry { height: 1%; }
/* End hide from IE-mac */


#news .entry .date {
	font-size: 93%;
	margin-bottom: 5px;
}

#news .entry h2 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 560px;
	font-size: 138.5%;
	font-weight: bold;
	color: #2b4d67;
	border-bottom: solid 3px #496d89;
}

#news .entry p {
	font-size: 93%;
	line-height: 1.6;
}

#news .entry img {
	padding: 0;
	border: solid 1px #c2c2c2;
}

/* theaters
----------------------------------------------------*/

#theaters {
	font-size: 77%;
}

#theaters p {
	margin-left: 20px;
}

#theaters table {
	margin: 0 20px;
	width: 560px;
	background: #fff;
	border-top: solid 3px #195c7e;
	border-bottom: solid 3px #195c7e;
}

#theaters table {
	margin: 30px 20px 0;
	width: 560px;
}

#theaters th {
	padding: 10px 10px;
	border-bottom: 1px solid #666;
	text-align: center;
	font-size: 100%;
}

#theaters th.area {
	padding: 5px;
	text-align: center;
	font-size: 108%;
	background-color: #eeeee8;
	border-bottom: none;
}

	
#theaters td {
	padding: 12px 10px;
	border-bottom: 1px solid #666;
}

/* comments
----------------------------------------------------*/
#comments p {
	margin-left: 20px;
	margin-bottom: 30px;
	width: 560px;
}

#comments dl {
	margin: 20px 40px 0;
	padding: 18px 20px;
	width: 480px;
	border: solid 2px #2d3d58;
	color: #2d3d58;
}

#comments dl dt {
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 116%;
	line-height: 1.5;
} 

#comments dl dd {
	padding-left: 45px;
	font-size: 123.1%;
	background: url(../comments/img/commenter_bg.gif) no-repeat;
}

#comments dl dd .title {
	font-size: 69%;
}

/* links
----------------------------------------------------*/
#links h2 {
	width: 540px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px 8px;
	font-size: 108%;
	font-weight: bold;
	background: #2d3d58;
	color: #fff;
}

#links ul {
	margin-left: 20px;
	margin-bottom: 50px;
}

#links li {
	margin-left: 30px;
	margin-bottom: 0.5em;
	list-style: square;
}











