@charset "utf-8";
/******************************************************************
ナビボックス
******************************************************************/
#navi_box {
	background-image: url(../img/access/navi_bg_access.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 166px;
}
li.map a{
	background-image: url(../img/access/suv_navi_access.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 226px;
}
li.map a:hover{
	background-repeat: no-repeat;
	background-position: -226px 0;
}
li.map a.now {
	background-repeat: no-repeat;
	background-position: -226px 0;
}
li.weather a{
	background-image: url(../img/access/suv_navi_access.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 226px;
}
li.weather a:hover{
	background-repeat: no-repeat;
	background-position: -226px -29px;
}
li.weather a.now {
	background-repeat: no-repeat;
	background-position: -226px -29px;
}
li.traffic a{
	background-image: url(../img/access/suv_navi_access.jpg);
	background-repeat: no-repeat;
	background-position: 0px -58px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 226px;
}
li.traffic a:hover{
	background-repeat: no-repeat;
	background-position: -226px -58px;
}
li.traffic a.now {
	background-repeat: no-repeat;
	background-position: -226px -58px;
}


/******************************************************************
コンテンツ
******************************************************************/
table#acc_box {
	margin-left: 60px;
	margin-bottom: 10px;
}
table#acc_box tr td{
	vertical-align: top;
}
#acc_box2 {
	margin-left: 322px;
	margin-top: 10px;
	margin-bottom: 30px;
}
