@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#main h2 {
	background: url(img/tit.gif) no-repeat;
	width: 580px;
	height: 30px;
	margin-top: 14px;
	text-indent: -9999px;
}


/* main
--------------------------------------------------------------------------------------------------------------*/
#main p {
	margin-bottom: 8px;
	line-height: 1.5;
}

#main ol {
	margin-left: 25px;
	list-style: decimal;
}
	#main ol li {
		margin: 10px 0;
		line-height: 1.5
	}
		#main ol li span {
			font-size: 116%;
			font-weight: bold;
			color: #777;
		}