@charset "euc-jp";
/* CSS Document */

body {
	color: #000000;
	background: #f2f2f2;
	line-height: 2.0em;
}

body#news{
	background: url(../images/bg_news.gif) no-repeat -100px 190px;
}

body#trailer {
	background: url(../images/bg_trailer.gif) no-repeat -100px 190px;
}

body#intro {
	background: url(../images/bg_intro.gif) no-repeat -100px 190px;
}

body#comments {
	background: url(../images/bg_comments.gif) no-repeat -100px 190px;
}

body#cs {
	background: url(../images/bg_cs.gif) no-repeat -100px 190px;
}

body#theater {
	background: url(../images/bg_theater.gif) no-repeat -100px 190px;
}

body#directors {
	background: url(../images/bg_directors.gif) no-repeat -100px 190px;
}

body#review {
	background: url(../images/bg_review.gif) no-repeat -100px 190px;
}

div#bg-wrapper {
	margin: 0px;
	padding:0px 0px 80px 0px;
	width: 100%;
	position:relative;
	background: url(../images/bg_circle.gif) no-repeat right 915px;
}

div#content-wrapper {
	margin: 0px auto;
	width: 910px;
	position:relative;
	background: url(images/main.jpg) no-repeat right top;
	text-align: left;
}

div#header-wrapper {
	margin: 0px auto;
	width: 910px;
	height: 152px;
	position:relative;
}

h2#header-copy {
	position:absolute;
	left:0px;
	top:21px;
}

h1#header-title {
	position:absolute;
	left:0px;
	top:61px;
}

div#directors {
	position:absolute;
	left:424px;
	top:79px;
}

div#review {
	position:absolute;
	left:672px;
	top:79px;
}

ul#menu {
	display: block;
	height: 95px;
}

li#menu1,
li#menu2,
li#menu3,
li#menu4,
li#menu5,
li#menu6,
li#menu1-on,
li#menu2-on,
li#menu3-on,
li#menu4-on,
li#menu5-on,
li#menu6-on {
	font: 1.2em/31px Helvetica, Arial, sans-serif;
	text-align: center;
	height: 55px;
	float: left;
	margin-right: 10px;
	letter-spacing: 0.1em;
}

li#menu6,
li#menu6-on {
	margin-right: 0px;
}

li#menu1 a,
li#menu2 a,
li#menu3 a,
li#menu4 a,
li#menu5 a,
li#menu6 a {
	display:block;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #000;
	height: 30px;
	color: #FFF;
}

li#menu1-on a,
li#menu2-on a,
li#menu3-on a,
li#menu4-on a,
li#menu5-on a,
li#menu6-on a,
li#menu1 a:hover,
li#menu2 a:hover,
li#menu3 a:hover,
li#menu4 a:hover,
li#menu5 a:hover,
li#menu6 a:hover {
	display:block;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #830808;
	height: 30px;
	color: #FFF;
}

li#menu1,
li#menu1-on {
	width: 130px;
	background: url(../images/menu_bg_news.gif) no-repeat center bottom;
}

li#menu2,
li#menu2-on {
	width: 150px;
	background: url(../images/menu_bg_trailer.gif) no-repeat center bottom;
}

li#menu3,
li#menu3-on {
	width: 150px;
	background: url(../images/menu_bg_intro.gif) no-repeat center bottom;
}

li#menu4,
li#menu4-on {
	width: 150px;
	background: url(../images/menu_bg_comments.gif) no-repeat center bottom;
}

li#menu5,
li#menu5-on {
	width: 150px;
	background: url(../images/menu_bg_cs.gif) no-repeat center bottom;
}

li#menu6,
li#menu6-on {
	width: 130px;
	background: url(../images/menu_bg_theater.gif) no-repeat center bottom;
}

/*news*/

#news-wrapper {
	margin: 0px auto;
	width: 870px;
}

#left-menu {
	float: left;
	width: 230px;	
}

#left-menu h3{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}


#left-menu ul li a {
	text-decoration: none;
	padding-left: 1.3em;
	background: url(../images/allow.gif) no-repeat left 2px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 0.5em;
}

#left-menu ul li a:hover {
	text-decoration: underline;
	color: #830808;
}

#left-menu div#rss a {
	display:block;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	height: 30px;
	color: #FFF;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-top: 2em;
	background: #000 url(../images/rss.png) no-repeat 10px 10px;
}

#left-menu div#rss a:hover {
	background: #830808 url(../images/rss.png) no-repeat 10px 10px;
	
}

#articles-wrapper {
	float: right;
	width: 600px;	
}

#articles-wrapper h2#page-name {
	font-size: 1.8em;
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 0.4em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}

#articles-wrapper h3 {
	font-size: 1.8em;
	background: url(../images/dotline.gif) repeat-x left bottom;
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 0.4em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}

#articles-wrapper h3 a {
	text-decoration: none;
}

#articles-wrapper h3 a:hover {
	color: #830808;
}

#articles-wrapper div.date {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 0.4em;
}

#articles-wrapper div.article {
	line-height: 1.6em;
	margin-bottom:1.6em;
}

#articles-wrapper div.article p {
	margin-top:1.2em;
}

#articles-wrapper div.category {
	display: block;
	width: 100%;
	margin-bottom: 0.4em;
	text-align: right;
}

#articles-wrapper div.category a:hover {
	color: #830808;
}

#articles-wrapper div#navi {
	display: block;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 4em;
}

