@charset "utf-8";

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

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


/* base
----------------------------------------------------*/
body,div,
h1,h2,h3,h4,h5,h6,
p,ul,li,dl,dt,dd,table,th,td,img,
form,select,option,address,pre {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','MS UI Gothic',
						Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

a img {
	border: none;
}

a {
	cursor: pointer;
}

a:link,
a:visited {
	color: #1578c2;
	text-decoration: none;
}

a:hover,
a:active {
	color: #1578c2;
	text-decoration: underline;
}

body {
	text-align: center;
}



/* nav 共通　(top除く)
----------------------------------------------------*/
#nav {
	position: absolute;
	top: 105px;
	left: -15px;
	z-index: 100;
}

#nav div {
	background: url(../cmnimg/nav_bg.png) no-repeat;
	width: 205px;
	height: 308px;
}

#nav ul {
	padding: 25px;
	margin: 0;
}

#nav li,
#nav li a {
	display: block;
	list-style: none;
	margin: 0 0 1px;
	height: 22px;
	font-size: 1px;
	line-height: 1px;
}

.subnav02 {
	padding: 0 0 0 25px;
}



/* 共通 id class
----------------------------------------------------*/
#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

#logo {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 999;
}

#logo div {
	display: block;
	width: 150px;
	height: 70px;
}

#contents {
	width: 500px;
	padding: 400px 0 20px 225px;
}

h1 {
	margin-bottom: 25px;
}

h2 {
	margin: 45px 0 25px;
	font-size: 85%;
}

p {
	font-size: 85%;
	line-height: 1.6;
}

.ph_left {
	float: left;
	margin: 5px 10px 10px 0;
}

.ph_right {
	float: right;
	margin: 5px 0 10px 10px;
}

dl {
	line-height: 1.6;
}

dt {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	font-size: 85%;
}

#footer {
	text-align: center;
	margin: 0 auto;
	clear: both;
	width: 800px;
}

#copyright {
	float: right;
	padding: 5px 0 20px;
}



/* News
----------------------------------------------------*/
#news_dl {
	padding-top: 10px;
}

#news_dl dl {
	margin: 30px 0;
	padding-bottom: 30px;
	background: url(../cmnimg/border.gif) repeat-x;
	background-position: bottom left;
}


/* director & cast & staff
----------------------------------------------------*/
#director h2 {
	margin: 0 0 15px;
	font-size: 85%;
}

#director dl,
#cast dl,
#staff dl {
	clear: both;
	margin: 45px 0 50px;
}

dl#last_dl {
	clear: both;
	margin-bottom: 0;
}

dl.dd_small {
	font-size: 95%;
	
}

.name {
	margin: 10px 0 15px;
}

.name_s {
	margin: 5px 0 0;
}

.copy {
	margin: 0 0 20px;
}

.nowrap {
	white-space: nowrap;
}



/* trailer
----------------------------------------------------*/
#trailer #flashcontent {
	position: relative;
	margin: 30px 0 -15px;
	z-index: 300;
}


/* links
----------------------------------------------------*/
#links h1 {
	margin: 0 0 45px;
}

#links #contents p {
	margin: 0 0 45px;
	line-height: 1.8;
}




/* theaters
----------------------------------------------------*/
#theaters p {
	font-size: 85%;
}

#theaters table {
	margin: 60px 0 0;
	width: 500px;
	font-size: 80%;
	line-height: 1.6;
	border-spacing: 0;
}
}

#theaters table#area_top {
	margin: 30px 0 0;
	width: 500px;
}

#theaters th {
	padding: 10px 10px;
	border-bottom: 1px solid #999;
	text-align: center;
}

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

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


/* bg
----------------------------------------------------*/
#news #container {
	background: #eaeaea url(../cmnimg/bg1.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#news #contents {
	padding-top: 250px;
}

#intro #container {
	background: #eaeaea url(../intro/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#story #container {
	background: #eaeaea url(../story/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#director #container {
	background: #eaeaea url(../director/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#cast #container {
	background: #eaeaea url(../cast/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#staff #container {
	background: #eaeaea url(../staff/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#note #container {
	background: #eaeaea url(../note/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}


#trailer #container {
	background: #eaeaea url(../trailer/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#links #container {
	background: #eaeaea url(../links/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

#theaters #container {
	background: #eaeaea url(../theaters/img/bg.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}




