.ddsmoothmenu{
padding: 1px.0px.1px.2px;
font: 12px "ＭＳ Ｐゴシック";/* ------"ＭＳ Ｐゴシック"----- */
background: #5E6973; /*background of menu bar (default state)*/
width: 100%;
min-width: 899px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-align: center;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-image: url(../img/menu_bar.gif);
/*background: #6D7C8C;基本背景色*/
padding-top: 4px !important;/* ------Firefox用------ */
padding-right: 0px !important;/* ------Firefox用------ */
padding-bottom: 4px !important;/* ------Firefox用------ */
padding-left: 0px !important;/* ------Firefox用------ */
padding: 6px 12px 4px 12px;
border-right: 0px solid #C2C7CC;/*下のボトムラインと揃える#C2C7CC*/
border-top: 1px solid #C2C7CC;/*下のボトムラインと揃える#C2C7CC*/
border-bottom: 1px solid #C2C7CC;/*下のボトムラインと揃える#C2C7CC*/
text-decoration: none;
width: 128px;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link{
font: normal;
color: #fff;/* -----テキスト色関係あり------ */
}
.ddsmoothmenu ul li a:visited{
font: normal;
color: #fff;/* -----テキスト色関係あり------ */
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image: url(../img/hover.gif);
/*background: #4C81BC; 元#37608C下のホーバーと揃える*/
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
background-image: url(../img/hover.gif);
/*background: #4C81BC; 元#5B6773→#586069→#4C81BC→#37608C→#4C81BC チュウオーでモニタ見て少し暗くした*/
color: #ffffff;/*オレンジ系#FAE04E水色系#BFE1FF*/
}
	
/*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;
text-align: left;
border-right: 1px solid #C2C7CC;/*これは後に追加した項目である・・本来TOPレベルのボーダーを継承させていた*/
}

/*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 1サブと2サブ背景*/
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 165px; /*width of sub menus*/
background: #37608C;/* ------元#6D7C8C #586069 ok#37608C #4C81BC------ */
padding-top: 4px !important;/* ------Firefox用------ */
padding-right: 0px !important;/* ------Firefox用------ */
padding-bottom: 4px !important;/* ------Firefox用------ */
padding-left: 12px !important;/* ------Firefox用------ */
padding: 6px 12px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #C2C7CC; /*上の区切りラインと揃える#C2C7CC*/
}

/* 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: 8px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #333333;/* #375F8A */
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}