<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ddsmoothmenu{
font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
/*background: #414141; background of menu bar (default state)*/
font-size: 12px;
background: url(olivedrab.gif);
width: 100%;
border-top: 1px solid #6c8f22;
border-bottom: 1px solid darkolivegreen;
}

.ddsmoothmenu ul{
position: relative;/* "lightbox" ä½¿ç”¨ã®ãŸã‚ã€z-indexè»¸ã‚’æŒ‡å®šã—ãŸ*/
z-index:10;/* ã‚ªãƒªã‚¸ãƒŠãƒ«ã¯ã€"z-index:100"ã€ã—ã‹ã—ã€position: ã®æŒ‡å®šãªã— */
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul{
padding-left: 10px;
}
/*&lt;ul&gt;padding:10pxã‚’ãƒªã‚»ãƒƒãƒˆ*/
.ddsmoothmenu ul li ul{
padding: 0;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141; background of menu items (default state)*/
color: white;
padding: 8px 0px;
border-right: 1px solid darkolivegreen;
border-left: 1px solid white;
color: #2d2b2b;
text-decoration: none;
width: 100px;
text-align: center;
}

.ddsmoothmenu ul li.naviHome a{
border-left: 1px solid darkolivegreen;
}

.ddsmoothmenu ul li.naviWd01 a{
width: 92px;
text-align: left;
padding-left: 8px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
background: url(olivedrab.gif);
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: darkolivegreen; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
background-color: lightyellow;
color: darkgreen;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
font-size: 12px;
margin: 0;
padding: 8px 0px 6px 5px;
border-top-width: 0;
border-bottom: 1px solid darkolivegreen;
text-align: left;
vertical-align: bottom;
}

/*width of sub menus*/
.ddsmoothmenu ul li ul.subnaviWd01 li a{
width: 120px;
}

.ddsmoothmenu ul li ul.subnaviWd02 li a{
width: 160px;
}

.ddsmoothmenu ul li ul.subnaviWd03 li a{
width: 200px;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
background: seagreen;  /*#769d25*/
}

.ddsmoothmenu ul li ul li a:hover{
background: lightyellow;
color: darkgreen;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}</pre></body></html>