@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[index.css] privacy
	
	(C)Shinkousoku Printing Inc.
	
////////////////////////////////////////////////////////////*/

div#content h2 {
	background: url(../img/title_index.gif) no-repeat;
}

div#content ol.numbering {
	list-style: none;
}

div#content ol.numbering li {
	position: relative;
	margin: 0;
	padding-left: 2em;
}

div#content ol.numbering span.number {
	position: absolute;
	left: 0;
	top: 0;
	width: 2em;
}
* html div#content ol.numbering span.number {
	left: -2em;
	top: -0.25em;
}