@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container{
	width:100%;
	text-align:left;
	margin:70px 0 0;
}

div#head{
	width:800px;
	height:200px;
	padding:0;
	margin:0 auto;
}

div#head h1{
	width:800px;
	height:200px;
	padding:0;
	margin:0;
}

div#head h1 a{
	display:block;
	width:800px;
	height:200px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	background-image:url(../../img/header.jpg);
	background-repeat:no-repeat;
}

div#head img{
	padding:0;
	margin:0;
}

#main{
	 width:780px;
	 padding:0 0 50px 0;
	 margin:0 auto;
	 color:#000;
	 border:#000 10px solid;
	 background:url(../../img/main_bkgr.jpg) repeat-y #FFF;
}

#foot{
	 font-size:0.75em;
	 width:100%;
	 text-align:center;
	 margin:10px 0 100px;
}

.youtube{
	text-align:center;
	margin-top:20px;
	padding-bottom:20px;
}

/* txt
--------------------------- */

h2{
	margin:50px 0 10px;
	color:#CD1E23;
}

h2.atama{
	margin:30px 0 10px;
}

h3{
	margin:30px 0 0;
	color:#CD1E23;
}

a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:none;
	background-color:#FF0;
}

span.small{
	font-size:12px;
}



/* mn
------------------------------ */

#mn{
	height:auto;
	width:200px;
	padding:0 0 0 0;
	margin:0;
	float:right;
}

#mn ul{
	list-style:none;
	padding:10px 10px 30px;
	margin:0 0 30px;
	background:url(../../img/mn_bar.jpg) center bottom no-repeat;
}

#mn ul li{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:bolder;
	white-space:nowrap;
}

#mn ul li a{
	display:block;
	color:#000;
	padding:10px;
	margin:0;
	height:22px;
	text-decoration:none;
	background-color:#FFF;
}

#mn ul li a:hover{
	background-color:#FF0;
}

#mn ul li.new{
	position:absolute;
	width:90px;
	display:block;
	color:#FFF;
	background-color:#F30;
	padding:10px 5px 10px 10px;
	margin:0 0 0 -105px;
	height:22px;
	text-decoration:none;
}

div#regi_area img{
	border:none;
}

div#regi_area a:hover{
	background:none;
}

div#regi_area a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
	text-decoration:none;
}

div#ticket{
	height:202px;
	margin:30px 0 30px -8px;
}

div#ticket img{
	position:absolute;
}

.info{
	padding:0 25px 40px;
	margin:0 0 30px;
	font-size:18px;
	font-weight:bolder;
	background:url(../../img/mn_bar.jpg) center bottom no-repeat;
}

.info_last{
	padding:0 25px;
	margin:0 0 30px;
	font-size:18px;
	font-weight:bolder;
	white-space:nowrap;
}

.info p.child{
	 margin:0 0 8px;
}



/* cont
------------------------------ */

#cont{
	height:auto;
	width:500px;
	padding:0 0 0 35px;
	margin:0;
	float:left;
	letter-spacing:0.1em;
	line-height:1.5em;
}

.message{
	margin:35px 0 0;
}

table{
	margin:15px 0 0;
}

th,td{
	vertical-align:top;
}

/* form 
----------------------------- */

table#form{
	width:500px;
	margin:0 0 30px;
	padding:0;
	border:none;
	font-weight:normal;
	text-align:left;
	font-size:12px;
}

table#form tr{
	width:500px;
	margin:0;
	padding:0;
}

table#form tr th{
	width:60px;
	padding:5px;
}

table#form tr td{
	width:420px;
	padding:5px;
}

p.back{
	text-align:center;
	font-weight:bold;
	margin-top:30px;
}

select{
}

input[type=text]{
	width:420px;
}

input[type=submit]{
	margin-top:20px;
	margin-left:200px;
}
input[type=reset]{
	margin-top:20px;
}

textarea{
	width:420px;
	height:150px;
}

/* shop
----------------------------- */

.shop_min{
	margin-top:15px;
}

.eve_info{
	padding:10px 20px 10px;
	margin-bottom:20px;
	background-color: #EEE;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	CCborderRadius: 10px;        /* IE */
}

.shop_info{
	padding:10px 20px 10px;
	background-color:#EEE;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	CCborderRadius: 10px;        /* IE */
}

.shop_info:after, .eve_info:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.eve_info h3{
	margin:0 0 10px;
}

.shop_info h3{
	margin:0 0 10px;
}

.eve_info p, .shop_info p{
	margin:0;
}

.shop_info dl{
	margin:0;
}

.shop_info dl dt{
	float:left;
	clear:both;
}

.shop_info dl dd{
	float:left;
	margin-left:5px;
}

/* social_btn ---------------------- */
#sb_area{
	height:20px;
	width:780px;
	margin:0 auto 10px;
}

#sb_area a,#sb_area a:hover{
	background:none;
	text-decoration:none;
}

.facebook_like_btn{
	border:none;
	overflow:hidden;
	width:110px;
	height:20px;

	padding:0;
	margin:0;
}

.twitter-share-button{
	padding:0;
	margin:0;
}

.mixi-check-button{
	padding:0;
	margin:0 8px 0 0;
}

.hatena-bookmark-button{
	padding:0;
	margin:0;
}

/* etc
---------------------------- */

.left{
	float:left;
	padding:0;
	margin:0 10px 0 0;
}

.event_banner{
	float:right;
	margin:10px 0 0 10px;
}

.navigation{
	margin:20px 0 -10px;
	font-size:12px;
	height:20px;
}

.navigation_bottom{
	margin:40px 0 0px;
	font-size:12px;
	height:20px;
}

.navigation p, .navigation_bottom p{
	text-align:center;
}


.navigation p a, .navigation_bottom p a{
	text-decoration:none;
}

.clear{
	clear:both;
}

.spc_top{
	margin-top:0;
}

.spc_bottom{
	margin-bottom:0;
}

.sub{
	font-size:0.8em;
}

/* backstretch IE6 向けのスタイル 


html, body{
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
#backstretch{
    position: absolute;
	z-index:9999;
}

* html ,* html body {  
    height: 100%;  
    overflow-y: hidden;  
    overflow-x: auto;  
}  
* html #container {  
    overflow: auto;  
    position: relative;  
    width: 100%;  
    height: 100%;  
}
--------------------------- */

