@charset "utf-8";

/*
 * ページスタイル
 */

.story_area{
	line-height: 2em;
}
.story_list{
	border: 2px dotted #aaaaaa;
}
.story_list li{
	list-style-type: square;
	margin-left: 25px;
}

.precedent_area{
	line-height: 2em;
}
.precedent_list{
	border: 2px dotted #aaaaaa;
}
.precedent_list li{
	list-style-type: square;
	margin-left: 25px;

}


