@charset "utf-8";


/* ----------------------------------------
 * パンくずリストの設定
 * ---------------------------------------- */
#topicpath{
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	 }
#topicpath li{
	float:left;
	margin-right: 5px;
	}
#ttl/* ----------------------------------------
 * 見出しの設定
 * ---------------------------------------- */
{
	background-color: #000000;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
h1   {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
}
#lead  {
	line-height: 170%;
	margin-bottom: 35px;
}
.point {
	border: 10px solid #CCCCCC;
	padding: 20px;
}
.point h3 {
	margin-bottom: 10px;
}
.point p {
	line-height: 170%;
}
