﻿@charset "utf-8";
#index dl.c {
	width: 85%;
}
#index dl {
	margin-top: 10px;
	margin-bottom: 20px;
}
#index dl dt {
	margin-top: 10px;
	margin-bottom: 5px;
	border: none;
	border-bottom: 1px #074e1a solid;
	font-size: 108%;
	font-weight: bold;
	color: #000;
	text-align: left;
	background: none;
}
#index dl dd {
	margin-bottom: 5px;
	margin-left: 10px;
	text-indent: 1em;
	background: url(/img/mark13.gif) no-repeat left center;
	font-size: 93%;
}

