div#mainContents {
	width:1050px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}
/* トップイメージ */
div.topimgbox {
	width:984px;
	height:419px;
	padding: 3px;
	margin: 0 auto;
	/*background: url(../images/index/topimgbg.jpg) no-repeat;*/
	background: #fff;
	position: relative;
}
	div.topimgbox div.imglistbox {
		width:984px;
		height:419px;
		overflow: hidden;
		position: relative;
	}
		div.topimgbox div.imglistbox a {
			display: block;
			width:984px;
			height:419px;
			position: absolute;
			top:0;
			/*left:978px;*/
			left:0;
			opacity: 0;
		}
		div.topimgbox div.imglistbox a:nth-of-type(1) { /*left:0;*/  opacity: 1;}
			div.topimgbox div.imglistbox a img {
				width:978px;
				height:419px;
			}
	/* ロゴ */
div.topimgbox div.logo {
	width:210px;
	height: 300px;
	background: url(../images/index/logopc.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:55px;
	right:100px;
	z-index: 30;
}
	/* コントロール */
	div.topimgbox div.ctlbox {
		width:115px;
		height: 10px;
		position: absolute;
		bottom: 12px;
		left:12px;
		z-index: 30;
	}
		div.topimgbox div.ctlbox > div {
			width:10px;
			height:10px;
			margin-left: 5px;
			float: left;
			background: url(../images/index/ctlimg.jpg) no-repeat;
		}
		div.topimgbox div.ctlbox > div:nth-of-type(1) { opacity: 0.5;}
/* イベント サービス */
div.box01 {
	width:990px;
	height:130px;
	margin: 15px auto 0 auto;
}
	div.box01 div.event {
		width:380px;
		height:118px;
		background: #fff;
		float: left;
	}
		div.box01 div.event a {
			display: block;
			width:380px;
			height:118px;
			background: url(../images/index/event.jpg) no-repeat;
		}
	div.box01 div.system {
		width:587px;
		height:118px;
		background: #fff;
		float: right;
	}
		div.box01 div.system a {
			display: block;
			width:587px;
			height:118px;
			background: url(../images/index/system.jpg) no-repeat;
		}
	div.box01 p.info { display: none; }
div.box01 div.room { display: none; }
div.box01 div.service { display: none; }
