@charset "utf-8";

/*  contentBody
=======================================================*/

body {
	color: #141414;
	background: #FFF;
	font-size: 14px;
}

a:link,
a:active,
a:hover,
a:visited {
	color: #179bff;
	text-decoration: underline;
}

p {
	margin-bottom: 1.0em;	
}

/*header*/

div#header-content-wrapper {
	margin: 0 auto;
	width: 980px;
	position: relative;
	text-align:right;
}




/*main*/

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

div#btn-wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#btn-wrapper img {
	margin-right:13px;
}

/*menu*/

ul#menu {
	display:block;
	margin: 0 auto;
	padding-top:20px;
	width: 980px;
}

ul#menu li a {
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 10px 10px;
	float: left;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	background-color: #262626;
	min-width: 165px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.6em;
}

ul#menu li a:hover {
	background-color: #666;	
}

div#intro-content,
div#dn-content,
div#pn-content,
div#trailer-content,
div#theater-content,
div#comments-content,
div#gallery-content,
div#contact-content,
div#download-content,
div#credit-content {
	width: 980px;
	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#comments-content h2,
div#gallery-content h2,
div#download-content h2,
div#credit-content h2 {
	margin-bottom:15px;
}

/*introduction*/

div#intro-left-column {
	float: left;
	width: 575px;
}

div#intro-right-column {
	float: right;
	width: 371px;
}

div#intro-right-column img {
	margin-bottom: 15px;
}

#intro-content div#intro-left-column table tr td {
	padding:0px 20px 6px 0px;
	vertical-align:top;
}

/*directors note*/

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

div#dn-content h4 {
	font-size: 16px;
	text-align: right;
	width: 600px;
	margin-bottom: 20px;	
}

div#dn-left-column {
	float: left;
	width: 600px;
	margin-bottom:15px;
}

div#dn-right-column {
	float: right;
	width: 325px;
	margin-bottom:15px;
}

div#dn-right-column img {
	margin-bottom: 20px;
}

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

div#dn-profile h3 {
	font-size: 1.4em;	
}

div#dn-profile h3 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: 664px;
	float:right;
}

/*production note*/

div#pn-content h3 {
	font-size: 1.4em;
	margin-bottom:1.0em;	
}

div#pn-left-column {
	float: left;
	width: 452px;
	margin-bottom:15px;
}

div#pn-right-column {
	float: right;
	width: 452px;
	margin-bottom:15px;
}

div#pn-left-column img {
	margin: 0px 5px;
}

div#pn-profile {
	background: #2f2f2f;
	padding: 25px 30px;
	width: 890px;
	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;
}

/*trailer*/

div#trailer-content iframe {
	margin-left: 102px;	
}

/*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;
	padding:0.8em 2em 0.8em 2em;
	color: #FFF;
	width:10em;
	line-height: 1.6em;
	clear: both;
	margin-bottom:1em;
	text-align:center;
}

div#theater-btn a:hover {
	background: #666;
}

/*comment*/

.comment-name {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

/*download*/

div#download-btn a:link,
div#download-btn a:hover,
div#download-btn a:active,
div#download-btn a:visited {
	display:block;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #000 url(../images/icon_download.png) no-repeat 22px center;
	padding:1em 2em 1em 3em;
	color: #FFF;
	width:18em;
	line-height: 1.4em;
	clear: both;
	margin-top:2em;
	margin-bottom:2em;
	text-align:center;
}

div#download-btn a:hover {
	background: #666 url(../images/icon_download.png) no-repeat 22px center;
}

div#download-content table tr td a img {
	margin:0px 10px 10px 0px;
}

/*credit*/

#credit-content table tr td {
	padding:0px 20px 6px 0px;
	vertical-align:top;
}

/*footer*/

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