@charset "utf-8";

#navi1 {
	width: 900px;
	clear: both;
	width: 900px; /* for WIN IE6*/
	background: url(../html/images/navi.jpg) no-repeat;
	position: relative;
	height: 250px;
	padding: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	border-right-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: none;
}

#navi1 ul {
 list-style: none;
}
#navi1 li {
 position: absolute;
 height: 95px;
 text-indent: -9999px;
}
#navi1 li a { display: block;  height: 95px;}

#navi1 li#n1c1        { top: 100px; left: 569px;	width: 95px;}
#navi1 li#n1c2   { top: 100px; left: 669px;	width: 95px;}
#navi1 li#n1c3        { top: 100px; left: 771px;	width: 95px;}
#navi1 li#n1c4        { top: 0; left: 799px;	width: 88px;}

#navi1 li#n1c1   a:hover      { background: url(../html/images/navi_on.jpg) -569px -100px; }
#navi1 li#n1c2   a:hover { background: url(../html/images/navi_on.jpg) -669px -100px; }
#navi1 li#n1c3    a:hover     { background: url(../html/images/navi_on.jpg) -771px -100px; }
#navi1 li#n1c4  a:hover       { background: url(../html/images/navi_on.jpg) -799px 0px; }


