@charset "utf-8";

body,html
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-image: url(../image/pattern_bg.png);
	overflow: hidden;
}

div#content_box
{
	position: relative;
	width: 900px;
	height: 500px;
	padding: 1px;
}


div#content_box h1
{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 900px;
	overflow: hidden;
	margin: 0px;
}
div#content_box h1 img
{
	position: relative;
	top: 0px;
/*	left: -130px;*/
}

img#sizitu
{
	position: absolute;
	top: 95px;
	right: 35px;
}

img#map_list
{
	position: absolute;
	top: 280px;
	right: 35px;
}

div#scenario_text
{
	position: absolute;
	bottom: 0px;
	left: 30px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
	width: 520px;
	height: 405px;
	overflow: auto;
}


div#sizitu_text
{
	visibility: hidden;
}

