ShopArea {
	position: relative;
	width: 800px;
}

.LeftArea {
	position: relative;
	width: 500px;
	font-size: 12px;
	line-height: 260%;
	float: left;
	padding: 20px 0px 0px 0px;
}
.LeftArea span {
    width: 80px;
    display: inline-block;
}
.LeftArea table {
	position: relative;
	width: 550px;
	margin: 10px 0px 0px 0px;
}
.LeftArea th {
	width: 135px;
	font-size: 12px;
}
.LeftArea td {
	line-height: 180%;
	font-size: 10px;
	vertical-align: top;
	padding: 10px 20px 0px 20px;
}

.RightArea {
	position: relative;
	width: 300px;
	float: left;
	text-align: center;
}
.RightArea p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.RightArea a {
	color: #000000;
}
.RightArea a:hover {
	color: #FF6600;
}

#ShopMap {
	width: 280px;
	height: 320px;
	margin: 20px 0px 0px 0px;
	border: solid 1px #000000;
}

#ShopOutside {
	width: 280px;
	height: 150px;
	margin: 20px 0px 20px 0px;
	border: solid 1px #000000;
}
