/* 全体書式 */
body,td,th {
  font-family : "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
  font-size   : 14px;
}

/* リンク色（上から標準、訪問済、マウスポイント時、クリック時） */
a:link    {color : #0000ff; text-decoration : underline;}
a:visited {color : #0000ff; text-decoration : underline;}
a:hover   {color : #0099ff; text-decoration : underline;}
a:active  {color : #0099ff; text-decoration : underline;}

/* リンク色（トップページ用） */
a.standard:link    {color : #0000ff; text-decoration : none;}
a.standard:visited {color : #0000ff; text-decoration : none;}
a.standard:hover   {color : #0099ff; text-decoration : underline;}
a.standard:active  {color : #0099ff; text-decoration : underline;}

/* 行間調整 */
.ctrlHeight {line-height : 130%;}

/* 文字サイズ大 */
.nomalSize {font-size : 16px;}
