/*all------------------------------------*/
*{
	margin:0;
	padding:0;
	text-align: justify;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size:12px;
	color: #999999;
	line-height: 150%;
}
div#container{
	width:750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

/*preload img------------------------------------*/
#preloadedimages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(img/navi_crew_b.gif);
       background-image: url(img/navi_home_b.gif);
       background-image: url(img/navi_news_b.gif);
       background-image: url(img/navi_photo_b.gif);
       background-image: url(img/navi_press_b.gif);
       background-image: url(img/navi_synopsis_b.gif);
       background-image: url(img/icon_b.gif);
       background-image: url(img/icon_menu_b.gif);
	   background-image: url(img/icon_next_b.gif);
	   background-image: url(img/icon_prev_b.gif);
}
/*text link------------------------------------*/
a:link {
	color: #7686BC;
	text-decoration: underline;
}
a:visited {
	color: #7686BC;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}



/*header------------------------------------*/
div#header{
	background-image:url(img/img_top.jpg);
	width:750px;
	height:377px;
}
div#header-synopsis{
	background-image:url(img/img_01.jpg);
	width:750px;
	height:166px;
	vertical-align: bottom;
}
div#header-crew{
	background-image:url(img/img_06.jpg);
	width:750px;
	height:166px;
	vertical-align: bottom;
}
div#header-cast{
	background-image:url(img/img_02.jpg);
	width:750px;
	height:166px;
	vertical-align: bottom;
}
div#header-contact{
	background-image:url(img/img_05.jpg);
	width:750px;
	height:166px;
	vertical-align: bottom;
}
div#header-gallery{
	background-image:url(img/img_07.jpg);
	width:750px;
	height:166px;
	vertical-align: bottom;
}
div#header-press{
	background-image:url(img/img_03.jpg);
	width:750px;
	height:166px;
	vertical-align: bottom;
}

/*navi------------------------------------*/
div#navi{
	width:750px;
	height:19px;
	background-image: url(img/navi_bg.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#navi li{
	display: inline;
	list-style-type: none;
	float: left;
}
a#navi-news{
	display: block;
	height: 19px;
	width: 75px;
	background-image: url(img/navi_news_a.gif);
	text-indent: -10000px;
}
a#navi-synopsis{
	display: block;
	height: 19px;
	width: 119px;
	background-image: url(img/navi_synopsis_a.gif);
	text-indent: -10000px;
}
a#navi-cast{
	display: block;
	height: 19px;
	width: 89px;
	background-image: url(img/navi_cast_a.gif);
	text-indent: -10000px;
}
a#navi-crew{
	display: block;
	height: 19px;
	width: 98px;
	background-image: url(img/navi_crew_a.gif);
	text-indent: -10000px;
}
a#navi-gallery{
	display: block;
	height: 19px;
	width: 175px;
	background-image: url(img/navi_photo_a.gif);
	text-indent: -10000px;
}
a#navi-press{
	display: block;
	height: 19px;
	width: 92px;
	background-image: url(img/navi_press_a.gif);
	text-indent: -10000px;
}
a#navi-contact{
	display: block;
	height: 19px;
	width: 102px;
	background-image: url(img/navi_contact_a.gif);
	text-indent: -10000px;
}
a#navi-news:hover{
	background-image: url(img/navi_news_b.gif);
}
a#navi-synopsis:hover{
	background-image: url(img/navi_synopsis_b.gif);
}
a#navi-cast:hover{
	background-image: url(img/navi_cast_b.gif);
}
a#navi-crew:hover{
	background-image: url(img/navi_crew_b.gif);
}
a#navi-gallery:hover{
	background-image: url(img/navi_photo_b.gif);
}
a#navi-press:hover{
	background-image: url(img/navi_press_b.gif);
}
a#navi-contact:hover{
	background-image: url(img/navi_contact_b.gif);
}

/*body top------------------------------------*/
div#body1{
	width:750px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#body1:after {
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	height: 0;
	content: ".";
}
div#body1-left{
	width:353px;
	padding-left:7px;
	padding-right:7px;
	float: left;
}
div#body1-right{
	width:383px;
	float:right;
}
div#trailer{
	width:381px;
	border: 1px solid #999999;
}
div#trailer:after {
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	height: 0;
	content: ".";
}
p.trailer img{
	border: none;
}

