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

#areaBox {
	width: 632px;
	margin: 0px auto 40px;
}
#areaBox .left {
	float: left;
	width: 155px;
	margin: 0px 4px 4px 0px;
}
#areaBox .right {
	float: left;
	width: 155px;
}
table.shopList {
	width: 630px;
	margin: 0px 0px 20px;
}
table.shopList tr {
	border-bottom: dotted 1px #000;
}
table.shopList tr th {
	width: 200px;
	padding: 5px 0px 5px 15px;
	background-image: url(../common/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
table.shopList tr td {
	width: 420px;
	padding: 10px 0px 5px;
}
table.shopList tr td dl {
	width: 420px;
}
table.shopList tr td dl dt {
	width: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
table.shopList tr td dl dd {
	width: 330px;
	float: left;
	margin-bottom: 5px;
}
.goToAreabox {
	margin: 0px 0px 60px;
	text-align: right;
}