@charset "utf-8";
/* CSS Document */
/* ******************************************************************
 *
 *	Site name		：長町一丁目商店街 / NAGAMACHI ITCHOME SYOTENGAI
 *	Last update		：08/02/25
 *	File name		：shopmap.css
 *	Summary			：お店MAP(コンテンツ)
 *	Copyright		：2001-2008 NAGAMACHI ITCHOME SYOTENGAI
 *
 * ******************************************************************
 */
 /* ******************************************************************
 *	おおよその行	：内容
 *	31				：search_link
 *	34				：見出し
 *	60				：マップ
 *	78				：店舗一覧
 * ******************************************************************
 */
/* ******************************************************************
 *	For shopmap pages
 * ******************************************************************
 */
 /*メインコンテンツ*/
div#main_content_wide {
	width: 760px;
	margin-bottom: 5px;
	}
 /*右コンテンツ*/
div#right_side_wide {
	text-align: left;
	height: auto;
	width: 760px;
	padding-bottom: 10px;
}
 
 
 
 
/*search_link*/
p.search_link {
	text-align: right;
	margin-top: 9px;
	margin-bottom: 7px;
	clear: both;
	}
	
/*見出し*/
h3.title_h3 {
	padding: 0px;
	margin: 0px;
	}
div#short_box {
	width: 760px;
	margin-bottom: 45px;
	}
h3.midasi_h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008DEC;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	letter-spacing: 0em;
	}
div#short_box p{
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	
	}
/*マップ*/
div#nagamachi_map {
	height: 444px;
	width: 760px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
	
	}
span.small_map {
	height: 138px;
	width: 138px;
	padding: 0px;
	position: absolute;
	left: 394px;
	top: -141px;
	margin: 0px;
	
	}
/*店舗一覧*/
div#list_storesbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	float: left;
	width: 760px;
	
		
	}
ol.list_stores {
	list-style-type: none;
	width: 370px;
	display: block;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	
	}
ol.list_stores p{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}	
ol.list_stores li{
	list-style-type: none;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-left: 25px;
	text-indent: -25px;
	font-size: 93%;
	margin-top: 5px;
	margin-left: 40px;
	
	}
/*left_box*/
div.left_box { float: left; }
