ul,ol,dl,img,li {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

#wrapper {
	width: 100%;
	list-style: none;
}
#hedder li {
	float: left;
}

#menu2,
#menu4,
#menu5,
#menu6,
#menu8 {
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	/* サブメニューの半透明処理--------------------*/
	filter: alpha(Opacity=90);
	opacity: 0.9;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	z-index: 3;
}
#menu7 {
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	/* サブメニューの半透明処理--------------------*/
	filter: alpha(Opacity=90);
	opacity: 0.9;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 123px;
	z-index: 3;
}
#menu2 li,
#menu4 li,
#menu5 li,
#menu6 li,
#menu7 li,
#menu8 li {
	float: none;
}
#menu2 a {
	width: 112px;
}
#menu4 a {
	width: 132px;
}
#menu5 a {
	width: 150px;
}
#menu6 a {
	width: 200px;
}
#menu7 a {
	width: 200px;
}
#menu8 a {
	width: 150px;
}
#menu2 a,
#menu4 a,
#menu5 a,
#menu6 a,
#menu8 a {
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 10px;
	background-color: #FFFCD9;

	display: block;
	font-size: 9pt;
	color: #59B43F;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
}
#menu7 a {
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 10px;
	background-color: #FFFCD9;

	display: block;
	font-size: 9pt;
	color: #59B43F;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
}
#menu2 a:hover,
#menu4 a:hover,
#menu5 a:hover,
#menu6 a:hover,
#menu7 a:hover,
#menu8 a:hover {
	text-decoration: none;
	background-color: #CCFFCC;
}
