@charset "utf-8";
#gmap-frame {
	width: 580px;
	background-image: url(../img/map_bg_gmap.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 9px;
}
#gmap-frame table {
	margin-left: 0px;
}
#gmap-frame table.table-map-tab {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#gmap-frame .table-map-tab th{
	padding: 2px;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#gmap-frame .table-map-tab td{
	padding: 2px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#gmap-frame .table-map-tab td.center-cell {
	text-align: center;
}

