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


/* all */

* {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


/* page */

#page {
	margin: 0 auto;
	background-color:#000;
	color: #fff;
	
}


a:link { color: #C60000; }
a:visited { color: #C60000; }
a:hover { color: #fff; }
a:active { color: #fff; }


/* main */

.wrapper-title {
	width: 800px;
	margin: 0 auto;
}

.title-title {
	width: 700px;
	color: #fff;
	font-size: 32px;
}
	
	
.title-title ul li {
	float: left;
	list-style-type: none;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 50px;
}
	
.title-image {
	padding-top: 20px;
	padding-bottom: 0px;
	}
	
	.table {
		margin: 0 auto;
	}
	
	
.wrapper-main {
	margin: 0 auto;
}


.stage-title {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #F66;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}

.stage-title2 {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #39F;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}

.stage-title3 {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #F69;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}

.stage-title4 {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #DE7710;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}


.stage-title5 {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #93C;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}

.stage-title6 {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #096;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}


.stage-title7 {
	width: 750px;
	padding: 15px;
	color: #FFF; 
	font-size:20px;
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #000;    /* 背景色指定 */
	text-align: center;
	vertical-align: middle;
}


.gaiyo {
	width:760px;
	margin: 0 auto;
}


.comment {
	width: 700px;
	fon-size: 16px;
	margin: 0 auto;
}

.ticket-title2 {
	padding: 0px 50px 0px 50px;
	color: #fff; 
	display: inline-block;      /* インラインブロック要素にする */
    background-color:  #C30;    /* 背景色指定 */
}





#p1 {
	font-size: 20px;
	line-height: 50%;
}


#p2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 50%;
}

#p3 {
	font-size: 16px;
	
}

#p4 {
	font-size: 18px;
}

#p5 {
	font-size: 16px;
	text-decoration:underline;
}

#p6 {
	font-size: 14px;
}


p {
	font-size:14px;
}


#main-text {
	font-size: 20px;
	margin-top: 0;	
	color: #fff;
}


#subtext {
	font-size: 16px;
	width: 800px;
	margin: 0 auto;
	line-height: 160%;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 100px;
}


.sub-text {
	width: 800px;
	text-align: left;
	color: #fff;
	margin: 0 auto;
}

.sub-text table {
	font-size: 18px;
}


.form input {
    width: 300px;
    margin-bottom:10px;
    border: 1px solid;
    font-size: 18px;
}

.form textarea {
    height: 100px;
    width: 300px;
    margin-bottom:10px;
    border: 1px solid;
    font-size: 18px;
}

.contact-submit input {
    width: 150px;
    text-align: center;
}



/* header */

.wrapper-header {
	background-image: url(img/header100.png);
	background-repeat: repeat-x;
}



/* Gnavi */

.wrapper-gnavi {
	background-color: #111111;
}


ul.gnavi {
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 1024px;
	height: 80px;
	list-style-type: none;
	overflow: hidden;
}


.gnavi li {
	float: left;
}


/* fotter */

.footer {
	background-color:#000;
}




	
/* main */
