/* ================================================================ */
/* 全体 */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	/*text-align: center;*/
	font-size: 12px;
	line-height: 140%;
	letter-spacing:0.05em;
}

/* float解除：floatを囲う外のDIVに使用 */

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

/* IE7- */
.clearFix {
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .ClearFix {
	height: 1%;
}
/* End hide from IE-mac */


/* ================================================================ */
/* コンテンツ */


#MainBg {
	margin: 0px;
	padding: 0px;
	width:100%;
	background:url(../img/bg.gif) center top repeat-y #3cc0c3;
}

#MainInner {
	width: 950px;
	margin: 0 auto 0px auto;
}

img {
	border:none;
}

#MainInner .HeaderTxt {
	display:none;
}

#MainInner .caption {
	display:none;
}


/*　ヘッダ　*/

#MainInner .HeaderArea01 {
	width::950px;
}

#MainInner .HeaderLeft01 {
	width:458px;
	float:left;
}

#MainInner .HeaderRight01 {
	width:492px;
	float:right;
}

#MainInner .Headerimg01 {
	background:url(../img/header_01.jpg) no-repeat;
	height:725px;
}

#MainInner .Headerimg02 {
	background:url(../img/header_02.jpg) no-repeat;
	height:725px;
}

#MainInner .HeaderArea02 {
	width:950px;
	clear:both;
}

#MainInner .HeaderLeft02 {
	width:492px;
	float:right;
}

#MainInner .HeaderRight02 {
	width:458px;
	float:left;
}

#MainInner .Headerimg03 {
	background:url(../img/header_03.jpg) no-repeat;
	height:288px;
}

#MainInner .Headerimg04 {
	background:url(../img/header_04.jpg) no-repeat;
	height:241px;
}

#MainInner .Headerimg05 {
	background:url(../img/header_05.jpg) no-repeat;
	height:288px;
}

#MainInner .Headerimg06 {
	background:url(../img/header_06.jpg) no-repeat;
	height:241px;
}



#MainInner .DetailArea {
	width:950px;
	clear:both;
}

#MainInner .Detail01 {
	background:url(../img/detail_01.jpg) no-repeat;
	height:218px;
}

#MainInner .Detail02 {
	background:url(../img/detail_02.jpg) no-repeat;
	height:243px;
}

#MainInner .Btn-Program {
	width:120px;
	height:24px;
	padding:162px 0 0 199px;
}

#MainInner .Btn-Program a {
	display:block;
	width:120px;
	height:24px;
	text-indent:-9999px;v
	overflow:hidden;
	background:url(../img/btn_program.gif) no-repeat;
}

#MainInner .Btn-Program a:hover {
	background:url(../img/btn_program.gif) no-repeat 0 -24px;
}

#MainInner .Btn-Ticket {
	width:241px;
	height:70px;
	padding:98px 0 0 674px;
}

#MainInner .Btn-Ticket a {
	display:block;
	width:241px;
	height:70px;
	text-indent:-9999px;v
	overflow:hidden;
	background:url(../img/btn_ticket.jpg) no-repeat;
}

#MainInner .Btn-Ticket a:hover {
	background:url(../img/btn_ticket.jpg) no-repeat 0 -70px;
}

#Footer {
	background:url(../img/footer.jpg) no-repeat;
	text-align:center;
	height:102px;
}

#Footer img {
	margin:79px 0 0 0 ;
}
	