/*body contents------------------------------------*/
div#body2-left{
	width:200px;
	float: left;
	padding-top: 10px;
	padding-bottom:15px;
}
div#body2-right{
	width:550px;
	float:right;
	padding-top: 15px;
	padding-bottom:15px;
}
div#body2-box{
	width:550px;
}
div#body2-box-left{
	width:330px;
	float: left;
}
div#body2-box-right{
	width:220px;
	float: right;
}

/*footer------------------------------------*/
div#footer{
	width:750px;
	height:105px;
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
}

/*text------------------------------------*/
h1{
	text-indent: -10000px;	
}
h2.upcoming{
	width:353px;
	height:12px;
	background-image:url(img/tit_upcoming.gif);
	margin-bottom:10px;
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.trailer{
	width:353px;
	height:18px;
	background-image:url(img/tit_trailer.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.synopsis{
	width:200px;
	height:31px;
	background-image:url(img/tit_synopsis.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.crew{
	width:200px;
	height:31px;
	background-image:url(img/tit_crew.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.cast{
	width:200px;
	height:31px;
	background-image:url(img/tit_cast.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.contact{
	width:200px;
	height:31px;
	background-image:url(img/tit_contact.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.gallery{
	width:200px;
	height:63px;
	background-image:url(img/tit_gallery.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
h2.press{
	width:200px;
	height:31px;
	background-image:url(img/tit_press.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
}
p{
	padding-bottom: 15px;
}
p.subtitle{
	font-size:12px;
	font-weight: bold;
	padding-bottom:0px;
}
p.right01{
	text-align:right;
	margin-right:5px;
}
p.right01 img{
	border: none;
}
p.trailer{
	margin-top:20px;
	margin-left:10px;
}
p.italic{
	font-style:italic;
	margin-bottom:10px;
}
h3{
	font-size:16px;
	font-weight: bold;
	padding-bottom:5px;
	text-decoration: underline;
}
h3.presskit{
	margin-bottom:10px;
	margin-top:20px;
}

/*header home------------------------------------*/
div#home1{
	height:19px;
	width:735px;
	position: absolute;
	padding-right:15px;
	top: 0px;
}
a#navi-home1{
	display: block;
	width:54px;
	height:19px;
	background-image: url(img/navi_home_a.gif);
	text-indent: -10000px;
	float:right;
	background-repeat: no-repeat;
}
a#navi-home1:hover{
	background-image: url(img/navi_home_b.gif);
}

/*footer home------------------------------------*/
div#home{
	height:19px;
	width:750px;
	margin-bottom:5px;
}
a#navi-home{
	display: block;
	width:54px;
	height:19px;
	background-image: url(img/navi_home_a.gif);
	text-indent: -10000px;
	float:right;
	background-repeat: no-repeat;
}
a#navi-home:hover{
	background-image: url(img/navi_home_b.gif);
}

/*photo------------------------------------*/
img.photo01{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	float: right;
}
img.photo02{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
}
img.photo03{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: right;
}
/*gallery table------------------------------------*/
table.gallery{
	width:550px;
}
table.gallery td{
	width:112px;
	height:64px;
	padding-bottom:7px;
	padding-right:23px;
	margin:0px;
	text-align: left;
	vertical-align: middle;
}
div.gallery-border{
	width:110px;
	height:62px;
	border: 1px solid #999998;	
}
div.gallery-border:hover{
	width:110px;
	height:62px;
	border: 1px solid #fffffe;	
}
/*gallery navi------------------------------------*/
div#gallery-icon{
	width:338px;
	height:21px;
	padding-left:212px;
}
#gallery-icon li{
	display: inline;
	list-style-type: none;
	float: left;
}
a#gallery-prev{
	display: block;
	height: 21px;
	width: 42px;
	background-image: url(img/icon_prev_a.gif);
	text-indent: -10000px;
}a#gallery-menu{
	display: block;
	height: 21px;
	width: 42px;
	background-image: url(img/icon_menu_a.gif);
	text-indent: -10000px;
}
a#gallery-next{
	display: block;
	height: 21px;
	width: 42px;
	background-image: url(img/icon_next_a.gif);
	text-indent: -10000px;
}

a#gallery-prev:hover{
	background-image: url(img/icon_prev_b.gif);
}
a#gallery-menu:hover{
	background-image: url(img/icon_menu_b.gif);
}
a#gallery-next:hover{
	background-image: url(img/icon_next_b.gif);
}