@charset "utf-8";
/* CSS Document */

/*理事長ご挨拶*/
.aisatsu {}
p.katagaki {
	text-align:right;
	margin:0;
	padding:0;
	}
p.namae {
	text-align:right;
	font-size:16px;
	margin:0;
	padding:0;
	}



/*組合概要*/
table#tbl_about {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-top:#666 solid 1px;
	border-left:#666 solid 1px;
	}
#tbl_about th {
	background-color:#EEE;
	font-weight:normal;
	width:65px;
	padding:7px;
	text-align:center;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
	}
#tbl_about td {
	padding:6px;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
	}


/*組織構成*/
div.fig {
	text-align:center;
	padding:20px;
	}