/* トップページ以外ナビ */
#navi ul {
  font-size:0;
  text-align:center;
 list-style: none;
}

#navi li {
	display: inline-block;
	height: 40px;
	width: 120px;
}
#navi li#bt1 a {
	float: left;
	background-image: url(../images/top/top-home_bt.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 40px;
	width: 120px;
	font-size: 5px;
}
#navi li#bt1 a:hover,#navi li#bt1 a:active{
	background-image: url(../images/top/top-home_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
} 
#navi li#bt2 a {
	float: left;
	height: 40px;
	width: 120px;
	background-image: url(../images/top/top-menu_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navi li#bt2 a:hover,#navi li#bt2 a:active{
	background-image: url(../images/top/top-menu_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
} 
#navi li#bt3 a {
	float: left;
	height: 40px;
	width: 120px;
	background-image: url(../images/top/top-access_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navi li#bt3 a:hover,#navi li#bt3 a:active{
	background-image: url(../images/top/top-access_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
} 
#navi li#bt4 a {
	float: left;
	height: 40px;
	width: 120px;
	background-image: url(../images/top/top-contact_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navi li#bt4 a:hover,#navi li#bt4 a:active{
	background-image: url(../images/top/top-contact_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
} 
#navi li#bt5 a {
	float: left;
	height: 40px;
	width: 120px;
	background-image: url(../images/top/top-online_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 5px;
	text-decoration: none;
}
#navi li#bt5 a:hover,#navi li#bt5 a:active{
	background-image: url(../images/top/top-online_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
} 
#navi #bt1 em,#bt2 em,#bt3 em,#bt4 em,#bt5 em{
	visibility: hidden;
}
