
a.navi_1:link, a.navi_1:visited {
  display: block;
	background: #EBEBEB url(../images/button_navi.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	height: 25px;
	line-height: 26px;
	text-indent: 15px;
	width: 80px;
}

a.navi_1:hover {
	background-position: 0px -26px;
	text-decoration: none;
	font-weight: bold;
	color: #0000cc;
}

a:link {
	color: #ff9938;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: ;
}
a:active {
	text-decoration: none;
}
