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

#story{
	position:relative;
	width:960px;
	height:765px;
	margin:0 auto;
	background:url(../images/story_bg.jpg) top left no-repeat;
}

h1.story-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:76px;
}

div.story-txt {
	position:absolute;
	left:36px;
	top:112px;
	width:444px;
	height:507px;
	font-size:14px; line-height:24px;
	text-align:left;
}