@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  adventure.css
	style info :  adventure
	date:2011.10.17
=================================================================== */
#contents {
	min-width: 960px;
	height: 640px;
	margin: 0 auto;
}

/* IE6 hack */
* html #contents {
	width:expression(document.body.clientWidth < 962? "960px" : "100%");
}

#contents .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.title_area {
	width: 960px;
	height:75px;
	margin:0 auto;
	position:relative;
}
.title_area h1 {
	width: 220px;
	position:absolute;
	left:18px;
	top:17px;
}
.title_area p {
	width: 588px;
	position:absolute;
	left:238px;
	top:17px;
}
div#flashcontents {
	height:475px;
}
div#flashcontents iframe {
	width:960px;
	height:475px;
	margin:0 auto 0 auto;
	_backgraund: transparent;
}
.caution {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: right;
}