@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 制作日時・制作者 */

/* event/css/unique.css */
/* event/index.htmlの設定 */
/* 2008/07/08 e.sato */


/*===== 書式設定 =====*/

h2 {
	font-size: 1.5em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

/*===== 店舗検索設定===== */
#shop_search {
	clear: both;
	width: 930px;
	font-size: 1.2em;
	potision: absolite;
		/* 上部ライン設定 */
		padding-top: 35px;
		border-top: 1px solid #000;
		
		potision: absolite;
		
	}


	.shop_search_items {
		width: 270px;
		margin-right: 40px;
		margin-bottom: 40px;
		float: left;
	
	}
	
		.shop_search_items  dt{
		margin-bottom: 0.7em;
		}
	
		
		.shop_search_items  dd{
		margin-bottom: 0.7em;
		}
	
