#navi {
	padding: 0px;
	height: 51px;
	width: 760px;
	margin: 0px;
}
#navi ul {
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#navi li {
	list-style: none;
	width: 152px;
	display: inline;
	height: 51px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/*-------------  navigation  --------------*/
#top a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_top.gif);
	background-repeat: no-repeat;
}
#company a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_company.gif);
	background-repeat: no-repeat;
}
#product a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_product.gif);
	background-repeat: no-repeat;
}
#contact a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_contact.gif);
	background-repeat: no-repeat;
}
#privacy a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_privacy.gif);
	background-repeat: no-repeat;
}

/*-------------  navigation rollover  --------------*/

#top a:hover {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_top_f2.gif);
	background-repeat: no-repeat;
}
#company a:hover {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_company_f2.gif);
	background-repeat: no-repeat;
}
#product a:hover {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_product_f2.gif);
	background-repeat: no-repeat;
}
#contact a:hover {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_contact_f2.gif);
	background-repeat: no-repeat;
}
#privacy a:hover {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_privacy_f2.gif);
	background-repeat: no-repeat;
}
/*-------------  navigation down  --------------*/


.top #top a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_top_f2.gif);
	background-repeat: no-repeat;
	
}
.company #company a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_company_f2.gif);
	background-repeat: no-repeat;
	
}

.product #product a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_product_f2.gif);
	background-repeat: no-repeat;
	
}
.contact #contact a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_contact_f2.gif);
	background-repeat: no-repeat;
	
}
.privacy #privacy a {
	text-indent: -9999px;
	height: 51px;
	width: 152px;
	display: block;
	background-image: url(../common/bt_privacy_f2.gif);
	background-repeat: no-repeat;
	
}
/*-------------  navigation end  --------------*/
