@charset "UTF-8";

* html body {
	overflow: hidden;
}
body {
	padding: 0;
	background: url(../img/common/bg_sub.gif) ;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
}
a {
	overflow: hidden;
	outline: none;
}
a:link {
	color: #C70070;
	text-decoration: none;
}
a:visited {
	color: #C70070;
	text-decoration: none;
}
a:active {
	color: #C70070;
	text-decoration: underline;
}
a:hover {
	color: #C70070;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: 16px;
}
.medium {
	font-size: 15px;
}
.small {
	font-size: 12px;
	font-weight: normal;
}
.x-small {
	font-size: 10px;
	font-weight: normal;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
img {
	border: 0;
}
p.text {
	overflow: auto;
	zoom:1;
}

.normal { font-weight: normal; color: #999; }
.thema { color: #4c4298; }
.magenta {color: #C70070;}

.f10 {	font-size: 10px;}
.f11 {	font-size: 11px;}
.f12 {	font-size: 12px;}
.f13 {	font-size: 13px;}
.f14 {	font-size: 14px;}
.f15 {	font-size: 15px;}
.f16 {	font-size: 16px;}
.f18 {	font-size: 18px;}
.f20 {	font-size: 20px;}
.f22 {	font-size: 22px;}
.f24 {	font-size: 24px;}


/****************************************
	Temp
*****************************************/
#header {
	display: block;
	position: relative;
	width: 1000px;
	height: 90px;
	margin: 20px auto 70px;
}
#header h1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1 a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
	}
#menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 680px;
}
#menu ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	font-size: 0px;
	line-height: 1;
	margin-left: 10px;
	margin-bottom: 10px;
}
#menu ul li.ac img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}
#menu a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
	}

#footer {
	display: block;
	position: relative;
	width: 1000px;
	margin:0 auto;
	padding: 20px 0 50px;
}
p.comment {
	float: left;
}
p.comment a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	}
p.gotop {
	float: right;
}
p.gotop a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	}
	
/****************************************
	MAIN 
*****************************************/
#wrapperTitle {
	display: block;
	width: 1000px;
	margin: 0 auto 30px;
}
#wrapperTitle h2 {
	padding:0;
	line-height:1;
	font-size:24px;
}
#main {
	clear: both;
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	font-size: 14px;
}
#main h3 {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 20px;
}

.section {
	display: block;
	clear: both;
	position: relative;
}
.section p {
	line-height: 1.8;
	margin-bottom: 1em;
}

.box {
	display: block;
	width: 480px;
}
hr {
	clear: both;
	margin: 0 0 20px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
	height: 1px;
}

.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
	
/*==========INDEX==========*/

body.index {
	background: url(../img/index/bg_index.gif) ;
}

#mainIndex {
	display: block;
	position: relative;
	width:1200px;
	height: 806px;
	margin: 40px auto 20px;
}

#menuIndex {
	position: absolute;
	top: 40px;
	right: 0;
	width: 495px;
}
#menuIndex ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	font-size: 0px;
	line-height: 1;
	margin-left: 5px;
	margin-bottom: 10px;
}
#menuIndex ul li.ac img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}
#menuIndex a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
	}

#snsShare {
	display: block;
	position: absolute;
	top: 190px;
	right: 0;
	width: 200px;
	padding: 0;
	z-index: 999;
}

#snsShare ul li {
	float: left;
	margin-right: 8px;
}

#comment {
	display: block;
	position: absolute;
	top: 211px;
	right: 698px;
}

#comment a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: “alpha( opacity=90 )”;
	}

/*---Banner_Button---*/
#banner {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
#banner img {
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 10px;
}

/*==========INTRO==========*/
.boxIntroTxt {
	width: 560px;
}
.boxIntroPic {
	width: 400px;
}

/*==========CAST==========*/
.character {
	padding: 20px ;
	background: #cdcdb2;
}
.character h4 {
	color: #C70070;
	font-size: 15px;
	margin-bottom: 15px;
}
.character p {
	font-size: 13px;
}

/*==========DIRECTOR==========*/
.boxTxt {
	width: 660px;
}
.boxPic {
	width: 300px;
}
p.question {
	color: #C70070;
	margin-bottom: 0 !important;
}

/*==========COMMENT==========*/
.boxCom {
	padding: 10px;
	margin-bottom: 35px;
	background: #fbfbea;
}
.review p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 5px;
}
.review p.author {
	line-height: 1.2;
	color: #C70070;
	font-size: 13px;
}

.comment p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 5px;
}
.comment p.author {
	line-height: 1.2;
	color: #C70070;
	font-size: 13px;
	font-weight: bold;
}

/*==========THEATER==========*/
.ticket {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto 30px;
}
.ticket  h3 {
	color: #C70070;
	font-size: 24px !important;
}
.ticket a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
	}

.theater h5 {
	color: #C70070;
	margin-bottom: 5px;
}
table {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 0 30px;
	font-size: 14px;
}
th {
	padding: 5px;
	margin: 0px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #999;
	background: #cdcdb2;
	text-align: center;
}
td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #999;
	background: #fff;
}
