@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	background-color: #F5F4EF;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "MS PGothic","Lucida Grande",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, em, strong, th {
	font-weight: normal;
	font-style: normal;
}

div, dl, dt, dd, ul,
ol, li, h1, h2, h3,
h4, h5, h6, pre, form,
p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}
