@charset "utf-8";

/* ショップ詳細タイトル */
div#shoptitle {
	width: 888px;
	/*height: 38px;*/
	height: 36px;
	background: url(../images/bg_shopinfo.gif) repeat-x 0 0;
	/*padding: 14px 0 0;*/
	padding: 16px 0 0;
}
div#shoptitle h2 {
	width: 343px;
	height: 24px;
	text-indent: -9999px;
}
div#shoptitle h2#map1 {
	background: url(../images/title_shopfloor1.gif) no-repeat 0 0;
}
div#shoptitle h2#map2 {
	background: url(../images/title_shopfloor2.gif) no-repeat 0 0;
}
div#shoptitle h2#map3 {
	background: url(../images/title_shopfloor3.gif) no-repeat 0 0;
}

div#shoptitle p {
	width: 113px;
	height: 17px;
	margin: -20px 0 0 775px;
}
div#shoptitle p a {
	width: 113px;
	height: 17px;
	text-indent: -9999px;
	background: url(../../images/common/prepage.gif) no-repeat 0 0;
	display: block;
}
div#shoptitle p a:hover {
	background-position: 0 -17px;
}

/* フロアマップ */
div#floormap {
	width: 888px;
	height: auto;
	background: url(../images/bg_shoptitle.gif) repeat-x 0 0;
	text-align: center;
	padding: 20px 0;
}

/* コンテンツエリア(全体) */
div#container {
	width: 888px;
	height: auto;
	margin: 0 auto 8px;
	position: relative;
}

