@charset "UTF-8";


/*======================================
	列
=======================================*/
#col_menu {
	width: 180px;
	float: left;
}
#col_main {
	width: 690px;
	float: right;
}

/*======================================
	共通メニュー
=======================================*/
#col_menu {
	background-color: #f9fbf3;
}


/*======================================
	その他共通
=======================================*/
#business_list h3 {
	background: url("img/b_poti.png") 0 center no-repeat;
	color: #333;
	padding-left: 20px;
	margin-bottom: 0.5em;
	font-size: 105%;
	font-weight: normal;
	height: 25px;
	line-height: 28px;
}
#business_list li {
	margin-bottom: 1em;
}

/* 画像 */
.image_list {
	margin-left: 20px;
}
.image_list li {
	float: left;
	margin-right: 1em;
}

/* 地図 */
#side_map {
	margin-top: 50px;
	height: 200px;
	background-color: #ccc;
}
#side_address {
	font-size: 85%;
	line-height: 1.2;
	margin: 0.5em 0 1em;
}

#col_main p {
	margin-bottom: 3em;
}
