﻿@charset "utf-8";

/***body+text default styles***/

body {
	font-size: 11px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
	background-color: #000000;
	text-align: left;
	color: black;
	margin: 0;
	padding:0;
	font-family: "ヒラギノ角ゴ2", "ＭＳ Ｐゴシック", sans-serif;
	}

* {line-height: 1.7;font-size: 100%;}
* {letter-spacing: 0.02em;}

html {
	padding: 0;
	margin: 0;
	}

p {
	line-height: 1.6;
	text-align: justify;
	text-justify: distribute;
	}

p, ul, ol, dl, table, pre {
	font-size: 100%;
	letter-spacing: 0.02em;
	}

img {
	border:none;	
	vertical-align: bottom;
	}



/***layout styles***/

#header {
	width: 100%;
	height: 25px;
	background-color: #000000;
	z-index: 4;
	}
	
#container {
	width: 100%;
	height: 600px;
	margin: 0 auto;  
	text-align: left;  
	background-color: #000000;
	}
	
#container2 {
	width: 100%;
	margin: 0 auto;  
	text-align: left;  
	background-color: #000000;
	}

#main{
	width: 100%
	height: 550px;
	position: relative;
	}

#main .mainImg{
	width: 860px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -430px;
	z-index: 3;
	}
 
#main .bgLeft {
	width: 50%;
	height: 550px;
	background:url(img/left.png) ;
	position: absolute;
	left: 0px;
	z-index: 1;
	}

#main .bgRight {
	width:50%;
	height: 550px;
	background:url(img/right.png) ;
	position: absolute;
	left: 50%;
	z-index: 2;
	}

#space {
	width: 100%;
	height: 25px;
	}
		
#contents {
	width: 900px;
	margin: 0 auto;
	}
	
#contents .tickets {
	margin:5px 0px 0px 0px;
	width:100%;
	height: 30px;
	/*border:1px solid #ff0000;*/
	}

#contents .tickets a{
	padding:0 40px 0 40px;
	color:#FFFFFF;
	display:block;
	background:#000000;
	width:135px;
	height:100%;
	text-align:center;
	line-height:30px;
	border-bottom: none;
	}
	
#contents .tickets a:hover{
	background:#0099ff;
	width:135px;
	height:100%;
	border-bottom: none;
}
	
#contents .width65_b {
	width: 65%;
	color: #000;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#contents .width65_b　a:link {
	text-decoration: none;
	color: #000000;
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

#contents .width65_b a:visited {
	color: #000000;
	
}

#contents .width65_b a:hover {
	color: #000000;
}


#contents .width65_w {
	width: 65%;
	color: #ffffff;
	background-color: #000000;
	border: solid 1px #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0px;
	}
	
#contents .width65_w a:link {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}

#contents .width65_w a:visited {
	color: #ffffff;
}

#contents .width65_w a:hover {
	color: #ffffff;
}

	
#contents .width35_b {
	width: 30%;
	color: #000000;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	}
	
#contents .width35_b a:link {
	text-decoration: none;
	color: #000000;
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

#contents .width35_b a:visited {
	color: #000000;
}

#contents .width35_b a:hover {
	color: #000000;
}
	
	
#contents .width35_w {
	width: 30%;
	color: #ffffff;
	background-color: #000000;
	border: solid 1px #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#contents .width35_w a:link {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}

#contents .width35_w a:visited {
	color: #ffffff;
}

#contents .width35_w a:hover {
	color: #ffffff;
}

	
#contents .titleBlack {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	}
	
#contents .titleWhite {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	}
	
#contents .titleWhite a:link {
	text-decoration: none;
	color: #000000;
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

#contents .titleWhite a:visited {
	color: #000000;
}

#contents .titleWhite a:hover {
	color: #000000;
}

#bridge {
	width:100%;
	height:200px;
}

#bridge a:link {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}

#bridge a:visited {
	color: #ffffff;
}

#bridge a:hover {
	color: #ffffff;
}



#contents .text {
	margin: 25px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#footer {
	width: 100%;
	height: 45px;
	background-color: #000000;
	z-index: 5;
	}
	
 .clear { clear:both; }  
 .clear hr { display:none; }
 h1 { padding: 0px; margin: 0px; font-weight: bold; font-size: 12px; }
 