h1.header-shop{
	padding:0 0 8px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}
h1.header-shop a{
	font-size:16px;
	color:#c00;
}
h1.header-shop a:hover{
	color:#000;
}
h1.header-shop img{
	position:relative;
	top:5px;
	margin-right:8px
}

table.shop-list{
	width:100%;
	font-size:11px;
	color:#333;
	border-collapse:collapse;
}
table.shop-list th{
	padding:5px 2px;
	background:#333;
	color:#fff;
	font-weight:700;
	text-align:center;
}
table.shop-list td{
	padding:5px;
	border-bottom:1px dotted #ccc;
	border-collapse:collapse
}
table.shop-list td.num{
	text-align:center;
	width:30px;
}
table.shop-list td.shop-name{
	width:150px
}
table.shop-list td.shop-name a{
	color:#0080FF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
table.shop-list td.shop-name a:hover{
	color:#ff6600;
}
table.shop-list td.shop-detail{
	width:220px;
}
table.shop-list td.shop-address{
	width:200px;
}
table.shop-list td.shop-tel{
	width:170px;
	text-align:left;
	color:#ff6600
}

/* HEADLINE SHOP */
div.headline-shop{
	float:left;
	width:98%;
	margin:5px 0 15px 0;
	padding:5px;
	border:1px solid #008000;
	background:#9DFF9D
}
div.headline-shop .shop-profile{
	float:left;
	width:170px;
	/*height:125px;*/
	margin:0px;
}
div.headline-shop dl{
	float:right;
	margin:1px 10px;
	padding:0px;
	width:72%;
}
div.headline-shop dl dt{
	width:80px;
	float:left;
	margin:0px;
	padding:0px;
	font-weight:600;
	color:#900;
	line-height:12pt;
}
div.headline-shop dl dd{
	float:right;
	text-align:left;
	width:425px;
	line-height:12pt;
}
div.headline-shop dl dd a{
	color:#f00;
	text-align:right;
	float:right
}
div.headline-shop dl dd a:hover{
	color:#000;
}
div.headline-shop dl dd a img{
	position:relative;
	top:2px;
}


/* PAGE */
#page {
font-size:11px;
font-weight:700;
color:#555;
clear:both;
border-top:0px dotted #36c;
margin:10px 0 5px 10px;
padding:10px 5px;
}

#page strong {
border:1px solid #36c;
background-color:#dff;
color:#36c;
margin:0 2px;
padding:2px 5px;
}

#page a {
border:1px solid #666;
background-color:#eee;
color:#666;
font-weight:400;
text-decoration:none;
margin:0 2px;
padding:2px 5px;
}

#page a:hover {
border:1px solid #f60;
background-color:#fec;
color:#f60;
text-decoration:underline;
}


/* FOUND */
div#found-shop{
	width:100%;
	float:left;
	text-align:right;
	margin:10px 0px;
	font-size:11px
}
div#found-shop #add{
	float:left;
}
div#found-shop span{
	color:#f00;
}

.rows{
	font-size:11px;
	font-weight:normal;
	color:#900;
}