a.globalNav07 {
	width:105px;
	background-image:url(../_images/grobal-nav_07.gif);
	background-position:left -80px;
}
a.globalNav07:hover {
	background-position:left -80px;
}

/* -------------- 基本構成　店内イメージ写真部分-------------- */

div#shopImageWrapper {
	width:550px;
	height:250px;
	margin-bottom:10px;
	zoom: 100%;
}
div#shopImageWrapper :after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
img.shopImage-left {
	float:left;
	width:340px;
	height:250px;
	margin-right:10px;
}
img.shopImage-right {
	float:left;
	width:200px;
	height:250px;
}

/* -------------- 基本構成　MAP・ハードデータ部分-------------- */

div#shopDataWrapper {
	width:550px;
	height: auto;
	margin-top:20px;
	zoom: 100%;
}
div#shopDataWrapper:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#shopDataWrapper-left {
	display: block;
	float:left;
	width:250px;
	height:180px;
	margin-right:20px;
}
div#shopDataWrapper-left a {
	display: block;
	width:250px;
	height:180px;
	background-image:url(../shop-data/_images/shopData_map.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#shopDataWrapper-left a:hover {
	background-position:left -180px;
}
div#shopDataWrapper-right {
	float:left;
	width:280px;
	height:auto;
}
div#shopDataWrapper-right h2 {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:8px;
	padding-bottom:8px;
}

