/* list.css */
div#searchshop, div#newshop {
	margin: 10px 0 0 10px;
}

div#searchshop h2, div#newshop h2 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	width: 680px;
	padding: 11px 20px 0 0;
	text-align: right;
	background: url("/img/shop_search.png") no-repeat left top;
}

div#searchshop h2#new {
	text-indent: -9999px;
	text-align: left;
	padding: 0;
	height: 44px;
	width: 704px;
	background: url("/img/search_new.png") no-repeat left top;
}

div#newshop h2 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	width: 680px;
	padding: 11px 20px 0 0;
	text-align: right;
	background: url("/img/shop_search.png") no-repeat left top;
}


div#searchshop h2#genre1 {
	background: url("/img/shop_health.png") no-repeat left top;
}

div#searchshop h2#genre2 {
	background: url("/img/shop_imekura.png") no-repeat left top;
}

div#searchshop h2#genre3 {
	background: url("/img/shop_este.png") no-repeat left top;
}

div#searchshop h2#genre4 {
	background: url("/img/shop_health.png") no-repeat left top;
}

div#searchshop h2#genre5 {
	background: url("/img/shop_seikan.png") no-repeat left top;
}

div#searchshop h2#genre6 {
	background: url("/img/shop_onakura.png") no-repeat left top;
}

div#searchshop h2#genre7 {
	background: url("/img/shop_hitoduma.png") no-repeat left top;
}

div#searchshop h2#genre8 {
	background: url("/img/shop_sm.png") no-repeat left top;
}

div#searchshop h2#genre9 {
	background: url("/img/shop_salon.png") no-repeat left top;
}

div#searchshop h2#genre10 {
	background: url("/img/shop_soap.png") no-repeat left top;
}

div#searchshop h2#genre11 {
	background: url("/img/shop_sekupub.png") no-repeat left top;
}

div#searchshop p.nodata, div#newshop p.nodata{
	color: #FF3030;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}



/* shop.css */
div.shoplist {
	background-image: url(/img/img2010-12-15/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 700px;
    margin-bottom: 10px;
}

div.shoplist h3 a {
	height: 33px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 33px;
	margin-left: 5px;
    decoration: none;
}

div.shoplist p {
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}

div.inner {
/*	background-image: url(/img/img2010-12-15/bg_inner.gif);*/
    background-color: #ffffff;
	height: 132px;
	width: 690px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	overflow: hidden;
	clear: both;
}

div.image {
	margin-top: 3px;
	margin-left: 3px;
	float: left;
}

ul.shop {
	float: left;
	height: 108px;
	margin-top: 3px;
	margin-left: 3px;
	width: 200px;
}

ul.shop li {
	font-size: 14px;
}

dl {
	height: 108px;
	margin-top: 3px;
	margin-left: 3px;
	text-align: left;
	float: left;
	background-color: #BDCFF6;
	width: 210px;
}

dt {
	float: left;
	width: 115px;
	font-size: 14px;
	border-bottom: solid 1px #ffffff;
}

dd {
	width: 70px;
	float: right;
	text-align: right;
	font-size: 14px;
	border-bottom: solid 1px #ffffff;
}

ul.icon {
	margin-left: 3px;
	float: left;
	margin-top: 2px;
}

ul.icon li {
	float: left;
}

ul.btn {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}

ul.btn li {
	margin-bottom: 2px;
}

.red {
    color:red;
}

.pul {
    text-align:center;

}
