@charset "Shift_JIS";

/* ----------------------------------------------
　　組合員紹介
----------------------------------------------- */

/* テーブル指定：組合員紹介一覧
----------------------------------------------- */
#memberTable {
	width: 550px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	margin: 10px 0 10px 0;
	line-height: 100%;
}

#memberTable th {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 2px 1px 1px 5px;
	background-color: #E0FEC2;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #555555;
}

#memberTable td {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 2px 1px 1px 5px;
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
}

/*会員名*/
#memberTable .frame01 {
	white-space: nowrap;
	font-weight: bold;
	background-color: #EEEEEE;
}
/*住所*/
#memberTable .frame02 {
}
/*電話*/
#memberTable .frame03 {
}
/*詳細・URL*/
#memberTable .frame04 {
	width:35px;
	text-align: center;
}

/* テーブル指定：組合員紹介 環境メンテ用
----------------------------------------------- */
#ownerTable {
	width: 550px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	margin: 10px 0 10px 0;
	line-height: 100%;
}

#ownerTable td {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 2px 1px 1px 5px;
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
}

/*会員名*/
#ownerTable .frame01 {
	white-space: nowrap;
	font-weight: bold;
	background-color: #E0FEC2;
}
/*住所*/
#ownerTable .frame02 {
}
/*電話*/
#ownerTable .frame03 {
}

