@charset "shift_jis";
/* CSS Document */
/*　ものがたりメイン部分　*/
#story_main {
	text-align: left;
	line-height: 1.5em;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
#story_main H2 {

	background-image: url(../img/story_t.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#story_main P {
	text-indent: 0.5em;
	font-size: 95%;
}
#story_main P EM {
	text-align: center;
	display: block;
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
}
#story_main BLOCKQUOTE {
	text-align: left;

	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: 20% 0%;
}
