/* メニュー画面(menu.html)のスタイル */

/* 2004/12/13 青木 アクセシビリティの修正 hj-001 start */
/* 削除start
BODY {
  font-size:12px; 
  color:#ffffff; 
  background:#F6B254 url(./img/menu_bg.gif); 
  margin:0px,0px,0px,0px;
}


TABLE { line-height:120%; border-collapse: collapse; }

TD         { font-size:12px; text-align: center; width:100px; }
TD a       { color:#555555; text-decoration:none; width:100px; display:block; }
TD a:hover { color:#FFFFFF; background:#7777FF; }
TD.title   { color:#333333;  }
TD.button  { color:#FFFFFF; background:#DDDDDD; border: 1px solid #555555; }
削除end*/

/* メニューのtd */
.mbody {
  /* 2005/02/22 青木 文字のフォント統一 hj-002 start*/
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  /* 2005/02/22 青木 文字のフォント統一 hj-002 end*/
  font-size:12px; 
  color:#ffffff; 
  /* 2005/02/22 青木 メニューの背景色修正 hj-002
  background:#F6B254 url(./img/menu_bg.gif);
  */
  background:#FFFFCC;
  margin:0px,0px,0px,0px;
  text-align:center;
  /* 2005/02/22 青木 widthを100→85に修正 hj-002 */
  /* width 100 */
  width:85;
}

/* TABLEのスタイル */
TABLE.mtab { line-height:120%; border-collapse: collapse; }

TD.mtab { font-size:12px; text-align: center; width:100px; }
/* 2005/02/22 青木 メニューリンク色修正 widthを100px→80pxに修正 hj-002 */
/*
a.mlink  { color:#555555; text-decoration:none; width:100px; display:block; }
a.mlink:hover { color:#FFFFFF; background:#7777FF; text-decoration:none; }
*/
a.mlink  { color:#FFFFFF; text-decoration:none; width:80px; display:block; }
a.mlink:visited { color: #FFFFFF; text-decoration:none; }
a.mlink:hover { color:#FFFFFF; background:#FF9900; text-decoration:none; }

TD.title   { color:#333333; text-align: center; }
/* 2005/02/22 青木 メニューボタン色修正 hj-002 */
/*
TD.button  { color:#FFFFFF; background:#DDDDDD; border: 1px solid #555555; text-align: center; }
*/
TD.button  { color:#FFFFFF; background:#4EC34E; border: 1px solid #555555; text-align: center; }

.mcenter { text-align:center; }

/* 2004/12/13 青木 アクセシビリティの修正 hj-001 end */
