@charset "UTF-8";
/* CSS Document */
body{
		background:url(../images/nav_bg.png) top center no-repeat;
}
#story {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	height:559px;
	background:url(../images/story.jpg) top left no-repeat;
}
.story-h2{position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 20px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}
.story-01 {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 980px;
	height: 539px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.story_p{position:relative; width:980px; height:320px; background:url(../images/story_bg.png) top left no-repeat;}
.story_p h3{
	position: absolute;
	top: 10px;
	left: 290px;
	width: 435px;
	height: 47px;
	font-size: 16px;
	color: #E13988;
}
.story_p p{position:absolute; top:100px; left:290px; width:602px; height:198px; font-size:16px;}
.photo01{position:absolute; top:0px; left:0px; width:252px; height:142px;}
.photo02{position:absolute; top:148px; left:0px; width:252px; height:142px;}
