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