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

/*メインビジュアル
----------------------------------------------*/
#mainV {
	width: 100%;
	height: 790px;
	position: relative;
}
#mainV div {
	width: 100%;
	height: 790px;
	position: absolute;
	top: 0;
}

/*インフォメーション
----------------------------------------------*/
#info {
	background: url(../img/info.png) no-repeat;
	width: 960px;
	height: 300px;
	margin: 0 auto 50px;
	position: relative;
}
#info dl {
	/*width: 800px;*/
	width: 500px;
	height: 150px;
	overflow: auto;
	position: absolute;
	top: 100px;
	left: 80px;
	text-align: left;
	z-index: 999;
}
#info dt {
	font-weight: bold;
}
#info dd {
	border-bottom: 1px dashed #009FE8;
	padding-left: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#ghostA {
	position: absolute;
	bottom: -50px;
	left: -50px;
}
#ghostB {
	position: absolute;
	top: 200px;
	right: -50px;
}

#infoBan {
	width: 290px;
	height: 150px;
	overflow: auto;
	position: absolute;
	top: 100px;
	right: 80px;
}
#infoBan li {
	margin-bottom: 5px;
}

.jspTrack {	background: #999 !important; }
.jspDrag { background: #009FE8 !important; }










