/* 全体の幅の指定 */
#contents{
	width: 720px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
/* 本文一角落ちの指定 */
p{
	text-indent: 1em;
	}
	
/* 中央の枠囲みの指定 */
#about{
	width: 460px;
	margin: auto;
	margin-bottom: 20px;
	line-height: 1.5em;
	padding: 10px;
	/* ↓枠の角丸 */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: double 6px #3e9a19;
	}
	
/* 会員分布図の地域にカーソルを移動させた時、表示させる社名の指定 */
#distribution{
	margin-left: 40px;
	float: left;
	}
h4{
	font-size: 1em;
	background-color: #fff;
	position: absolute;
	padding: 0px 5px;
	margin-left: 10px;
	}
	
#jp_map img{
	margin-top: 25px;
	float: left;
	}
	
ol{
	font-size: 1em;
	list-style: none;
	padding: 13px 10px 10px 10px;
	margin: 16px 0px 0px 0px;
	border: solid 1px orange;
	line-height: 1.5;
	}
#out_hokaido,#out_tohoku,#out_kanto,#out_chubu,#out_kinki,#out_sikoku,#out_kyusyu{
	width: 220px;
	margin-top: 100px;
	position: absolute;
	visibility: hidden;
	}
