@charset "utf-8";
/* Basic code - don't modify */

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

/*
#menu {
	background: url(image/menu_bg_right.jpg) right top no-repeat;
	height: 57px;
	padding-top: 0px;
	}
*/

/*
ul#menu {
	width: 930px;
	margin: 0 auto;
	position: relative;
	line-height:1;
	text-align: left;
	}
*/

ul#menu li {
	list-style: none;
	float: left;
	position: relative;
	}

ul#menu ul {
	display: none;
	position: absolute;
	top: 51px;
	left: 0px;
	}
*+html ul#menu ul { /* IE7 ハック */
	top: 60px;
	}
*html ul#menu ul { /* IE6 ハック */
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	line-height: 0;
	}
ul#menu ul li {
	float: none;
	list-style: none;
	background-image:none;
	padding:0px 0px 0px 0px;
	height:auto;
	}

ul#menu ul {
	width: auto;
	}
ul#menu ul ul {
	top: 0px;
	left: 150px;
	}
*html ul#menu ul li ul { /* IE6 ハック */
	top: 0px;
	left: 150px;
	display: block;
	position: absolute;
	line-height: 0;
	}
ul#menu ul a { 
	display: block;
	width: 130px;
	height:auto;
	padding: 10px 10px 10px 10px;
	color: #efefef;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 130%;
	text-decoration:none;
	text-align:left;
	}
ul#menu ul li a:hover {
	background: #0c7565;
	color:#ffffff;
	text-align:left;
	}

ul#menu ul {
	background:#2c2c2c;
	opacity: 0.9;
	filter: alpha(opacity=90);
	float:none;
	height:auto;
	left:0;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:51px;
	z-index:20001;
	}
*+html ul#menu ul { /* IE7 ハック */
	top: 60px;
	}
*html ul#menu ul { /* IE6 ハック */
	top:60px;
	left:0px;
	/*z-index:20001;*/
	}