@import url("reset.css");
@import url("common.css");
@import url("navi-top.css");
@import url("navi-foot.css");
@import url("navi-side.css");

/*支部
-------------------------------------------------------------------*/
#contents .area {
	clear: both;
}

/*地区
-------------------------------------------------------------------*/
#contents .member dt {
	background-image: url(../image/list_plus_l_mark.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-position: 0px 5px;
}

#contents .detail dt {
	background-image: url(../image/list_plus_l_mark.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-position: 0px 5px;
}


/*店舗
-------------------------------------------------------------------*/
#contents .member dd {
	background-image: url(../image/list_plus_s_mark.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
	margin-left: 20px;
	float: left;
	width: 250px;
	margin-bottom: 10px;
	background-position: 0px 4px;
}

#contents .detail dd {
	background-image: url(../image/list_plus_s_mark.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
	margin-left: 20px;
	float: left;
	width: 500px;
	margin-bottom: 30px;
	background-position: 0px 4px;
}

#contents .member .end {
	margin-bottom: 30px;
}
