/* top menu */
table.menu a:link { text-decoration: none; color: #000000; font-weight: bold }
table.menu a:visited { text-decoration: none; color: #000000; font-weight: bold }
table.menu a:hover { text-decoration: none; color: #00aa00; font-weight: bold }
table.menu {
	line-height: 100%;
	text-align: center;
	color: white;
	background: #80D890 repeat;
	padding: 5px;
	border-style : double;
	border-width: 3px;
	border-color: silver black black silver;
	clip: rect(auto auto auto auto) ;
}

/* 2nd menu */
td.2menu a:link { text-decoration: none; color: #FFFFFF; font-weight: bold }
td.2menu a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold }
td.2menu a:hover { text-decoration: none; color: #00FF00; font-weight: bold }

/* left menu waku */
td.lmenu a:link { text-decoration: none; color: #000000 }
td.lmenu a:visited { text-decoration: none; color: #000000 }
td.lmenu a:hover { text-decoration: none; color: #000000; font-weight: bold }
td.lmenu {
	background: #80D890 repeat;
}

/* left menu */
table.lmenu a:text { text-decoration: none; color: #FF0000 }
table.lmenu a:link { text-decoration: none; color: #000000 }
table.lmenu a:visited { text-decoration: none; color: #000000 }
table.lmenu a:hover { text-decoration: underline; color: #000000 }
table.lmenu {
	width: 100%;
	text-align: left;
	color: black;
	background: #f0f0f0 repeat;
	font-size: 10pt;
	border-width: 2px;
	border-color: silver black black silver;
}

/* center space area */
td.center {
	width: 3%;
}


/* link */
td.link a:link { text-decoration: none; color: #000000 }
td.link a:visited { text-decoration: none; color: #000000 }
td.link a:hover { text-decoration: none; color: #000000; font-weight: bold }
