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


body{
	
	background-color:#FFF;
	min-width:800px;}

body,h1,h2,h3,h4,h5,div,p,ul,ol,li,dl,dt,dd,form,pre{margin:0;padding:0;}
body,h1,h2,h3,h4,h5,td,th,p,pre,ol,input,textarea{line-height:1.4;font-size:10pt;font-family:sans-serif;color:#666;}
td,th {font-size:10pt;font-family:sans-serif;line-height : normal;}

img{border: 0;}


/*--style--*/

#wrap{
	float:left;
	width:800px;
	margin:0 auto;
	padding:0 20px;
	}

/*--contents--*/

#contents{
	width:760px;
	padding:0;
	text-align:center;}


/*--links--*/

a {	color: #336666;}
a:visited {	color: #336666;}
a:active { color: #666666;}
a:hover { color: #555555; background: effc16;text-decoration:none;}


/*--font settings--*/

.fss{font-size:10pt;}
.fsxs{font-size:9pt;}


/*--form settings--*/

input,textarea,form {margin:0;padding:0;}


/*-- clear --*/

.clear{clear:both;font-size:0;line-height:0;padding:0;margin:0;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac */

</pre></body></html>