@charset "utf-8";
/*  contentBody
=======================================================*/

body {
	color: #141414;
	background: #FFF;
	font-size:14px;
	line-height:24px;
}
a:link, a:active, a:hover, a:visited {
	color: #ba0404;
	text-decoration: underline;
}
p {
	margin-bottom: 1.0em;
}

.txt-bold {
	font-weight:bold;	
}

/* keyart */

#banner {
 width:1060px;
 margin:0 auto;	
 padding-bottom:20px;
}

#keyart {
 width:1060px;
 margin:0 auto;	
}

#bunkacho {
	width:1060px;
 margin:0 auto;	
 text-align:right;
}

#bunkacho img {
	margin:10px 0px;
}


/*main content*/

div#main-wrapper {
	margin: 0 auto;
	width: 1060px;
}

div#intro-content, div#dn-content, div#pn-content, div#trailer-content, div#theater-content, div#credit-content,div#comments-content, div#download-content, div#contact-content {
	width: 1060px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/dotline.png) repeat-x left bottom;
	padding-bottom: 30px;
	clear: both;
}
div#intro-content h2, div#dn-content h2, div#pn-content h2, div#trailer-content h2, div#theater-content h2, div#credit-content h2,div#comments-content h2, div#download-content h2, div#contact-content h2 {
	margin-bottom: 15px;
}

/*introduction*/

div#intro-left-column {
	float: left;
	width:600px;
}
div#intro-right-column {
	float: right;
	width: 412px;
}
div#intro-right-column img {
	margin-bottom: 15px;
}

/*trailer*/

div#trailer-content iframe {
	display:block;
	width:854px;
	margin:0 auto;
}

/*directors note*/

img#pic-dn {
 margin:1.0em 0;	
}

#director-name {
	font-size:18px;
	margin:1.0em 0;
}

#director-name a {
	color:#000;
}

div#dn-content h3 {
	font-size: 1.4em;
	font-weight:bold;
	margin-top: 2em;
	margin-bottom: 1.0em;
}

div#dn-profile {
	background: #2f2f2f;
	padding: 25px 30px;
	width: 1000px;
	color: #FFF;
	clear: both;
	font-size: 0.9em;
}

div#dn-content h4 {
	font-size: 1.4em;
	margin-bottom: 1.0em;
}

div#dn-profile h4 span {
	font-size: 0.6em;
}
div#dn-profile-left-column {
	width: 224px;
	float: left;
}
div#dn-profile-left-column img {
	margin: 0px 8px 8px 0px;
}
div#dn-profile-right-column {
	width: 764px;
	float: right;
	line-height:20px;
}
/*production note*/

div#pn-content h3 {
	font-size: 1.4em;
	margin-bottom: 1.0em;
}
div#pn-left-column {
	float: left;
	width:670px;
}
div#pn-right-column {
	float: right;
	width: 342px;
}
div#pn-right-column img {
	margin-bottom: 15px;
}
div#pn-profile {
	background: #2f2f2f;
	padding: 25px 30px;
	width: 1000px;
	color: #FFF;
	clear: both;
	font-size: 0.9em;
}
div#pn-profile h3 {
	font-size: 1.4em;
}
div#pn-profile h3 span {
	font-size: 0.6em;
}

/*theater*/

div#theater-content table {
	width: 860px;
}
div#theater-content table tr td {
	padding: 5px;
	border: 1px solid #acacac;
}
div#theater-content table tr td.header {
	color: #FFF;
	background: #000;
}
div#theater-content h3 {
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	font-weight: bold;
}
div#theater-btn a:link, div#theater-btn a:hover, div#theater-btn a:active, div#theater-btn a:visited {
	display: block;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #000 url(../images/allow_off.gif) no-repeat 10px center;
	padding: 0.5em 0em 0.5em 2.2em;
	color: #FFF;
	width: 12em;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 1em;
}
div#theater-btn a:hover {
	background: #000 url(../images/allow_on.gif) no-repeat 10px center;
	color: #ba0404;
}

/*comment*/

.comment-name {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 1.6em;
	margin-bottom: 0.7em;
}

.comment-sub {
	font-size:0.6em;
	margin-left:0.5em;
}

/*credit*/

#credit-content h3 {
	font-size:20px;
	font-weight:bold;
	margin:1em 0;
}

#credit-content h3 span {
	font-size:14px;
}

.supporter {
	width:24%;
	float:left;
	margin-right:1%;
	margin-bottom:3em;
}

#ic-bunkacho {
	padding-left: 23px;
	background-image: url(../images/icon_bunacho.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

/*download*/

div#download-content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.0em;
}

div#download-content ul.download-list {
	display:block;
	margin: 1.5em 0em;
}

div#download-content ul.download-list li a:link,
div#download-content ul.download-list li a:active,
div#download-content ul.download-list li a:visited {
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1em 1.6em 1em 2.2em;
	color: #FFF;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	background-color: #000;
	background-image: url(../../images/allow_white.png);
	background-repeat: no-repeat;
	background-position: 14px center;
}

div#download-content ul.download-list li a:hover {
	background: #15b1de url(../../images/allow_white.png) no-repeat 14px center;
}

div#download-content div.download-photos {
	float: left;
	height: 260px;
	width: 288px;
	margin-right: 25px;
}

div#news-left-column div.download-photos p {
	margin-bottom: 1em;
}

div#download-content div.download-photos a img {
	border: 1px solid #CCC;
}

div#download-content div.download-photos a:hover img {
	border: 1px solid #ba0404;
}

/*footer*/

div#copyright {
	font-size: 0.8em;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 30px;	
}
