<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*====================================================

	File Name: reset.css

====================================================*/

/*----------------------------------------------------
	��reset
----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-size : 14px;
	text-decoration: none;
}

html {
	overflow-y:scroll;
}

h1,h2,h3 {
	font-weight:normal;
}

p {
	list-style-type:none;
	line-height:150%;
	letter-spacing:-1px;
}

li{
	list-style-type:none;
}

img {
	border:0;
	vertical-align: bottom;
}

address{
	color:#FFFFFF;
}

article{
	margin: 0px;
	padding: 0px;
}

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

br { letter-spacing:0; }</pre></body></html>