@charset "UTF-8";

/* =========================

図面タイプ別カラー[color/]
換地図
	|-kanchizu.css
	|-#00AAE5

確定測量原図
	|-genzu.css
	|-#E15175

座標値(面積計算書)
	|-menseki.css
	|-#0D945A

=========================*/

/* ------------------------

	|-title

　------------------------ */

#contents h1::before {
	background: #0D945A;
}
#contents h2{
	background: #0D945A;
}

/* ------------------------

	|-table

　------------------------ */

/*-----町名の頭文字 50音*/

.chara_list li a {
	background-color: #0D945A;
}

.chara_list li a:hover {
	background-color: #005B32;
}

/* ------------------------

	|-other

------------------------ */

/*ボタン*/
#contents .btn {
	background-color: #0D945A;
}

#contents .btn:hover {
	background: #005B32;
}

#contents .cancel:hover {
	background: #0D945A;
}
