#box {
	height: auto;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
}
#title {
	float: left;
	width: 680px;
}
#line {
	float: left;
	width: 680px;
	background-image: url(img/sub_line.gif);
	background-repeat: repeat-x;
	height: 12px;
	margin-bottom: 20px;
}
.shop {
	width: 680px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.shop_noline {
	width: 680px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#box .main_left {
	float: left;
	width: 490px;
}
#box .shop_name {
	height: 91px;
	width: 490px;
}
#box .text {
	width: 463px;
	height: auto;
	padding: 13px 4px 0 23px;
}
#box .text p {
	font-size: 12px;
	line-height: 1.5;
}
#box .point {
	width: 467px;
	padding-left: 23px;
	font-size: 11px;
	height: 30px;
	margin-top: 15px;
}
#box .point p {
	float: left;
	color: #B12E20;
}
#box .point img {

}
#box .img {
	width: 190px;
	float: left;
	height: auto;
}
#box .text p a {
	text-decoration: none;
}
