@charset "utf-8";

#story h1 {letter-spacing:0.1em;}

#story_wrap {
	overflow:hidden;
	padding:5px;
}


#story_left {
	float:left;
	width:400px;
	margin-left:10px;
}
#story_left img {
	margin-bottom:15px;
}
#story_right {
	float:right;
	width:500px;
}
#story_right > p {
	margin:1.3em 0;
	color:#000;
	font-size:110%;
	text-shadow:1px 1px 10px #999;
	letter-spacing:1px;
}

#story_right > p strong {
	font-size:160%;
	color:#B31A47;
}

#story_last {
	font-size:300%;
	color:#000;
	text-shadow:1px 1px 10px #666;
	font-weight:bold;
	margin-top:70px;
}

/*----------ゆらゆらキャッチ--------------*/
#story_catch {
	position:relative;
	height:150px;
	margin-top:20px;
}

#story_catch div {
	background-image:url(img/story_ttl.png);
	background-repeat:no-repeat;
	width:910px;
	height:2px;
	position:absolute;
	left:0;
}