@charset 'UTF-8'; 
@import '_base.css';
@import '_tone.css';

 
/* story.css */ 
 
div#body 
{

}
	 
div#body div.chaptor 
{

}
	 
div#body div.chaptor p 
{
	margin: 0 0 2em;
	padding: 0 1em;

	line-height: 2em;
	text-align: center;
	font-size: small;
}
 	  
