#shops h1{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("../image/line_health.jpg");
	background-repeat: no-repeat;
}
.small{
	font-size: 75%;
}
#shops table{
	margin: 5px auto;
	padding: 0;
	width: 750px;
	border: 1px solid #ff0080;
	border-collapse: collapse;
}
#shops th{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	background-color: #ff0080;
}
#shops .index{
	color: white;
	background-color: #940000;
	text-align: left;
}
#shops .bn{
	width: 88px;
	background-color: black;
	border: 1px solid #ff0080;
}
#shops .shopname{
	width: 130px;
	color: black;
	font-weight: bold;
	background-color: white;
	border: 1px solid #ff0080;
	text-align: left;
}
#shops .tel{
	width: 100px;
	color: black;
	background-color: #ffc9ff;
	border-top: 1px solid #ff0080;
	text-align: center;
}
#shops .open{
	width: 70px;
	color: black;
	background-color: #ff8aff;
	border-top: 1px solid #ff0080;
	text-align: right;
}
#shops .price{
	width: 100px;
	color: black;
	background-color: #ffc9ff;
	border-top: 1px solid #ff0080;
	text-align: right;
}
#shops .service{
	width: 232px;
	color: black;
	background-color: #ffe8ff;
	border-top: 1px solid #ff0080;
	text-align: left;
}
#shops .map{
	width: 30px;
	color: black;
	background-color: #ffe8ff;
	border-top: 1px solid #ff0080;
	text-align: center;
}
#shops .comment{
	color: #ff00a4;
	background-color: white;
	text-align: left;
}
#shops .address{
	color: black;
	font-size: 75%;
}
#areamenu{
	margin: 0;
	padding: 0;
	width: 750px;
	height: 35px;
	background-color: #f0f;
	font-size: 18px;
	font-family: "HGP‘n‰pŠpºÞ¼¯¸UB";
	text-align: center;
}
#areamenu ul,#areamenu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#areamenu li{
	float:left;
}
#areamenu a{
	margin: 0;
	padding: 7px 0 0 2px;
	width: 160px;
	height: 35px;
	display: block;
	color: #f0f;
	border: 2px solid #f0f;
	background-color: white;
}
#areamenu a:hover{
	color: #f0f;
	background-color: #ffadff;
	text-decoration: none;
}
#areamenu a.current{
	color: #fff;
	background-color: #f0f;
	text-decoration: none;
}
