@charset "utf-8";
/*--------------------------------------*/
/* Unset Browser's default CSS          */
/*--------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, address, ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  }
/* h1, h2, h3, h4, h5, h6, p, address { */
p, address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  }
ul, ol, dl, li {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  }
img { border: 0; }
input { vertical-align: bottom; }
a       { text-decoration: none; }
a:hover { text-decoration: underline; }


