@charset "utf-8";

/*  Site Map
---------------------------------------------------------- */

div#body div#main p.date {
	text-align: right;
}

div#body div#main div.section h3 {
	margin:4px 0px;
	padding-bottom:1px;
	border-bottom:1px solid #001c5b;
	
	color:#001c5b;
	font-weight:bold;
	}

div#body div#main div.section h4 {
	margin:4px 0px;
	padding-bottom:1px;
	border-bottom:1px dotted #aaaaaa;
	
	font-weight:bold;
	}

div#body div#main div.section .para {
	margin-left:15px;
	}

div#body div#main div.section ul.listing {
	margin-left:1.5em;
	}

div#body div#main div.section ul.listing li {
	list-style-type:disc;
	}

div#body div#main div.section ul.numbering li {
	padding-left:1.5em;
	text-indent:-1.5em;
	}

div#body div#main div.section ul.alpha li {
	padding-left:1em;
	text-indent:-1em;
	}

div#body div#main div.section ol.listing {
	margin-left:2em;
	}

div#body div#main div.section ol.listing li {
	list-style-type:decimal;
	}

div#body div#main div.section .jisage {
	padding-left:1em;
	text-indent:-1em;
	}

div#body div#main div.section div.csc {
	}

div#body div#main div.section div.csc dl {
	padding-bottom:1em;
	}

div#body div#main div.section div.csc dt {
	position:absolute;
	}

div#body div#main div.section div.csc dd {
	position:relative;
	left:6em;
	}

