#ban_box {
	clear: both;
}

/*更新したCSS　ここから20150120*/
.ban_l {
	width: 164px;
	height: 168px;
	margin: 0 10px 10px 0;
	/*display:inline-block;
	letter-spacing:normal;*/
	float: left;
}
/*更新したCSS　ここまで*/

/*更新前のCSS　ここから*/
/*.ban_l {
	width: 164px;
	height: 168px;
	margin: 0 10px 0 0;
	float: left;
}

.ban_r {
	width: 164px;
	height: 168px;
	margin: 0 0 11px;
	float: left;
}
/*更新前のCSS　ここまで*/

.ban_button {
	background: url(../images/ban_button.jpg) no-repeat;
	text-align: center;
	width: 164px;
	hight: 41px;
	padding: 2px 2px 15px;
}


/**--contact_box--**/
#contact_box {
	width: 691px;
	hight: 50px;
	padding: 14px 0 12px;
	margin: 0 0 15px;
	background: url(../images/contact_box.gif) no-repeat;
	text-align: center;
	clear: both;
}