@charset "utf-8";

/* storyのみ */

#menu {
	background-image:url(../images/menu_bg03.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	vertical-align:text-bottom;
	margin:0;
	padding:60px 0 0 0;
 	/*width:900px;*/
	height:200px;
	line-height:200px;
	float:left;
	clear:left;
}

#story_main {
	clear: both ;
	background-image:url(../images/natto_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:20px 0 0 0;
	padding:20px 40px 5px 40px;
 	width:820px;
	 height:600px;
	line-height:1.5;
	overflow:auto;
}

#story_main a:link,a:visited{
	color:#db7093;
	text-transform:none;
	text-decoration:underline;
}
