@charset "utf-8";

/*-------------------------------------------------
	common
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	color: #fff;
	font-size: 1.5/13px;
	line-height: 1.5;
	margin: 0;
	font-family:Arial,"MS PGothic","Osaka",sans-serif;
	background: #000;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: &quot;alpha( opacity=70 )&quot;/* ie6 */
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: &quot;alpha( opacity=80 )&quot;/* ie6 */
	overflow: hidden;
}
/*-------------------------------------------------
	bg
-------------------------------------------------*/
#container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url(../img/bg.jpg) 0 0 repeat-x;
	display: block;
}
/*-------------------------------------------------
	side
-------------------------------------------------*/
.logo {
	position: fixed;
	z-index: 10;
	top: 20px;
	left: 20px;
}
ul.navi {
	position: fixed;
	z-index: 10;
	top: 180px;
	left: 100px;
}
ul.navi li {
	text-align: right;
	width: 108px;
	margin-bottom: 5px;
}
.footer {
	position: fixed;
	z-index: 10;
	bottom: 10px;
	left: 10px;
	text-align: right;
	font-size: 11px;
}
.footer a.contact {
	margin-right: 13px;
}
.footer a.animate {
	margin-right: 13px;
}
/*-------------------------------------------------
	content
-------------------------------------------------*/
.contentArea {
	background-color: rgba(000,000,000,0.2);
	background: url("../img/black_bg20.png");
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	padding: 20px;
	margin-left: 20px;
}
.contentArea p {
	text-align: left;
	vertical-align:top;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color: #fff;
	text-shadow: 1px 2px 3px #666;
	font-size: 14px;
}
#content {
	position: relative;
	width: 800px;
	padding-left: 280px;
	z-index: 5;
}
#topArea {
	text-align: right;
	padding-top: 30px;
	padding-bottom: 700px;
}
#topArea .pr {
	margin-bottom: 20px;
}
#topArea .logoL {
	margin-bottom: 25px;
}
#topArea .vimeo {
	margin-right: 10px;
	margin-bottom: 25px;
}
#topArea .award {
	margin-right: 30px;
}
#introArea {
	padding-top: 170px;
	padding-bottom: 700px;
}
#introArea h2 {
	text-align: right;
	margin-right: 25px;
	margin-bottom: 10px;
}
#storyArea {
	padding-top: 170px;
	padding-bottom: 700px;
}
#storyArea h2 {
	text-align: center;
	margin-bottom: 100px;
}
#storyArea .contentArea {
	width: 500px;
	margin: 0 auto;
}
#castArea {
	padding-top: 170px;
	padding-bottom: 700px;
}
#castArea h2 {
	text-align: left;
	margin-left: 35px;
	margin-bottom: 10px;
}
#imageNavi {
	height: 330px;
}
#imageNavi ul li {
	float: left;
	padding-top:4px;
	margin-right: 10px;
}
#imageArea{
	width: 800px;
}
#imageArea img {
	position: absolute;
}
#trailerArea {
	z-index: 2;
	padding-top: 170px;
	padding-bottom: 700px;
}
#trailerArea h2 {
	text-align: center;
	margin-bottom: 10px;
}
#trailerArea .contentArea {
	width: 560px;
	margin: 0 auto;
}
#theaterArea {
	padding-top: 170px;
	padding-bottom: 300px;
}
#theaterArea h2 {
	text-align: left;
	margin-left: 210px;
	margin-bottom: 10px;
}
#theaterArea .contentArea {
	width: 500px;
	margin: 0 auto;
}
table.movie {
	position: relative;
	margin: 0 auto;
}
.movie tr{
	font-size: 13px;
}
.movie th{
	border: 1px solid #fff;
	padding: 0.8em 1.2em;
	text-align: center;
	font-weight: normal;
}
.movie td{
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0.4em 1.2em;
}


.credit { 
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(000,000,000,0.8);
	background: url("../img/black_bg80.png");
	display: none;
	width: 100%;
	height: 200px;
	text-align: center;
}
.credit img { 
	width: 1000px;
	margin: 40px auto;
}