/* 表紙頁（index.htm）Menu・Submenu CSS */
.menuOuter {
	background-color:#fff8e7;
	border-color:gray;
	border-spacing:0px;
	border-style:solid;
	border-width:0px 3px 3px 0px;
	color:darkblue;
	font-size:96%;
	font-family:"Lucida Console";
	font-weight:normal;
  line-height:140%;
  width:128px;
}
.menuCell {
	border-style:solid;
	border-color:silver;
	border-width:0px 0px 1px 0px;
	text-align:center;
	width:100%;
}
.menuCellP {
	border-style:solid;
	border-color:silver;
	border-width:0px 0px 1px 0px;
	font-family:"ＭＳ ゴシック";
	text-align:right;
/*	width:16px; */
}
.menuCellW {
	border-style:solid;
	border-color:silver;
	border-width:0px 0px 1px 0px;
	width:0px;
}
.submenuOuter {
	background-color:#fff8e7;
	border-style:solid;
	border-color:gray;
	border-width:1px 3px 3px 1px;
	display:none;
	font-family:"Lucida Console";
	font-size:96%;
  line-height:128%;
  position:absolute;
}
.menuCell9 {
	font-family:"Georgia";
	font-size:80%;
}

