@charset "UTF-8";

/* 支部一覧
------------------------------------------ */
.section dl dt{
	font-size:122%;
	background:url(../img/common/icon_h3.gif) no-repeat center left;
	padding:0 0 0 17px;
	font-weight:bold;
	line-height:2em;
	color:#000;
	width:110px;
	float:left;
	height:40px;
	line-height:40px;
}
.section dl dd{
	border-bottom:2px solid #ccc;
	height:40px;
	line-height:40px;
}






/* 関係団体リスト
------------------------------------------ */
.section li{
	margin:0 0 0 10px;
	border-bottom:2px solid #CCC;
	padding:10px 0;
	width:270px;
	float:left;
}
.section li a:link,
.section li a:visited{
	background:url(../img/common/icon_link.gif) no-repeat center left;
	padding:0 0 0 15px;
} 