@charset "shift_jis";


/**/

#leftArea p {padding-bottom:10px;}
#leftArea .section { width:551px;}

#leftArea .block01 .fr {float:right;}

#leftArea .block01 .fl {
	float:left;
	width:335px;
}


#memberTable {
	width:551px;
	margin-bottom:30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
}


#memberTable th,
#memberTable td {
	padding:2px 5px;
	border-bottom:1px solid #ccc;

}


#memberTable th {
	font-weight:bolder;
	color:#fff;
	background-color:#6b8539;
	text-align:center;
	width:100px;
}


#memberTable td {
	border-left:1px solid #ccc;
}


/* clearfix
---------------------------------------------------------------------------------------------------------*/

#leftArea .section:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#leftArea .section:after{
  zoom: 1;

}

