/* shoplist.css */
@charset "Shift_JIS";

/* コンテナ部分
--------------------------------------------------------- */
#countainer { width: 760px; margin: 10px 10px 10px;}

/* タイトル共通部分
--------------------------------------------------------- */
#countainer h2 { text-indent: -9999px; display: block;}

/* ショップロゴ共通部分
--------------------------------------------------------- */
#countainer h2 {
	background:url(../shoplist/img/shoplist_h2-logo.gif) left top no-repeat;
	width: 135px;
	height: 22px;
	margin-top: 40px;
	margin-bottom: 3px;
}
/* 店名共通部分
--------------------------------------------------------- */
.shop-name{ font-size:14px; color:#333; margin:5px 0 5px 5px;}

/* 店舗情報ボックス
--------------------------------------------------------- */
#shop-01,#shop-02,#shop-03 { width: 760px; height: 250px; margin-bottom: 10px;}

#address {
	margin-left: 10px;
	padding-bottom: 10px;
	width: 330px;
	border-bottom: #CCCCCC 1px dotted;
}
#countainer p { margin-left: 10px; width: 360px;}
#shop-data { float: left; width: 360px;}

/* マップ画像配置設定
--------------------------------------------------------- */
#map01 { float: right; margin: 0 5px 0 0;}
#map02 { float: right; margin: 0 5px 0 0;}
#map03 { float: right; margin: 0 5px 0 0;}

/* 区切り画像設定
--------------------------------------------------------- */
#under-bar { width: 760px; margin-top: 15px;}