/* BASIC DESIGN */
BODY{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  text-decoration : none;
}
A:LINK { color : #0071e1; text-decoration:none ; 
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
}
A:VISITED { color : #000099; text-decoration:none ; 
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
}
A:active { color:#000000 ; text-decoration:none ; 
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
}
A:HOVER { color : red; text-decoration : underline; 
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
}
P{
  line-height : 150%;
}

/* TABLE DESIGN */
#whatsnew{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver white;
  
  border-left-color : silver;
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  vertical-align : middle;
}