@charset "UTF-8";
/* CSS Document */

.blockContents {
	background-image: url(../images/bkcontents_header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	padding-top: 20px;
}
.shopName {
	padding-left: 10px;
}
.blockContents .bk_btm {
	height: 20px;
	background-image: url(../images/bkcontents_btm.gif);
	background-repeat: no-repeat;
	clear: both;
}
.shopPhoto {
	float: left;
	width: 220px;
}
.shopPhoto img {
	border: 5px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.shopPhoto img:hover {
	border: 5px solid #FF9900;
}
.shopComment {
	float: left;
	width: 270px;
}
.shopFood {
	float: right;
	width: 180px;
}
.shopFood img {
	margin-right: 20px;
	margin-left: 5px;
	border: 5px solid #CCCCCC;
	margin-bottom: 5px;
}
#yoyaku {
	padding: 20px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
