@charset "Shift_JIS";
/* CSS Document */

#naviume_continer {
	position: relative;
	z-index:100;
	width: auto;
	height:28px;
}

#naviume {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
}

#naviume ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#naviume li {
	color: #fffff;
	float: left;
	width: 160px;
	margin: 0;
}

#naviume li a {
	font-size: 12px;
	color: #660033;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	background-repeat: no-repeat;
	height:auto;
	line-height: 28px;
}

#naviume li a:hover {
	color: #FF3300;
	background-repeat: no-repeat;
}

#naviume ul.subume {
	background-repeat: no-repeat;
	margin-left: 20px;
	position: absolute;
}

#naviume ul.subume li {
	float: none;
	margin-top: -2px;
}

#naviume ul.subume li a {
	font-size: 10px;
	color: #660033;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height:26px;
	height: 26px;
	background-color: #FFFF99;
	border: 1px solid #666666;
	}

#naviume ul.subume li a:hover {
	color: #FF3300;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}




#naviume ul li.naviume_menu ul {
display: none;
}

#naviume ul li.naviume_menu_on ul {
display: block;
}

#naviume li.naviume_menu{

}

#naviume li.naviume_menu_on{

}
