@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
html,body {
	height: 100%;
}
body {	
	font-size: 100%;
}
h3 {
	font-size: 1.4em;
}
p {
	font-size: 1.4em;
}
dt {
	font-size: 1.4em;
}
dd {
	font-size: 1.4em;
}
address {
	font-size: 1.2em;
}
li {
	list-style-type: none;
}
img {
	border:0;
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}


