@charset "utf-8";
/* CSS Document */


#story-wrap{
	width:950px;
	margin-left:20px;
}


#pic{
	float:left;
	margin-top:8px;
	margin-right:65px;
}

#pic img{
	margin-top:38px;
	margin-left:20px;
}



#cont{
	width:1000px;
	text-align:left;
	margin:0px auto 35px;
	background:url(../story/img/p1_bk.gif) no-repeat right 25px;
	height:520px;
	position:relative;
}


#cont h1{
	margin-bottom:20px;
	margin-left:25px;
}

#cont #mn_img{
	position:absolute;
	right:42px;
	bottom:30px;
}

#cont #text{
	position:absolute;
	left:23px;
	bottom:15px;
}

#cont p{
	width:520px;
	font-size:14px;
	line-height:1.5em;
	margin-left:25px;
	margin-bottom:25px;
}

#cont #dn{
	display:none;
}

