﻿@charset "UTF-8";

/* -----------------------------------------------
FileName:reset.css
----------------------------------------------- */

html{
color:#000;
background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,textarea,fieldset,legend,p,th,td,address,caption{
margin:0;
padding:0;
}
input{
margin:0;
}
table{
border-collapse:separate;
border-spacing:0;
}
img{
border:0;
vertical-align:top;
}
address,caption,em,strong,th{
font-style:normal;
font-weight:normal;
}
li{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
textarea{
background:#fff;
}
fieldset{
border:none;
}
legend{
color:#000;
}
