@charset "utf-8";
/* 店舗紹介 */
div.shop {
	border-bottom:1px solid #e5cdc3;
	margin:10px 0 10px 0;
	padding-bottom:10px;
	}
	
div.shop ul {
	list-style:none;
	margin-left:10px;
	}
	
div.shop li {
	line-height:150%;
	}
	
div.shop li a {
	text-decoration:none;
	}
	
div.shop li a:hover {
	text-decoration:underline;
	}		
		
div.shop h3 {
	background:url(../../shop/images/shop_midashi.gif) no-repeat #f6d8d8;
	height:22px;
	padding:3px 0 0 28px;
	margin-bottom:5px;
	}
	
*:first-child+html div.shop h3 {
	background:url(../../shop/images/shop_midashi.gif) no-repeat #f6d8d8;
	height:19px;
	padding:6px 0 0 28px;
	margin-bottom:5px;
	font-size:110%;
	}
	
div.shop-list {
	background:#f1f1ea;
	margin-bottom:10px;
	}
	
div.shop-list ul {
	list-style:none;
	padding:5px;
	}
	
div.shop-list li {
	border-bottom:1px dotted #ccc;
	}		
	
div.shop-list li a {
	display:block;
	background:url(../../shop/images/right_shop_list.gif) no-repeat 8px 16px #fff;	
	padding:10px 0 10px 22px;
	color:#666666;
	text-decoration:none;
	zoom:1;
	}
	
div.shop-list li a:hover {
	background:url(../../shop/images/right_shop_listover.gif) no-repeat 8px 16px #f6d8d8;
	color:#bb2525;
	}		

