@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html,body {
  font-size: 12px;
  color: #333;
  font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
hr {
  clear: left;
  margin: 20px auto 0 auto;
  width: 680px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: soid 1px #ccc;
}
* html .iepngfix {
  behavior: url(iepngfix.htc);
  height: auto;
}
