/**** メニュー用 ****/

/*メニュー全体格納ブロック*/
UL#menu{
  margin:0px;
  list-style:none;
  width:640px;
  text-align: left;
  padding: 0px 0px 0px 30px;
  float: left;
  text-align:center;
}
/*メニュー個別格納ブロック*/
UL#menu LI{
  list-style:none;
  width:160px;
  float:left;
}
UL#menu A{
  display:block;
  overflow:hidden;
}
/*LHPについてメニュー*/
A.about {
  background-image : url(menu_about_off.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
A:HOVER.about {
  background-image : url(menu_about_on.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
/*サポート企業メニュー*/
A.brand {
  background-image : url(menu_brand_off.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
A:HOVER.brand {
  background-image : url(menu_brand_on.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
/*ダウンロードメニュー*/
A.down {
  background-image : url(menu_down_off.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
A:HOVER.down {
  background-image : url(menu_down_on.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
/*LHPブログメニュー*/
A.blog {
  background-image : url(menu_blog_off.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}
A:HOVER.blog {
  background-image : url(menu_blog_on.gif);
  background-repeat:no-repeat;
  height:28px;
  font-weight: bold;
  padding:0px 0px 0px 0px;
}