@charset "utf-8";
/* サブメニュー
---------------------------------------------*/

ul#menu { /* IE6 対策 */
	behavior: url("css/csshover.htc");
	list-style-type: none;
	width: 900px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
}

ul#menu li {
	float:left;
	list-style-type: none;
	text-align: center;
	background-color: #fff;
}
ul#menu .sub li {
	clear: left;
}
ul#menu li a {
	display: block;
	width: 7.4em;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	background-image: url(../img/bg_navi1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
ul#menu .sub a {
	border-top: none;
}
ul#menu a:hover {
	background-color: #FFFFFF;
	background-image: url(../img/bg_navi1.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	color: #FFFFFF;
}
ul.sub {
	display: none;
}
ul#menu li:hover .sub {
	display: block;
	position: absolute;
}
#na {
	height: 30px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-color: #CCFFFF;
	margin-bottom: 20px;
}
