@import "left_menu.css" ;

#salon_info h2 {
	margin:0 0 16px;
	width:246px;
	height:32px;
	text-indent:-999em;
	background:url('../images/index/salon_info.png') no-repeat 0 0;
}
#salon_info #map {
	margin:8px;
	width:228px;
	height:118px;
	border:1px solid #666;
	position:relative;
}

#open_hour {
	margin-top:24px;
}

#open_hour h3 {
	margin:0 0 16px;
	width:246px;
	height:32px;
	text-indent:-999em;
	background:url('../images/index/open_hour.png') no-repeat 0 0;
}

#read1, #read2, #read3 {
	margin:20px 40px 20px 13px;
}

#read1 {
	width:299px;
	height:42px;
	text-indent:-999em;
	background:url('../images/index/read1.gif') no-repeat 0 0;
}
#read2 {
	width:302px;
	height:42px;
	text-indent:-999em;
	background:url('../images/index/read2.gif') no-repeat 0 0;
}
#read3 {
	width:249px;
	height:42px;
	text-indent:-999em;
	background:url('../images/index/read3.gif') no-repeat 0 0;
}

#information h2 {
	margin:0 0 16px;
	width:538px;
	height:32px;
	text-indent:-999em;
	background:url('../images/index/information.png') no-repeat 0 0;
}

dl {
	padding-left:1em;
	margin-top:0;
}
dt {
	font-weight:bold;
}
dd {
	padding-left:1em;
}

.photo_div {
	width:125px;
	height:125px;
	float:left;
}

.photo_div a {
	width:115px;
	height:115px;
	display:block;
	border:1px solid #e9e9e9;
	background-color:#fff;
	padding:4px;
}
.photo_div a:hover {
	border-color:#e80012;
}
