/* CSS Hacks
--------------------------------------------------*/

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

.clearfix {display: inline-block;}

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

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for benefit of IE5 Mac */
	
}

/* Common Tags
--------------------------------------------------*/
html, body {
	
}
body {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-family: sans-serif, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	background-color: #000000;
	/*background-color: #0c0001;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}

* html body {
	font-size: medium;
}

a {
	text-decoration: none;
	color: #99ddee;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

hr {
	display: none;
}

/* Layout
--------------------------------------------------*/

#wrapper {
	position:relative;
	text-align: left;
	margin: 0 auto;
	padding:0;
	width: 640px;
	background-color: #000;
	bottom:0;
}
#header {
	position: relative;
	margin:3px 0 8px 0;
	
	
}
h1 {
	position: relative;
	top:0;
	left:0px;
	margin:0 0 6px;
	padding: 0;
	background-image: url(../images/sub_h1.gif);
	width: 100%;
	height: 55px;
	font-size: xx-small;
	text-indent: -10000px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-bottom: solid 1px #bbb;
}


ul#nav {
	display: block;
	position: relative;
	list-style-type: none;
	margin:0;
	padding:0;
	height: 18px;
	width: 100%;
	overflow: hidden;	
}

ul#nav li {
	display: block;
	list-style-type: none;
	float:left;
	height: 18px;
	margin:0 22px 0 -1px;
}
ul#nav li a {
	position: relative;
	display: block;
	height: 18px;
	background-position: left 0px;
	outline: none;
	text-indent: -10000px;
	font-size: xx-small;
	overflow: hidden;
}

ul#nav a#nav_news {
	width: 56px;
	background-image: url(../images/sub_nav_news.gif);
}

ul#nav a#nav_pub {
	width: 103px;
	background-image: url(../images/sub_nav_pub.gif);
}

ul#nav a#nav_theaters {
	width: 56px;
	background-image: url(../images/sub_nav_theaters.gif);
}

ul#nav a#nav_trailer {
	width: 43px;
	background-image: url(../images/sub_nav_trailer.gif);
}

ul#nav a#nav_report {
	width: 51px;
	background-image: url(../images/sub_nav_report.gif);
}

ul#nav a#nav_review {
	width: 51px;
	background-image: url(../images/sub_nav_review.gif);
}

ul#nav a#nav_letter {
	width: 112px;
	background-image: url(../images/sub_nav_letter.gif);
}


#news ul#nav a#nav_news,
#pub ul#nav a#nav_pub,
#theaters ul#nav a#nav_theaters,
#trailer ul#nav a#nav_trailer,
#report ul#nav a#nav_report,
#review ul#nav a#nav_review,
#letter ul#nav a#nav_letter {
	cursor: default;
	background-position: left -36px;
}

ul#nav a#nav_home {
	position: absolute;
	display: block;
	top:1px;
	right: -1px;
	height: 18px;
	width: 19px;
	overflow: hidden;
	background-image: url(../images/sub_nav_home.gif);
	background-position: left 0px;
	outline: none;
	text-indent: -10000px;
	font-size: xx-small;
	margin: 0;
}

ul#nav a:hover,
ul#nav a#nav_home:hover {
	background-position: left -18px;
}

#main {
	position:relative;
	margin:0px 0 0 0;
}

#main h3 {
	font-size: 100%;
	color: #b81111;
	margin:0 0 0.5em 0;
	line-height: 1.6em;
}
#main p {
	font-size: 75%;
	margin:0 0 1em 0;
	line-height: 1.6em;
}
#footer {
	margin:10px auto 5px 0;
	overflow:hidden;
	font-size: 9px;
	text-align: center;
	color: #817060;
	
}
address {
	font-style: normal;

}

/* News, Report
--------------------------------------------------*/

#news .column,
#pub .column,
#report .column,
#review .column {
	border: solid 1px #202020;
	padding:20px;
	background: #111;
	margin: 5px 0 5px 0;

}

#review .column {
	padding:20px 20px 0 20px;
}
#report .column.index {
	
}

#news .column h3.subject,
#pub .column h3.subject,
#report .column h3.subject,
#review .column h3.subject {
	margin:0;
	color: #b81111;
	font-size: 112.5%;
	line-height: 1.6em;
}

#news .column p,
#pub .column p,
#report .column p,
#review .column p {
	font-size: 81.25%;
	line-height: 1.8em;
	margin:0 0 1.5em 0;
}

#news .column p.date,
#pub .column p.date,
#report .column p.date,
#review .column p.date {
	font-size:68.75%;
	color:#999;
}

#news p.backtotop,
#pub p.backtotop,
#report p.backtotop,
#review p.backtotop {
	clear: both;
	font-size: 68.75%;
	text-align: right;
	line-height: 100%;
	margin:1.6em 0 0 0;
}

#report ul.index {
	font-size: 81.25%;
	line-height: 1.8em;
	margin:0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#report ul.index li a {
	padding-left: 14px;
	font-weight: bold;
	background-image: url(../images/sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#report h4 {
	clear: both;
	padding-top: 1.5em;
	border-top:dashed 1px #ddd;
	font-size: 81.25%;
}
#report p.q {
	color: #ffeebb;
	font-weight: bold;
}

