body{
	background:#000000;
}

.hidden_text{
	visibility: hidden;
	margin:0px;
	padding:0px;
	height:0px;
}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

.end{
	color:#ff0033;
	font-weight:bold;
	margin-bottom:5px 0 10px 0:
}

.to_top{
	margin-top:10px;
	font-weight:bold;
	color:#ff0033;
	text-align:right;
}

.to_top a:visited{
	color:#ff0033;
}

.strong_word{
	font-size:2.0em;
	color:#ff99CC;
}

#wrapper {
	width:950px;
	position:relative;
	margin:0px auto;
	text-align:center;
}

#site_header{
	position:relative;
	width:950px;
	background:#000;
	border-bottom:2px #333333 solid;
	text-align:left;
}

#site_header img{
	margin:-2px 0;;
	padding:0;
	border:none;
}

footer{
	position:relative;
	padding-top:10px;
	border-top:2px #333333 solid;
	width:950px;
}

footer nav{
	margin-bottom:10px;
}

#wrapper #contents {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width:950px;
	padding:20px 0;
	display:block;
	background:url(image/bg2.jpg);
}

#contents #text_area {
	width:950px;
	margin:0 auto;
	padding:0;
	background:#000;
	color:#333;
	background:url(image/text_bg_02.gif);
}

#contents #text_area section{
	width:680px;
	margin-left:120px;
}

#contents #text_area_befor {
	width:950px;
	height:195px;
	background:url(image/text_bg_01.gif);
	display:block;
}

#contents #text_area_befor h2 {
	width:400px;
	padding-top:80px;
	margin-left:250px;
	font-size:4.0em;
	line-height:1.4em;
	text-align:center;
	color:#000;
}

#contents #text_area_after {
	width:950px;
	height:190px;
	background:url(image/text_bg_03.gif);
	display:block;
}
/************************************************************************/

#contents .stage_info{
	padding-top:10px;
	line-height:1.5em;
	font-size:1.0em;
	margin-bottom:25px;
}

#schedule dl dt{
	margin-bottom:10px;
	font-size:1.2em;
	color:#333333;
}

#schedule dl dd{
	margin-left:25px;
	margin-bottom:20px;
	font-size:1.0em;
	line-height:1.2em;
}

#schedule dl dd p{
	margin:15px 0;
}


#ticket dl{
	width:500px;
	margin:10px 0;
	padding:10px;
	border:dotted 2px #333333;
}

#ticket dt{
	clear:both;
	text-align:right;
	margin:0 10px 0 0;
	padding:10px 0;
	width:200px;
	font-size:1.2em;
	display:bloack;
	float:left;
}

#ticket dd{
	width:200px;
	text-align:left;
	margin:0;
	padding:10px 0;
	display:bloack;
	float:left;
}


/*******************************************************/
/*                                                     */
/* ナビゲーション                                      */
/*                                                     */
/*******************************************************/
.navi{
	position:relative;
	height:50px;
	margin: 0 10px;
}

.navi li{
	width:230px;
	height:50px;
	font-size:1.6em;
	text-align:center;
	line-height:2.0em;
	font-weight:bold;
	float:left;
	background: url(image/menu.gif) no-repeat center left;
}

.navi li a{
	display:block;
	width:230px;
	height:50px;
	color:#fff;
	text-decoration:none;
}


.navi li a:hover{
	display:block;
	width:230px;
	height:50px;
	background: url(image/menu_o.gif) no-repeat center left;
}

.navi li a{
	-webkit-transition: background-color .4s;
}


/**************************************************/
#inteview{}

#inteview .inteview_photo{
	margin-right:20px;
	width:200px;
	float:left;
}

#inteview p{
	margin:15px 0;
	line-height:1.5em;
	font-size:1.2em;
}

#inteview .q_a{
	font-size:1.2em;
	line-height:1.5em;
}

#inteview .q_a dt{
	margin-bottom:5px;
	color:#ff66cc;
	font-weight:bold;
}
