@charset "utf-8";
/* CSS Document */




.shop_top {
	background: url(shop_back_top.gif) no-repeat;
	width: 748px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}


.shop_middle {
	background: url(shop_back_middle.gif) repeat-y;
	width: 748px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	color: #000;
}


.shop_bottom{
	background: url(shop_back_bottom.gif) no-repeat;
	width: 748px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}


.shop_box {
	width:700px;
	margin: 30px auto 0px auto;
	border-bottom: dotted 2px #000;
	padding-bottom: 20px;
	
}




.shop_name {
	background: url(star.gif) no-repeat top left;
	width: 300px;
	height: 170px;
	margin-left: 80px;
}


h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 60px;
	text-align: left;
	padding-top: 60px;
}

.shop_info ul {
	font-size: 14px;
	margin-top: 70px;
	text-align: left;
}



.shop_info li {
	line-height: 1.5;
	list-style-type: none;
}


