/* base font-size
--------------------*/
body {
  font-size: small !important; /* IE 7向け */
  font-size: small; /* IE 6以下 */
}
html>/**/body {
  font-size: 13px; /* モダンブラウザ向け */
}
