@charset "UTF-8";

/* ここから 店舗情報設定 */
#store {
	width				: 680px;
	height				: auto;
	float				: left;
}

#store_wrap {
	width				: 680px;
	height				: auto;
	margin-bottom		: 10px;
}

#store h1 {
	font-size			: 1.5em;
	background-color	: #FFCC99;
	color				: #330000;
	text-align			: center;
	letter-spacing		: 3px;
}

#store_left {
	width				: 380px;
	height				: auto;
	float				: left;
}

#store_right {
	width				: 300px;
	height				: auto;
	float				: right;
}

#store_coments {
	padding-left		: 10px;
	padding-right		: 10px;
	line-height			: 2em;
	font-size			: 1.2em;
}

/* ここまで 店舗情報設定 */
