@charset "utf-8";

/* ===================================================================
CSS information

 file name  :common.css
 style info :各ページ共通スタイル
=================================================================== */
/* -----------------------------------------------------------
	全体の枠組み
----------------------------------------------------------- */

div#wrapper {
	width: 920px;
	margin: auto;
	text-align: left;
	/*background: #ffffff;*/
	border: 1px solid #ebe5dc;
	border-top: 0;
	background: none #ffffff;
	background-position: left 150px;
}
.map_area {
	text-align: center;
}
.button_area {
	text-align: center;
	margin-top: 20px;
}
.acsess_info_area {
	margin-top: 20px;
}
.button_left {
	margin-right: 40px;
}
.tel_info_area {
	margin-top: 40px;
}
