@charset "utf-8";

/*-------------------------
  ドロップダウンメニュー
-------------------------*/

ul#menu {
	list-style: none;
	margin: 10px 0px 0px 0px;
}

li.dropdown {
	float: left;
	width: 134px;
	margin: 0px;
	padding: 0px;
}

#menu li.dropdown > a {
	width: 134px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu.gif);
	text-indent: -9999px;
	display: block;
	white-space: nowrap;
	line-height: 32px;
	cursor: pointer;
}

li.dropdown ul {
	width: 134px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	display: none;
	background: #fff;
	list-style: none;
	z-index: 200;
	opacity: 0;
}

li.dropdown ul li {
	width: 134px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

li.dropdown ul li a {
	padding: 5px;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	background: #eaf0f2;
	width: 134px;
}

li.dropdown ul li a:hover {
	background: #d9e1e4;
	color: #000;
}

li.dropdown .underline {
	border-bottom: 1px solid #b9d6dc;
}

/*-------------------------
         メニュー
-------------------------*/

#menu #index-header {
	background-position: 0px 0px;
}

#menu #produce-header {
	background-position: -134px 0px;
}

#menu #server-header {
	background-position: -268px 0px;
}

#menu #results-header {
	background-position: -402px 0px;
}

#menu #blog-header {
	background-position: -536px 0px;
}

#menu #index-header:hover {
	background-position: 0px -32px;
}

#menu #produce-header:hover {
	background-position: -134px -32px;
}

#menu #server-header:hover {
	background-position: -268px -32px;
}

#menu #results-header:hover {
	background-position: -402px -32px;
}

#menu #blog-header:hover {
	background-position: -536px -32px;
}

body#index ul#menu #index-header {
	background-position: 0px -64px;
	cursor: default;
}

body#produce ul#menu #produce-header {
	background-position: -134px -64px;
	cursor: default;
}

body#server ul#menu #server-header {
	background-position: -268px -64px;
	cursor: default;
}

body#results ul#menu #results-header {
	background-position: -402px -64px;
	cursor: default;
}

body#blog ul#menu #blog-header {
	background-position: -536px -64px;
	cursor: default;
}
