@charset "utf-8";
/*------------------------------*/
/* 基本仕様 */
body {

	/* 複数同時設定 */
	background-image:url('/image/site_map/top_bg_right.jpg'),url('/image/site_map/top_bg_left.jpg');
	background-repeat: no-repeat,no-repeat;
	background-attachment: fixed,fixed;
	background-position: right bottom,left center;
	background-size:auto 80%,auto 80%;
	background-attachment: fixed,fixed;

}



/*------------------------------*/
/* ページ固有の設定
/*------------------------------*/
.site_map_button {
	background-color:#B5D97B;
	background-image:url('/image/site_map/menu_bg.png');
	background-image:url('/image/site_map/menu_bg.webp');
	background-size:100% 100%;
	padding:10px 2px;
	text-align:center;
	color:#006837;
	font-weight:bold;
	font-size:18px;
}
.site_map_button:hover {
	background-color:#cce3a7;
	color:#3f220e;
}
