@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　基本設定
---------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  text-align: justify;
  text-justify: inter-character;
  background-image: url("../images/bg_pattern.png");
  background-repeat: repeat;
}
a {
  text-decoration: none;
}
a:link {
  color: #000000;
} /* リンクの色 */
a:visited {
  color: #000000;
} /* 済みリンク */
a:hover {
  color: #acacac;
  text-decoration: underline;
} /* リンクにマウスオンした色 */
dl {
  -webkit-text-size-adjust: none;
}