/* CSS Document */


/* -- Grobal Navi Header -- */

#headerMenu {
	position: absolute;
	top: 350px;
	left: 0px;
	display: block;
}

#headnavi {
	height: 40px;
	width: 880px;
	padding: 0px;
	margin: 0px;
	background-image: url(../../images/navi.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#headnavi ul li {
	height: 40px;
	margin: 0px;
	float: left;
	text-indent: -9999em;
	background-image: url(../../images/navi_a.png);
}

#headnavi ul {
	padding: 0px;
	margin: 0px;
}

#headmenu1,#headmenu2,#headmenu3,#headmenu4,#headmenu5, #headmenu6 {
	display: block;
}
#headmenu1 {
	position: absolute;
	width: 146px;
	left: 0px;
	top: 0px;
}
#headmenu2 {
	position: absolute;
	width: 146px;
	left: 146px;
	top: 0px;
}
#headmenu3 {
	position: absolute;
	width: 146px;
	left: 292px;
	top: 0px;
}
#headmenu4 {
	position: absolute;
	width: 146px;
	left: 438px;
	top: 0px;
}
#headmenu5 {
	position: absolute;
	width: 146px;
	left: 584px;
	top: 0px;
}
#headmenu6 {
	position: absolute;
	width: 150px;
	left: 730px;
	top: 0px;
}

#headnavi ul li a {
	height: 40px;
	overflow: hidden;
	display: block;
	background-image: url(../../images/navi_a.png);
	background-repeat: no-repeat;
	outline: none;
}

#headmenu1 a:link, #headmenu1 a:visited {
	overflow: hidden;
	background-position: 0px 0px;
	outline: none;
}
#headmenu1 a:hover, #headmenu1 a:active {
	overflow: hidden;
	background-position: 0px -40px;
	outline: none;
}
#headmenu2 a:link, #headmenu2 a:visited {
	overflow: hidden;
	background-position: -146px 0px;
	outline: none;
}
#headmenu2 a:hover, #headmenu2 a:active {
	overflow: hidden;
	background-position: -146px -40px;
	outline: none;
}
#headmenu3 a:link, #headmenu3 a:visited {
	overflow: hidden;
	background-position: -292px 0px;
	outline: none;
}
#headmenu3 a:hover, #headmenu3 a:active {
	overflow: hidden;
	background-position: -292px -40px;
	outline: none;
}
#headmenu4 a:link, #headmenu4 a:visited {
	overflow: hidden;
	background-position: -438px 0px;
	outline: none;
}
#headmenu4 a:hover, #headmenu4 a:active {
	overflow: hidden;
	background-position: -438px -40px;
	outline: none;
}
#headmenu5 a:link, #headmenu5 a:visited {
	overflow: hidden;
	background-position: -584px 0px;
	outline: none;
}
#headmenu5 a:hover, #headmenu5 a:active {
	overflow: hidden;
	background-position: -584px -40px;
	outline: none;
}
#headmenu6 a:link, #headmenu6 a:visited {
	overflow: hidden;
	background-position: -730px 0px;
	outline: none;
}

#headmenu6 a:hover, #headmenu6 a:active {
	overflow: hidden;
	background-position: -730px -40px;
	outline: none;
}
