@charset "utf-8";

#wrap
{
	background: url(../img/bg_sub.png) repeat 50% 50%;
	min-height: 800px;
}

#content
{
	width: 100%;
	height: 610px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -249px 0 0 0;
	background: url(../img/map/story_bg.png) no-repeat 50% 0;
}

#content #slide
{
	width: 640px;
	height: 360px;
	position: absolute;
	overflow: hidden;
	top: 14px;
	left: 50%;
	margin-left: -320px;
	background: url(../img/noflash.png) no-repeat 50% 50%;
}

#content #slide ul
{
	width: 3200px;
	height: 360px;
	position: absolute;
	left: 640px;
}

#content #slide ul li
{
	float: left;
}

#content p
{
	width: 510px;
	height: 73px;
	background: url(../img/map/story_txt.png) no-repeat 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 425px;
	left: 50%;
	margin-left: -255px;
}

#content a.return
{
	display: block;
	position: absolute;
	top: 521px;
	left: 50%;
	margin-left: -41px;
}
