/* メニューバースタイルシート */


#menu { 
 color : silver;
 width : 700px;
 height : 30px; 
 top : 0px;
 left : 5px;
 z-index : 1; 
 position : absolute;
}
#menu-table { 
 color : silver;
 width : 700px;
 height : 30px; 
 cellpadding : 0;
 z-index : 14;
} 
#home { 
 color : white;
 font-size : 11px;
 font-family : "HGP創英角ｺﾞｼｯｸUB";
}
#corp { 
 color : yellow;
 font-size : 18px;
 font-family : "MS UI Gothic";
 font-weight : 900;
}
#access { 
 color : white;
 font-size : 11px;
 font-family : "MS UI Gothic";
}
#mode { 
 color : silver;
 font-size : 10px;
 font-family : "MS UI Gothic";
 border-width : 1px;
 border-style : dashed;
 border-color : silver;
}
#file { 
 color : silver;
 font-size : 10px;
 font-family : "HGP創英角ｺﾞｼｯｸUB";
}