@charset "utf-8";
/* CSS Document */

/* ########################### */

html, body, div, h1, h2, h3, h4, h5, h6, p, a, img, 
pre, span, strong, small, big, address, em, 
table, td, tr, thead, tbody, tfoot, 
form, label, ul, li {
	margin:0;
	padding:0;
	border:none;
	font-size: 100%;
	font-style:normal;
}

body {
	line-height:1;
	text-align:left;
}

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

p, ul, li {
	margin:0;
	padding:0;
}

ul, li {
	list-style:none;
}

textarea, select, input {
	margin:0;
	padding:0;
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
}

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

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

/* ########################### */