@charset "utf-8";

* {
  font-family    : Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐ ゴシック", san-serif;
  text-decoration: none;
  color          : #333;
  background     : transparent;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin         : 0;
  padding        : 0;
  border         : none;
  list-style-type: none;
  font-style     : normal;
  font-weight    : normal;
  font-size      : 100%;
  text-align     : left;
}
