@charset "utf-8";
#linklist1 ul, #linklist1 li {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka;
	color: #333333;
	font-size: 13px;
	list-style-type: none;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#linklist_title {
	font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック", Osaka;
	font-size: 18px;
	color: #44AE35;
	font-weight: bolder;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44AE35;
}
#linklist1 {
	padding-top: 5px;
	padding-bottom: 20px;
}
#linklist1 li {
	list-style-image: url(img/top/leaficon.png);
	list-style-position: inside;
	margin-left: 8px;
	text-align: left;
	letter-spacing: 0.1em;
}
#linklist1 a, #linklist1 a:visited, #linklist1 a:link {
	color: #333333;
	text-decoration: none;
}
#linklist1 a:hover {
	color: #44AE35;
}

