@charset "UTF-8";
  @import url(page-style.css);

/*リンクスタイルの文字
a{
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
*/

/*文字の設定*/
body{
  font-size : 11pt;
  font-family : 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight : normal;
  text-decoration : none;
  line-height : 150%;
}