@charset "utf-8";
@import "../../css/common/0-import.css";
/*------------------------------------------------------------
	関連団体について
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: -10px;
}

#conts h3 {
	margin: 25px 0 15px 0;
}

#conts h4 {
	margin: 15px 0 15px 0px;
}

#conts p {
	margin: 0 0 20px 0px;
	line-height: 1.7;
}

#conts dl{
	padding: 15px 15px 0 15px;
	border: #ccc 5px solid;
	color: #333;
	
}

#conts dt{
	float: left;
	clear: both;
}

#conts dd{
	background: url(../img/kankeidantai/line.gif) no-repeat left bottom;
	padding: 0 0 10px 157px;
	margin-bottom: 10px;
	line-height: 1.7;
}

	* html #conts dd {
		text-indent: -0.3em;
	}

#conts dd.none{
	background: none;
	margin-bottom: 0;
}

#conts p.black {
	color: #333;
}

