div#menu{
	width:960px;
	z-index:100;
	clear: both;
	padding-top: 20px;
	height: auto;
}
ul.ddmenu {
	width:960px;
}
.ddmenu li{
	width:187px;
	display: block;
	padding-right: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height: 59px;
	height: 59px;
	text-align: center;
	vertical-align: middle;
}
.ddmenu li a img{
	text-align: center;
	vertical-align: top;
}
.ddmenu li.off{
	position:relative;
	float:left;
	height:59px;
	overflow:hidden;
	line-height: 59px;
}
.ddmenu li.off a:hover{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5497d2;
	border-bottom-color: #5497d2;
	border-left-color: #5497d2;
	text-align: left;
}
.ddmenu li.off_last{
	position:relative;
	float:left;
	height:59px;
	overflow:hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.ddmenu li.on{
position:relative;
float:left;
overflow:visible;
z-index:1000;
}

.ddmenu li ul{
	position:absolute;
	top:60px;
	left:0;
	width:187px;
}
.ddmenu li ul li{
	display: block;
	text-align: left;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	width: 187px;
	background-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
.ddmenu li ul li a {
	display: block;
	padding-left: 5px;
	width: 182px;
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
.ddmenu li ul li a:link {
	display: block;
	padding-left: 5px;
	width: 182px;
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
.ddmenu li ul li a:visited {
	display: block;
	padding-left: 5px;
	width: 182px;
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
.ddmenu li ul li a:hover {
	display: block;
	padding-left: 5px;
	width: 182px;
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
}
.ddmenu li ul li a:active {
	display: block;
	padding-left: 5px;
	width: 182px;
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
* html .ddmenu li{
display:inline;
}
* html .ddmenu li ul li{
margin:0; 
padding:0; 
display:inline;
}
#path {
	font-size: 85%;
	padding-top: 20px;
	clear: both;
}
* html #path {
	font-size: 70%;
	padding-top: 10px;
	clear: both;
}
/* サブメニューの半透明処理
--------------------*/
.ddmenu li ul {
	filter: alpha(Opacity=90);
	opacity: 0.9;
	z-index: 10;
	text-align: left;
}
#topVis object {
	z-index: 0;
}
