@charset "utf-8";
/* ===================================================================
CSS information

 file name  :story.css
 style info :ストーリーページのスタイル
=================================================================== */

#contentWrap {
	background:url(/images/story/bg_story.jpg) no-repeat center 94px ;
}

#content {
}

#content .pageTitle {
	margin-bottom:18px;
	text-align:center;
}

#content .storyTxt {
	height:500px;
	width:975px;
	margin:0 auto;
}

#content #charaNav {
	margin-top:14px;
	background: url(/images/story/bg_charanav.jpg) no-repeat;
	height:90px;
	padding:45px 0 0 5px;
}

#content #charaNav li {
	float:left;
}