@charset "utf-8";
/* CSS Document */
/* ******************************************************************
 *
 *	Site name		：長町一丁目商店街 / NAGAMACHI ITCHOME SYOTENGAI
 *	Last update		：08/02/25
 *	File name		：shoplist.css
 *	Summary			：お店ジャンル一覧(コンテンツ)
 *	Copyright		：2001-2008 NAGAMACHI ITCHOME SYOTENGAI
 *
 * ******************************************************************
 */
 /* ******************************************************************
 *	おおよその行	：内容
 *	25				：search_link
 *	33				：見出し
 *	40				：テーブル管理
 * ******************************************************************
 */
/* ******************************************************************
 *	For shoplist pages
 * ******************************************************************
 */
 
/*search_link*/
p.search_link {
	text-align: right;
	margin-top: 9px;
	margin-bottom: 7px;
	clear: both;
	}
	
/*見出し*/
h3.title_h3 {
	padding: 0px;
	margin: 0px;
	
	}
	
/*テーブル管理*/
div.shop_list { margin-bottom: 15px; 

	
	}
div.shop_list table {
	border-collapse:separate;
	border-spacing:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	font-size: 1em;
	padding: 0px;
	width: 530px;
	}
div.shop_list caption {
	text-align: left;
	height: 35px;
	}
div.shop_list table th,td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px;
	}
div.shop_list table th{
	background-color:#89E9FF;
	font-weight: normal;
	color: #333333;
	line-height: 1.3em;
	font-size: 0.9em;
	}
div.shop_list table td{
	line-height: 1.3em;
	color: #333333;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	}
/*div.shop_list table td:hover{ background: #FFB09D; }*/
div.shop_list table td a{ display: block; }
.text_name {
	text-align: left;
	display: block;
	
	}
.text_tel {
	text-align: center;
	width: 110px;
	
	}
.text_url {
	text-align: center;
	width: 40px;
	
	}
.text_url img{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
}
.map_no {
	text-align: center;
	width: 60px;
	
	}
