﻿@charset "UTF-8";


body {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	word-break: break-all;
}

@font-face {
  font-family: "ＭＳ Ｐゴシック";
  src: local("メイリオ"), local("Meiryo"), local("ＭＳ Ｐゴシック");
}

table {
	font-size: inherit;
	font: 100%;
}
/*擬似クラス設定補助 IE用*/
/*body { behavior:url("csshover.htc");}*/