#articles-wrapper div#navi div#back a,
#articles-wrapper div#navi div#next a{
	display:block;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #000;
	height: 30px;
	color: #FFF;
	width: 110px;
	text-align: center;
	line-height: 30px;
}

#articles-wrapper div#navi div#back a:hover,
#articles-wrapper div#navi div#next a:hover {
	background: #830808;
}

#articles-wrapper div#navi div#back a {
	float: left;	
}

#articles-wrapper div#navi div#next a {
	float: right;	
}

/*trailer*/

#trailer-wrapper {
	margin: 0px auto;
	width: 854px;
	padding-top: 20px;
}

/*introduction*/

#intro-wrapper {
	margin: 0px auto;
	width: 870px;
}

#intro1 {
	width: 870px;
	clear: both;
	background: url(../images/intro_subcopy1.gif) no-repeat right top;
	margin-top: 25px;
	height: 550px;
}

#intro1 div {
	width: 745px;
}

#intro1 img {
	margin-bottom: 25px;
}

div#intro1-pics {
	float: right;
	width: 244px;	
}

div#intro1-pics  img {
	margin-bottom: 20px;
}

#intro1 div p {
	width: 460px;
	display: block;
	float: left;
}


#intro2 {
	width: 870px;
	clear: both;
	background: url(../images/intro_subcopy2.gif) no-repeat left 130px;
	margin-top: 20px;
	height: 650px;
}

#intro2 img {
	margin-bottom: 30px;
}

#intro2 div {
	width: 745px;
	float:right;
}

div#intro2-pics {
	float: left;
	width: 244px;	
}

div#intro2-pics  img {
	margin-bottom: 20px;
}

#intro2 div p.dot {
	width: 460px;
	display: block;
	background: url(../images/dotline.gif) repeat-x left bottom;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	float:right;
}

#intro2 div p.enmoku {
	width: 460px;
	display: block;
	line-height: 1.5em;
	float:right;
}

/*comments*/

#comments-wrapper {
	margin: 0px auto;
	width: 870px;
}

#comments-wrapper h2 img.title-name {
	margin-bottom: 15px;
}

/*cast staff*/

#cs-wrapper {
	margin: 0px auto;
	width: 870px;
}

#cs-content-wrapper {
	width: 770px;
	padding-left: 100px;
}

#cs-content-wrapper.hirata {
	background: url(../images/cs_title1.gif) no-repeat left top;
}

#cs-content-wrapper.seinendan {
	margin-top: 40px;
}

#cs-content-wrapper.souda {
	margin-top: 60px;
	background: url(../images/cs_title2.gif) no-repeat left top;
}

#cs-wrapper h2 img.title-name {
	margin-bottom: 30px;
}

#cs-content-wrapper.hirata p img,
#cs-content-wrapper.souda p img {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;	
}

#cs-content-wrapper.seinendan p img {
	float: right;
	margin-left: 25px;
	margin-bottom: 30px;	
}

#cs-content-wrapper a {
	color: #FFF;
	background: #000;
	text-decoration: none;
	padding: 0px 5px;
	display: table;
}

#cs-content-wrapper a:hover {
	background: #830808;
}

/*theater*/

#theater-wrapper {
	margin: 0px auto;
	width: 770px;
	padding-left: 100px;
	background: url(../images/theater_title.gif) no-repeat left top;
}

#theater-wrapper table {
	margin-top:20px;
}

#theater-wrapper table tr td {
	border: 1px solid #919191;
	background: #FFF;
	padding: 2px 10px;
}

#theater-wrapper table tr td {
	border: 1px solid #919191;
}

#theater-wrapper table tr td {
	border: 1px solid #919191;
}

#theater-wrapper table tr td.header {
	color: #FFF;
	background: #000;
}

#theater-wrapper table tr td a {
	color: #000;
}

#theater-wrapper table tr td a:hover {
	color: #830808;
}

#event-info {
	padding: 10px 15px;
	width: 740px;
	border: 1px solid #999;
	margin-top: 15px;
}

/*directors note*/

#directors-wrapper {
	margin: 0px auto;
	width: 770px;
	padding-left: 100px;
	background: url(../images/directors_title.gif) no-repeat left top;
}

#directors-wrapper h2 img.title-name {
	margin-bottom: 15px;
	clear: both;
}

div.directors-txt {
	width: 430px;
	float: left;
}

div.directors-pics {
	width: 296px;
	float: right;
}

div.directors-pics img {
	margin-bottom: 20px;
}

div.directors-txt span {
	display:block;
	width:100%;
	text-align: center;
}

/*review*/

#review-wrapper {
	margin: 0px auto;
	width: 675px;
	padding-left: 195px;
	background: url(../images/review_title.gif) no-repeat left top;
}

#review-wrapper h2 img.title-name {
	margin-bottom: 15px;
	clear: both;
}

#review-wrapper p {
	margin-bottom: 2em;
	clear: both;
}

#review-wrapper p img.float-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 30px;	
}

#review-wrapper p img.float-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;	
}

#review-wrapper h3 {
	background: url(../images/dotline.gif) repeat-x left bottom;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

div#social-plugin {
	width: 100%;
	text-align: right;
	display: block;
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
}

div#social-plugin iframe {
	width: 120px !important;
}

div#article-plugin {
	clear: both;
	width: 100%;
	margin-top: -2em;
	margin-bottom: 2em;
}

div#article-plugin iframe {
	width: 120px !important;
}

