@charset "utf-8";

div.forenoon,
div.afternoon {
	margin-left: 40px;
	width: 482px;
}
div.forenoon {
	margin-top: 10px;
	background: transparent url(./images/bg_forenoon.gif) scroll repeat-y 0 0;
}

div.moji { width: 482px; }
div.forenoon div.moji {	background: transparent url(./images/bg_forenoon_moji.gif) scroll no-repeat 0 center; }
div.afternoon div.moji { background: transparent url(./images/bg_afternoon_moji.gif) scroll no-repeat 0 center; }

div.afternoon { background: transparent url(./images/bg_afternoon.gif) scroll repeat-y 0 0; }

div#contentsBody dl {
	margin: 10px 0 0 90px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #341d1d;
	overflow: hidden;
}
div#contentsBody dl.top {
	margin-top: 0;
	padding-top: 6px;
}
div#contentsBody dl.last {
	border: none;
}

div#contentsBody dl dt {
	float: left;
	width: 8.5em;
}

div#contentsBody dl dd {
	margin-left: 8.5em;
	width: auto;
}
