@charset "utf-8";

body,
div,
h1,h2,h3,h4,h5,h6,
p,
dl, dt, dd,
ul, ol, li,
table, caption,
th, td {
	margin: 0;
	padding: 0;
}

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

img,
object,
embed {
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

* html img,
* html object,
* html embed {
	vertical-align: text-bottom;
}

ol, ul, li {
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption,
th, td {
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

input,
select,
textarea,
button {
	font-size: 99%;
	font-family: sans-serif;
}

button {
	border: none;
	background: none;
}

em, strong {
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}