
/* ========== Shop Table ========== */
.shopTbl01 {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

.shopTblTh01 {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background-color: #F2F2F2;
	border: solid 1px #CCCCCC;
}

.shopTblTd01 {
	width: 700px;
	padding: 10px;
	border: solid 1px #CCCCCC;
}


/* ========== Shop Staff ========== */
.shopStaff01A {
	width: 340px;
	float: left;
}

.shopStaff01B {
	width: 340px;
	float: right;
}

.shopStaffPic01 {
	width: 160px;
	float: left;
}

.shopStaffTxt01 {
	width: 170px;
	float: right;
}


