@charset "UTF-8";
/* CSS Document */

/* ニュース、バナー設定 */
.contents {
	padding: 10px;
	background: #FFFFFF;
	width: 880px;
}

h2 {
	background:#999966;
	color:#FFFFFF;
	font-familiy:"Futura Book";
	font-size: 16px;
	line-height:1.4;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 20px;
}

.news {
	float: left;
	width: 430px;
}

.news a {
	display: inline-block;
}
.news a:hover {
	color:#333;/*#CF736D;*/
}

.news dl {
	border: 1px solid #999966;
	padding: 5px;
	height: 155px;
	width: 420px;
}

.news dt {
	float: left;
	width: 80px;
	clear: both;
}

.news dd {
	float: right;
	width: 335px;
}

.banner {
	float: right;
	width: 435px;
}
/* 告知 */
.announcement {
	border: 1px solid #fff;
	margin-top: 12px;
	padding: 19px;
}
.announcement div.center {
	text-align: center;
	line-height: 0;
	font-size: 0;
}
.announcement .clearfix {
	margin: 10px auto;
	width: 620px;
}
.announcement .center img {
	padding: 0 15px;
}
.announcement h3, .announcement p, .announcement h4 {
	border: none;
	color: #fff;
	line-height: 1.9;
}
.announcement h3 {
	font-size: 24px;
}
.announcement h4 {
	font-size: 16px;
	line-height: 1.9;
	padding: 0 10px;
}
.announcement .font13 {
	font-size: 13px;
}
.announcement p {
	padding: 0 10px;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}
.announcement a {
	color: #fff;
	text-decoration: underline;
}
/* 客演 */
.appear {
	margin-top: 12px;
	padding-bottom: 10px;
	background: url(../images/appear_back.gif) no-repeat center bottom;
}
.appear div {
	padding: 0px 1px 1px;
	border-top: 1px solid #fff;
	width: 438px;
	/*height: 278px;*/
}
.appear hr {
	clear: both;
	width: 440px;
	margin: 10px -1px 0;
	height: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: none;
	border-left: none;
	background-color: #000;
}
.appear img {
	margin: 10px;
}
.appear p {
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 160px;
	color: #fff;
}
.appear p a {
	color: #fff;
	text-decoration: underline;
}
.appear .left img {
	background: url(../images/syutsuen1_on.jpg) no-repeat center bottom;
}
.appear .right img {
	background: url(../images/syutsuen_ribbon_on.jpg) no-repeat center bottom;
}
.appear .lightbox img {
	margin: 0 5px 0 0;
	border: 2px solid #eee;
}
/* 俳優設定 */

.actor_photo {
	float: left;
	background: #000000;
	padding-top:12px;
}
.actor_photo img, .actor_photo2 img {
		border:#FFFFFF 6px solid;
		float:left;
}
.actor1 p {
	float: right;
	padding-top: 12px;
}
.actor2 {
	background: #000000;
	padding-top: 10px;
}
.actor_photo2 {
	float: left;
}

.actor_text {
	float: right;
	width:496px;
	background: #FFFFFF;
	height: 132px;
	padding: 20px;
}

h3 {
	color:#999966;
	font-size: 20px;
	line-height: 1.6;
	border-bottom:#999966 solid 8px;
	}

.actor_text p {
	margin-top: 5px;
	color:#999966;
	line-height: 1.9;
}

.container {
	margin-top: 12px;
}
.container .left {
	float: left;
	width: 354px;
	height: 356px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}
.container .right {
	width: 536px;
}
.container .introduction {
	box-sizing: border-box;
	padding: 20px;
	margin-top: 12px;
	height: 172px;
	background: #fff;
}
.container .introduction p {
	margin-top: 5px;
    color: #999966;
    line-height: 1.9;
}

/*Lightbox設定*/

#viewer {
	height:361px;
}

.crossfader{
	position:relative;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