#report img.left {
	float:left;
	margin:0 10px 10px 0;
}

#report img.right {
	float:right;
	margin:0 0 10px 10px;
}

#review .column p.by {
	text-align: right;
	background-image: url(../images/review_quote_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:18px;
	font-size: 100%;
	font-weight: bold;
	margin-top: -1.5em;
	background-color: #111;
	color: #b81111;
	margin-bottom: 1em;

}

#review .column blockquote {
	background-image: url(../images/review_quote_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:15px 15px 12px 15px;
	margin: 0 0 0 0;
	background-color:#222;
	
}
/* Theaters List
--------------------------------------------------*/

#theaters .column {
	border: solid 1px #202020;
	padding:20px;
	background: #111;
	margin: 5px 0 5px 0;
}

#theaters .column ul {
	font-size: 81.25%;
	line-height: 1.6em;
	margin:0 0 -1em 0;
	padding:0 0 0 1.5em;
}

#theaters h2.theaters2 {
	background-image: url(../images/theaters_h2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:96px;
	text-indent: -10000px;
	overflow: hidden;
	font-size: xx-small;
	margin: 0 0 0 0;
}

#theaters .column ul li {
	margin-bottom:1em;
}	

#theaters .column ul li strong {
	/*color:#f9ca2a;*/
}


#theaters .column img.booklet {
	float:right;
	margin:0 0 0 10px;
}

#theaters .column div.point {
	margin-bottom:10px;
}

#theaters .column div.point h3 {
	font-size: 105%;
	background-repeat: no-repeat;
	height:56px;
	margin:0 0 -15px -5px;
	padding: 20px 0 0 55px;
}
* html #theaters .column div.point h3 {
	margin:0 0 -15px 0;
}
#theaters .column div.point h3.p1 {
	background-image: url(../images/theaters_h3_1.gif);
}

#theaters .column div.point h3.p2 {
	background-image: url(../images/theaters_h3_2.gif);
}

#theaters .column div.point h3.p3 {
	background-image: url(../images/theaters_h3_3.gif);
}

#theaters .column .place {
	border: solid 1px #282828;
	padding:5px;
	background-color: #282828;
	margin-bottom: 10px;
	line-height: 1.6;
}

#theaters .column .larger {
	font-size:123%;
}
#theaters .column .place p {
	margin-bottom:0;
}
table#theaters_list {
	text-align:left;
	margin:0 0 1em 0;
	width:100%;
}

table#theaters_list th,
table#theaters_list td {

	font-size:81.25%;
	line-height:1;
	border-bottom:solid 1px #202020;
	padding:4px 0;
	vertical-align:top;
	padding:5px 5px;
}

table#theaters_list th.ttop,
table#theaters_list th.ttop {
	font-weight:normal;
	font-size:85%;
	text-align:right;
}

table#theaters_list th,
table#theaters_list th {
	background-color: #202020;
	color: white;
}

table#theaters_list th.area,
table#theaters_list th.area {
	background-color: #282828;
}

table#theaters_list th.area.ttop {
	font-size: 68.75%;
}

table#theaters_list td a.entry {
	font-weight: bold;
}

/* Trailer
--------------------------------------------------*/


#trailer .column {
	border: solid 1px #202020;
	padding:20px;
	background: #111;
	margin: 5px 0 5px 0;

}

#trailer .column h3.subject {
	margin:0;
	color: #b81111;
}
#trailer .column p {
	font-size: 81.25%;
	line-height: 1.6em;
	margin:0 0 1em 0;
}
#trailer .column p.date {
	font-size:75%;
	color:#999;
}

#trailer p.backtotop {
	font-size: 68.75%;
	text-align: right;
	line-height: 100%;
	margin:1.6em 0 0 0;
}

#trailer #trailer_content {
	margin:0 auto;
	padding:20px 0 0 0;
	width: 480px;
	height: 288px;
}

#trailer ul#trailer_list {
	display: block;
	margin:0 auto 20px auto;
	width: 480px;
	padding:0;
	list-style-type: none;
	background-color: #262626;
	font-size: 81.25%;
}

#trailer ul#trailer_list li {
	margin:0;
	padding: 0;
	display: block;
	line-height: 1em;
	border-top: solid 1px #181818;
	overflow: hidden;
}

* html #trailer ul#trailer_list li {
	height:22px;
}


#trailer ul#trailer_list li a {
	display: block;
	color: #aaa;
	
	padding: 5px 0 4px 5px;
}


* html #trailer ul#trailer_list li a {
	height:1.6em;
}

#trailer.trailer1 ul#trailer_list li.trailer1 a,
#trailer.trailer2 ul#trailer_list li.trailer2 a {
	color: #fcca2f;
	cursor: default;
	
}

#trailer ul#trailer_list li a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #303030;
}


#trailer.trailer1 ul#trailer_list li.trailer1 a:hover,
#trailer.trailer2 ul#trailer_list li.trailer2 a:hover {
	text-decoration: none;
	color: #fcca2f;
	background-color: transparent;
}

