@charset "UTF-8";

/* -----------------------------------------------
 *           rule
 * ----------------------------------------------- */

/* =========== content-area =========== */

#content-area {
	width: 519px;
	margin-left: 100px;
	_margin-left: 50px;
}



/* =========== content-title =========== */

#content-title h1 {
	margin-top: 0;
}


/* =========== plain =========== */

ol.plain li {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	padding-left: 2.5em !important;
}

ol.plain li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

ol.plain li span.marker {
	float: left;
	display: block;
	width: 2.5em;
	margin-left: -2.5em;
}

/* =========== period =========== */

p.period {
	margin-top: 3em;
}
