/*店舗紹介
------------------------------*/
#shop {
	margin:0 0 0 0;
}
#shop h3 {
	padding:0 0 6px 0;
}

/*写真エリア
------------------------------*/
#photo {
	position:relative;
	height:226px;
	margin:0 0 8px 0;
}
#ph01 {
	position:absolute;
	left:0px;
	top:0px;
}
#ph02 {
	position:absolute;
	left:310PX;
	top:0px;
}
#ph03 {
	position:absolute;
	left:464PX;
	top:0px;
}
#ph04 {
	position:absolute;
	left:310PX;
	top:116px;
}
#ph05 {
	position:absolute;
	left:464PX;
	top:116px;
}

/*概要
-----------------------------*/
#profile {
	float:left;
	width:415px;
	margin:15px 0 0 0;
}
#profile table {
	width:415px;
	border-collapse:collapse;
	border-top:1px #ccc solid;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

#profile th, #profile td {
	border-bottom:1px #ccc solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	padding:3px;
	font-size:1em;
	line-height:150%;
}
#profile th {
	background-color:#EEEEEE;
	text-align:left;
	width:70px;
}

/*QRコード
-----------------------------*/
#qr {
	float:right;
	width:187px;
	margin:15px 0 0 0;
}


/*スタッフ紹介
-----------------------------*/
#staff {
	padding:30px 0 0 0;
}
#staff h3 {
	padding:0 0 6px 0;
}
#staff p {
	line-height:150%;
	padding:0 0 10px 0;
}
#staff_img {
	   margin-left:50px;
}
.staff_img {
	float:left;
	width:162px;
	text-align:center;
	padding:2px 2px 0 0;
}
.staff_img span {
	display:block;
	font-size:0.85em;
	padding:2px 0 0 0;
	text-align: left;
}


