/*
Site: asahi
Page: common navigatioon
*/

/* --- navi-top --- */

li#home {
	width: 210px;
	height: 40px;
	text-indent: -9999px;
	background: url(../common/btn-home-off.gif) no-repeat;
}

li#home a {
	width: 210px;
	height: 40px;
	display: block;
}

li#home a:hover {
	background: url(../common/btn-home-on.gif) no-repeat;
}

li#company {
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	background: url(../common/btn-company-off.gif) no-repeat;
}

li#company a {
	width: 200px;
	height: 40px;
	display: block;
}

li#company a:hover {
	background: url(../common/btn-company-on.gif) no-repeat;
}

li#service {
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	background: url(../common/btn-service-off.gif) no-repeat;
}

li#service a {
	width: 200px;
	height: 40px;
	display: block;
}

li#service a:hover {
	background: url(../common/btn-service-on.gif) no-repeat;
}

li#network{
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	background: url(../common/btn-network-off.gif) no-repeat;
}

li#network a {
	width: 200px;
	height: 40px;
	display: block;
}

li#network a:hover {
	background: url(../common/btn-network-on.gif) no-repeat;
}

li#safety {
	width: 210px;
	height: 40px;
	text-indent: -9999px;
	background: url(../common/btn-safety-off.gif) no-repeat;
}

li#safety a {
	width: 210px;
	height: 40px;
	display: block;
}

li#safety a:hover {
	background: url(../common/btn-safety-on.gif) no-repeat;
}


