@charset "utf-8";
#home-linkbutton ul{
	padding:0;
	margin:0;
	font-size:110%;
	font-weight:bold;
	display:block;
	}
#home-linkbutton li{
	float:left;
	width:0;
	height:0;
	overflow:hidden;
	display:block;
	margin:10px 10px 7px 0;
	height:109px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-indent:-9999px;
	}
/*IE*/
*html #navi li{
	margin:0;
	}
*:first-child+html #navi li{
	margin:0;
	}
#home-linkbutton a{
	overflow:hidden;
	display:block;
	height:109px;
	}
#home-linkbutton li#home-linkbutton-qq{
	width:322px;
	height:109px;
	background:url(../../images/b-top-qq_off.gif) no-repeat;
	}
#home-linkbutton li#home-linkbutton-qq a{
	background:url(../../images/b-top-qq_off.gif) no-repeat;
	}
#home-linkbutton li#home-linkbutton-qq a:hover{
	background:url(../../images/b-top-qq_on.gif) no-repeat;
	}
#home-linkbutton li#home-linkbutton-taxi{
	width:322px;
	height:109px;
	background:url(../../images/b-top-taxi_off.gif) no-repeat;
	}
#home-linkbutton li#home-linkbutton-taxi a{
	background:url(../../images/b-top-taxi_off.gif) no-repeat;
	}
#home-linkbutton li#home-linkbutton-taxi a:hover{
	background:url(../../images/b-top-taxi_on.gif) no-repeat;
	}
	
