@charset "Shift_JIS";

#container #menu_main #navi_main_01 a {
	background-position: 0px -100px;
}
#container #menu_main #navi_main_01 a:hover {
	background-position: 0px -100px;
}
#container .left {
	float: left;
	width: 370px;
	margin-left: 25px;
	margin-top: 25px;
}
#container .right {
	float: right;
	width: 370px;
	margin-right: 25px;
	margin-top: 25px;
}
#container .maps {
	width: 125px;
	height: 27px;
	margin-top: 10px;
	margin-left: 30px;
}
#container .maps ul {
	width: 125px;
	height: 27px;
	list-style-type: none;
}
#container .maps li {
	float: left;
	display: block;
}
#container .maps #google a {
	width: 125px;
	height: 27px;
	display: block;
	background-image: url(../images/googlemaps.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	outline: none;
}
#container .maps #google a:hover {
	background-position: 0px -27px;
}