@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 62.5%;
  font-weight: normal;
  color: #000000;
  line-height: 1.8em;
  background: #e5f2f8;
}

/* for WinIE6*/
*html body {
  font-family: 'メイリオ', Meiryo, sans-serif;
  text-decoration: none;
  font-size: 62.5%;
  font-weight: normal;
  color: #000000;
}

/* for WinIE7*/
*:first-child+html body {
  font-family: 'メイリオ', Meiryo, sans-serif;
  text-decoration: none;
  font-size: 62.5%;
  font-weight: normal;
  color: #000000;
}
#font_s {
  height: 15px;
  width: 15px;
  margin-left: 5px;
}
#font_s a {
  height: 15px;
  width: 15px;
  background: url(../../images/text_s_on.gif) no-repeat left top;
  display: block;
}
#font_s a:hover {
  height: 15px;
  width: 15px;
  background: url(../../images/text_s_on.gif) no-repeat left top;
  display: block;
}
#font_m {
  height: 15px;
  width: 15px;
  margin-left: 5px;
}
#font_m a {
  background: url(../../images/text_m.gif) no-repeat left top;
  height: 15px;
  width: 15px;
  display: block;
}
#font_m a:hover {
  background: url(../../images/text_m_on.gif) no-repeat left top;
  height: 15px;
  width: 15px;
  display: block;
}
#font_l {
  height: 15px;
  width: 15px;
  margin-left: 5px;
}
#font_l a {
  height: 15px;
  width: 15px;
  background: url(../../images/text_l.gif) no-repeat left top;
  display: block;
}
#font_l a:hover {
  height: 15px;
  width: 15px;
  background: url(../../images/text_l_on.gif) no-repeat left top;
  display: block;
}
