/* index.html contents */

#main_gra {
	height: 174px;
	width: 760px;
	display: block;
}
#access {
	background-image: url(../images/index/access_bg.jpg);
	background-repeat: no-repeat;
	width: 510px;
	margin-top: 20px;
	padding: 10px;
}
#bt_map {
	float: right;
	height: 25px;
	width: 80px;
	margin-top: 10px;
}
#access #bycar {
	margin-top: 10px;
	margin-bottom: 5px;
}
#access #byshinkansen {
	margin-top: 25px;
	margin-bottom: 5px;
}
#contact {
	padding: 20px;
	border: 1px solid #C9C7AF;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer #counter {
	color:#FFFFFF;
	width: 150px;
	background-color: #8B8A7A;
	padding: 5px;
	position: relative;
	top: 100px;
	text-align: right;
	float: right;
	right: 20px;
}
