body{
	background:#000000;
}


.contents_title{
	height:70px;
	padding-left:50px;
	margin-bottom:10px;
	font-size:3.0em;
	line-height:1.4em;
	color:#000;
	background:url("image/contents_title2.gif") no-repeat;
}

.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;
	background:#ffffff;
}

#site_header{
	position:relative;
	width:950px;
	background:#dddddd;
	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;
	height:1300px;
	display:block;
	background:url(image/bg.gif);
}

#contents #stage_info {
	position:absolute;
	top:450px;
	left:50px;
	text-align:center;
}

#stage_info a{
	width:356px;
	height:99px;
	display:block;
	background:url(image/bottan.gif) center no-repeat;
	text-decoration:none;
	color:#D33;
}

#stage_info a:hover{
	width:356px;
	height:99px;
	display:block;
	background:url(image/bottan_o.gif) center no-repeat;
}

#stage_info h3{
	padding-top:28px;
	font-size:3.0em;
}

#contents #sakon {
	position:absolute;
	top:950px;
	left:300px;
	display:block;
	text-align:center;
}

#sakon a{
	width:356px;
	height:99px;
	display:block;
	background:url(image/bottan.gif) center no-repeat;
	text-decoration:none;
	color:#D33;
}

#sakon a:hover{
	width:356px;
	height:99px;
	display:block;
	background:url(image/bottan_o.gif) center no-repeat;
}


#sakon p{
	padding-top:15px;
	font-size:1.5em;
	font-weight:bold;
}

#sakon h3{
	font-size:3.0em;
}

#contents #oshichi {
	position:absolute;
	top:700px;
	left:550px;
	display:block;
	text-align:center;
}

#oshichi a{
	width:356px;
	height:99px;
	display:block;
	background:url(image/bottan.gif) center no-repeat;
	text-decoration:none;
	color:#D33;
}

#oshichi a:hover{
	width:356px;
	height:99px;
	display:block;
	background:url(image/bottan_o.gif) center no-repeat;
}

#oshichi p{
	padding-top:15px;
	font-size:1.5em;
	font-weight:bold;
}

#oshichi h3{
	font-size:3.0em;
}

/************************************************************************/

#schedule dl dt{
	margin-top:20px;
	margin-bottom:10px;
	font-size:1.6em;
	color:#FFFF66;
}

#schedule dl dd{
	margin-left:25px;
	font-size:1.4em;
	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:70px;
	background:url(image/navi_bg.jpg);
	margin: 0 auto;
	overflow: hidden;
}

.navi li{
	width:158px;
	height:70px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
}

.navi li a{
	display:block;
	width:158px;
	height:70px;
	overflow: hidden;
	text-indent: 200px;
}

.navi .navi_what{
	background: url(image/what.gif) no-repeat center left;
}

.navi .navi_what a:hover{
	background: url(image/what_o.gif) no-repeat center left;
}

.navi .navi_vocal{
	background: url(image/vocal.gif) no-repeat center left;
}

.navi .navi_vocal a:hover{
	background: url(image/vocal_o.gif) no-repeat center left;
}

.navi .navi_schedule{
	background: url(image/schedule.gif) no-repeat center left;
}

.navi .navi_schedule a:hover{
	background: url(image/schedule_o.gif) no-repeat center left;
}


.navi .navi_ticket{
	background: url(image/ticket.gif) no-repeat center left;
}

.navi .navi_ticket a:hover{
	background: url(image/ticket_o.gif) no-repeat center left;
}

.navi li a span{
	line-height: 70px;
	display:block;
}

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


/**************************************************/
