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

/*-------------------------------------------
COMMON
--------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,p,div,address {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}
a:link {
	color: #333399;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #E1BE55;
	text-decoration: none;
}
td,th {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ol{
	margin-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: decimal;
	list-style-position: inside;
}
li,dl,dd,dt {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
form {
	margin: 0px;
}
input, select {
    vertical-align:middle;
}

img {
	border: none;
	vertical-align: bottom;
}
</pre></body></html>