@charset "utf-8";

/*--- css reset ---*/

html,body,div,span,iframe,
h1,h2,h3,h4,h5,h6,p,pre,img,
dl,dt,dd,ol,ul,li,
table,caption,tbody,thead,tr,th,td,
article,footer,header,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-spacing: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baselaine;
	background: transparent;
}

body { line-height: 1.0; }
article,footer,header,nav,section { display: block; }
ul,ol,li { list-style-type: none; }

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baselaine;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

br { letter-spacing: normal; }
