@charset "utf-8";

/*　店舗情報
------------------------------------------------------------ */

#img_saloninfo {
	width: 990px;
	height: 100px;
	background: url(../common/images/img_saloninfo.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 {
    width: 760px;
	_width: 780px;
	padding: 10px;
	margin: 0 33px;
	background-color: #EEE;
}

.box_l {
    width: 440px;
	float: left;
}
.box_l dl {
    width: 440px;
	padding-bottom: 20px;
}
.box_l dt {
    width: 140px;
	height: 40px;
	background: url(../common/images/ginzamap_title.jpg) left top no-repeat;
	text-indent: -9999em;
}
.box_l dd {
    width: 440px;
	height: 280px;
	background: url(../common/images/ginzamap.jpg) left top no-repeat;
	text-indent: -9999em;
}
.box_r {
    width: 280px;
	float: right;
}
.box_r dl {
    width: 280px;
	padding-bottom: 20px;
}
.box_r dt {
    width: 140px;
	height: 40px;
	background: url(../common/images/salonmap_title.jpg) left top no-repeat;
	text-indent: -9999em;
}
.box_r dd {
    width: 280px;
	height: 280px;
	background: url(../common/images/salonmap.jpg) left top no-repeat;
	text-indent: -9999em;
}
.box_data {
    width: 450px;
	_width: 760px;
	padding: 0 10px 10px 300px;
	background: url(../common/images/saloninfo_img01.jpg) left top no-repeat;
	clear: both;
}

