ul.ul01 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
	font-size: 12px;
	color: #555555;
}

li.list01 {
	margin: 10px 0 0 0;/*list同士の空き（行間？）はここで設定*/
	padding: 0 0 0 13px;/*テキストの開始位置はここで設定*/
	background: url("images/ya.gif") no-repeat left top;
}

.list01 a:link {
	color: #388235;
}

.list01 a:visited {
	color: #555555;
	text-decoration: underline;
}

.list01 a:hover {
	color: #999999;
	text-decoration: underline;
}

.txInd {
	line-height: 1.3em;
	font-size: 12px;
	color: #555555;
}

.rit {
	text-align: right;
}


span {
display: inline-block;
width: 9em;
}
