@charset "utf-8";
#menu {
	height: 50px;
	width: 850px;
	clear: both;
}
#menu ul {
list-style-type: none;
margin-left: 0px;
padding-left: 25px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	height: 50px;
	text-indent:-9999px;
	float: left;
	list-style-type: none;
}
#menu li a{
list-style-type: none;
text-decoration:none;
display: block;
height: 50px;
}
#menu a {
	background: url(common_img/menu.gif) no-repeat;
	width:160px;
}
#menu-top a {
	background-position:-25px -50px;
}
#menu-top a:hover {
	background-position:-25px 0px;
}
#menu-info a {
	background-position:-185px -50px;
}
#menu-info a:hover {
	background-position:-185px 0px;
}
#menu-news a {
	background-position:-345px -50px;
}
#menu-news a:hover {
	background-position:-345px 0px;
}
#menu-recruit a {
	background-position:-505px -50px;
}
#menu-recruit a:hover {
	background-position:-505px 0px;
}
#menu-contact a {
	background-position:-665px -50px;
}
#menu-contact a:hover {
	background-position:-665px 0px;
}

