@charset "utf-8";
/* ===================================================================
CSS information
file name:reset.css
=================================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,
article, aside, figure, figcaption, footer, header, hgroup, nav, section {
	margin: 0; padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
th, td { font-weight: normal; }

fieldset,img { border: 0; }
img {
	vertical-align: top;
	line-height: 0;
}

ol,ul { list-style:none; }

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

em { font-style: normal; }

article, aside, figure, figcaption, footer, header, hgroup, nav, section { display:block; }

/* Clear
----------------------------------------------- */
.clear { *zoom: 1; }
.clear:after { content : ''; display : block; clear : both; }