/******************************************************************************/
/*                                                                            */
/*  <スタイルシート名> ：共通スタイルシート定義(CLASS)                        */
/*                                                                            */
/*  <機能概要>         :HTMLページスタイルを共通化する                        */
/*                                                                            */
/*                                                                            */
/******************************************************************************/
/* ----------------table------------------ */
table.menu td{
      width                       :150;
	  height                      :30;
	  vertical-align              :bottom;
}
table.menu td table{
      margin                      :3 0 0 10;
}
table.menu td td{
      width                       :0;
	  height                      :15;
	  font-size                   :13;
	  padding                     :3 0 0 2;
}
/* ----------------other------------------ */
.corporation{
      font-size                   :13;
	  color                       :#666666;
}