﻿@charset "utf-8";

#divMapContainer{
	position:relative;
	width:738px;
	height:536px;
	text-align:center;
	overflow:hidden;
	padding-top:30px;
	background-image: url(../images/column_title_navigation_1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#divMap{
	width:660px;
	height:470px;
}
#divSaleshopSearch{
	position:absolute;
	right:10px;
	bottom:50px;
}
.searchbg {
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

