@charset "utf-8";

html, body, div, p, span, a, ul, ol, li, dl, dt, dd, hr, blockquote,
h1, h2, h3, h4, h5, h6, strong, em, pre, code, form, fieldset, legend, input, textarea, th, td {
margin: 0;
padding: 0;
line-height: 100%;
}

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

fieldset, img {
border: none;
line-height: 0%;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: bold;
}

li {
	list-style: none;
}

caption, th{
	text-align: left;
	line-height: 100%;
}

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

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	*font-size:100%;
}

legend {
	color: #000;
}