@charset "UTF-8";


/* list
------------------------------------------------*/
#main dl {}
#main dl dt {
	background: url(../img/bg_subtit.gif) no-repeat left top;
	height: 30px;
	margin: 5px 0;
	padding: 0 0 0 10px;
	line-height: 30px;
	letter-spacing: 0.05em;
	font-size: 108%;
	font-weight: bold;
	color: #83724f;
}
#main dl dt a {
	background: url(../img/ya_black.gif) no-repeat left center;
	padding-left: 10px;
}
#main dl dt a:link,
#main dl dt a:visited { color: #333; text-decoration: underline; }
#main dl dt a:hover { color: #333; text-decoration: none; }
#main dl dd {}
	#main dl dd ul {
		margin: 0 0 15px;
	}
		#main dl dd ul li {
			background: url(../img/ya_blue.gif) no-repeat 0 7px;
			margin: 0 0 5px 0.5em;
			padding: 0 0 0 8px;
		}
		#main dl dd ul li ul {
			margin: 0;
		}
		#main dl dd ul li ul li {
			margin: 5px 0 0 0.5em;
		}

