#header form {
	top: 8px;
	*top: 5px;
	width: 160px;
	height: 20px;
	left: 560px;
	position: absolute;
}
#header input {
	vertical-align: middle;
}
#header input#search {
	width: 110px;
	height: 20px;
}

#header .japanese a {
	font-size: 1px;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	top: 0;
	left: 720px;
	position: absolute;
	width: 70px;
	height: 25px;
	background-image: url(../image/e_menu_japanese01.gif);
	background-repeat: no-repeat;
}
#header .japanese a:hover {
	color: #ffffff;
	background-image: url(../image/e_menu_japanese02.gif);
}
#header .japanese a:visited {
	color: #ffffff;
}

ul#menu {
	top: 35px;
	left: 165px;
	position: absolute;
	width: 610px;
	height: 20px;
	background: url(../image/e_menu.gif) no-repeat;
}
ul#menu span {
	display: none;
}
ul#menu li {
	margin: 0 6px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul#menu li.contact {
	margin-right: 0;
}
ul#menu li a {
	display: block;
	width: 148px;
	height: 20px;
}
ul#menu li.company a:hover,
ul#menu li.company a.root {
	background: url(../image/e_menu.gif) 0 -20px;
}
ul#menu li.product a:hover,
ul#menu li.product a.root {
	background: url(../image/e_menu.gif) -154px -20px;
}
ul#menu li.news a:hover,
ul#menu li.news a.root {
	background: url(../image/e_menu.gif) -308px -20px;
}
ul#menu li.contact a:hover,
ul#menu li.contact a.root {
	background: url(../image/e_menu.gif) -462px -20px;
}