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

body {
	background: #fbf7ef;
	margin: 0px;
	font: 0.9em/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

a:link,
a:hover,
a:visited,
a:active {
	color: #a4171e;	
}

#content-wrapper {
	width: 920px;
	position: relative;
	margin:0 auto;
	min-height:500px;
}

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

/* ヘッダー */

#header-wrapper {
	width: 100%;
	height: 185px;
	background-image: url(../images/bg_cloud.jpg),url(../images/header_bg.jpg);
	background-repeat: no-repeat,repeat-x;
	background-position: right top,left top;
}

#header-wrapper h1 {
	display:block;
	height: 185px;
	width:920px;
	margin:0 auto;
}

#menu {
	width: 100%;
	height: 42px;
	background-color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c9a059;
}

#menu ul {
	width: 720px;
	margin:0 auto;
}

#menu ul li {
	float:left;
	margin-right:25px;
}

#menu ul li:nth-child(6) {
	margin-right: 0px;
}

/* コンテンツ */

#content-wrapper h2 {
	margin:30px 0px 30px 0px;
}

/* ニュース */

#content-wrapper.news {
	width: 920px;
	padding: 40px 0px 50px 0px;
}

#content-wrapper.news h2 {
	margin: 0px 0px 30px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

#content-wrapper.news a {
	color: #2086af;
}


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

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

div#right-column h3{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

div#right-column ul li {
	list-style: url(../images/allow.gif) outside;
}

div#right-column ul li a {
	text-decoration: none;
	
}

div#right-column ul li a:hover {
	text-decoration: underline;
}

div#right-column div#rss a {
	display:block;
	text-decoration: none;
	height: 30px;
	color: #FFF;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-top: 2em;
	background: #2086af;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

div#right-column div#rss a:hover {
	background: #c9a059;
}

div#left-column h3#news-header {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom:0.6em;
}

div#left-column h3 {
	font-size: 1.8em;
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 0.4em;
	line-height: 1.2em;
}

div#left-column h3 a {
	text-decoration: none;
}

.news div#left-column h3 a:hover {
	text-decoration: underline;
}

div#left-column div.date {
	display: block;
	width: 100%;
	margin-top: 0em;
	margin-bottom: 1em;
}

div#left-column div.article {
	line-height: 1.6em;
	margin-bottom:1.0em;
}

div#left-column div.article p {
	margin-top:1.2em;
}

div#left-column div.category {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 50px;
}

div#left-column div.category a:hover {
	color: #830808;
}

div#left-column div.article-plugin {
	height:30px;
	width:300px;
	margin-bottom: 30px;
	margin-top: -70px;
}

div#left-column div.article-plugin div#article-tw {
	float:left;
	width:120px;
}

div#left-column div.article-plugin div#article-fb {
	float:left;
	width:120px;
}

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

div#left-column div#navi div#back a,
div#left-column div#navi div#next a{
	display:block;
	text-decoration: none;
	height: 30px;
	color: #FFF;
	width: 130px;
	text-align: center;
	line-height: 30px;
	background: #2086af;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

div#left-column div#navi div#back  a:hover,
div#left-column div#navi div#next a:hover{
	background: #c9a059;
}

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

div#left-column div#navi div#next a {
	float: right;	
}


/* イントロダクション */
#content-wrapper h3 {
	margin:10px 0px 10px 0px;
}

#intro-article1,
#intro-article2 {
	margin-bottom:30px;
	
}

#intro-article1 p {
	float:left;
	width:340px;
	
}

#intro-article2 p {
	float:left;
	width:400px;
	
}

#intro-article1 img,
#intro-article2 img {
	float:right;
	
}

/* 予告篇 */

#content-wrapper.trailer iframe {
	position:absolute;
	left:238px;
	top:57px;
}



/* コメント */
#content-wrapper.comments h2 {
	float:left;
}

#comments-article {
	width:700px;
	float:right;
	margin-top:30px;
}

#comments-article h3 {
	font-size: 1.8em;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #8ab448;
}

#comments-article h3 span {
	font-size: 0.6em;
}

#comments-article p {
	display:block;
	margin-bottom: 40px;
}



/* 出演者・スタッフ */

#content-wrapper.cs a {
	color:#ad78c9;
	
}

#content-wrapper.cs h2 {
	float:left;
}

#cs-article {
	width:700px;
	float:right;
	margin-top:20px;
}

#cs-article img {
	margin-top:10px;
	margin-bottom:20px;
}

#cs-article h3 img {
	margin-top:20px;
	margin-bottom:0px;
}



/* 劇場情報 */

#content-wrapper.theater a {
	color: #d65b86;
	text-decoration: none;	
}

#content-wrapper.theater a:hover {
	text-decoration: underline;	
}


#content-wrapper.theater h2 {
	float:left;
}

#theater-article {
	width:700px;
	float:right;
	margin-top:20px;
}

#theater-article h3 {
	margin-top:20px;
	margin-bottom:20px;
}

#theater-article table#theater-table {
	width:720px;
}

#theater-article table#theater-table tr td {
	padding: 5px 8px;
	border: 1px solid #c3c3c3;
	background: #FFF;
}

#theater-article table#theater-table tr.header td {
	color: #FFF;
	background: #d65b86;
}

#theater-article table#theater-table tr.grey td {
	background: #eaeaea;
}

/* 上映会 */

#content-wrapper.jyouei h3 {
	font-size:24px;
	font-weight:bold;
	margin:1.5em 0 1em 0;
}

#content-wrapper.jyouei h4 {
	font-size:18px;
	font-weight:bold;
	margin:1em 0 0.5em 0;
}

#content-wrapper.jyouei a {
	color:#007494;
}

#content-wrapper.jyouei table {
	margin-top: 1.5em;	
}

#content-wrapper.jyouei table tr td {
	padding:5px;
	border: 1px solid #cccccc;
	background: #FFF;
}

#content-wrapper.jyouei table tr td.midashi {
	color: #FFF;
	background: #0b1422;	
}

#content-wrapper.jyouei table.download tr td {
	text-align: center;
	padding-right: 1.5em;
	padding-left: 1.5em;
}