/* ----------------------------------------------------------------------------
 Base
---------------------------------------------------------------------------- */

* {
  margin: 0; padding: 0;
  border: none 0 transparent;
  border-collapse: collapse;
  color: #333;
  font: 100%/1.6 "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;


  text-align: left;
  text-decoration: none;
  word-break: normal;
  list-style-type: none;
  }

/* ----------------------------------------------------------------------------
 Body
---------------------------------------------------------------------------- */

body {
  background-color:#fff;
  font-size: 100%;
  line-height: 140%;
}

/*--------------------ボーダー--------------------*/
abbr, acronym, fieldset, img {
  border-style: none;
  }
hr {
  border: none;
  background-color: #000;
  height: 1px;
  }
/* IE用 */
* html hr {
  border-bottom: 1px solid #000;
  }
*:first-child+html body hr {
  border-bottom: 1px solid #000;
  }
/* ここまで */
ins {
  text-decoration: none;
  }


