@charset "utf-8";

html {
  margin:0;
  padding:0;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,div,
strong,em,caption,cite,code,dfn,var,
header, footer, nav, section, article, aside {
  font-style:normal;
  font-weight:normal;
  margin:0;
  padding:0;
  text-decoration:none;
}

img {
  border: 0;
  background-color: transparent;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul { list-style:none; }


a img {
  border-style:none;
}

fieldset, iframe {
  border: 0;
  padding: 0;
  margin: 0;
}

area {
  border: none;
  outline: none;
}

