@charset "UTF-8";
/*==================================================
 RESET LIB CSS
==================================================*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 150%;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "MS PGothic","Lucida Grande",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
}

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;
}

img {
	border: 0px;
}