/* =============================================
	▼利用規約
============================================= */
li.number_01 {
	line-height: 140%;
	background: url(../img/li_style01_01.gif) no-repeat left 7px;
	padding: 5px 0 5px 2em;
}

li.number_02 {
	line-height: 140%;
	background: url(../img/li_style01_02.gif) no-repeat left 7px;
	padding: 5px 0 5px 2em;
}

li.number_03 {
	line-height: 140%;
	background: url(../img/li_style01_03.gif) no-repeat left 7px;
	padding: 5px 0 5px 2em;
}

li.number_04 {
	line-height: 140%;
	background: url(../img/li_style01_04.gif) no-repeat left 7px;
	padding: 5px 0 5px 2em;
}


/* num1:大数字あり */
ol.num1 { margin-top: 0.5em; margin-left: 1.5em; }
ol.num1 li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
ol.num1 li span {
	position: absolute;
	top: 0;
	left: -1.7em;
}
* html ol.num1 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num1 li span { top: -0.1em; } /* for win ie7 */


/* num2:大数字なし */
ol.num2 { margin-top: 0.5em; margin-bottom: 1.5em; margin-left: 3em; }
ol.num2 li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
ol.num2 li span {
	position: absolute;
	top: 0;
	left: -2.2em;
	padding-right: 1.5em;
}
* html ol.num2 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num2 li span { top: -0.1em; } /* for win ie7 */


/* ページ内リンク */
a.apage:link {
	display:block; line-height:100%; background:url(../img/arrow02.gif) 0px 7px no-repeat;
	float:left; padding:3px 0px 3px 10px; color:#000; text-decoration:none; margin:0px 12px 0px 0px; white-space:pre;
}
a.apage:visited {
	display:block; line-height:100%; background:url(../img/arrow02.gif) 0px 7px no-repeat;
	float:left; padding:3px 0px 3px 10px; color:#000; text-decoration:none; margin:0px 12px 0px 0px; white-space:pre;
}
a.apage:hover {
	display:block; line-height:100%; background:url(../img/arrow02.gif) 0px 7px no-repeat; float:left;
	padding:3px 0px 3px 10px; color:#999; text-decoration:underline; margin:0px 12px 0px 0px; white-space:pre;
}
