@charset "utf-8";
/* CSS Document */

#gmap {
	width: 634px;
	margin: 0 auto 50px;
	border: solid 3px #E2E2E2;
}
.t_jikoku {
	width: 640px;
	margin: 0 auto 30px;
	border: solid 3px #e2e2e2;
	border-collapse: collapse;
}
.t_jikoku th {
	background-color: #479030;
	border: solid 1px #e2e2e2;
	color: #FFF;
}
.t_jikoku td {
	border: solid 1px #e2e2e2;
	padding: 2px;
	text-align: center;
}
/*---------index----------*/
#index {
	width: 660px;
	margin: 0 0 50px 20px;
}
#index li {
	width: 299px;
	height: 34px;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0 20px 20px 0;
}
#index li a {
	display: block;
	width: 299px;
	height: 34px;
	background: url(../img/map_btn_off.png);
	text-decoration: none;
	color: #333;
}
#index li a:hover {
	background: url(../img/map_btn_on.png);
}