<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*///////////////////////////////////////////
				CSS READING
///////////////////////////////////////////*/
@import url(style.css);

/*initialization
---------------------------------------*/
#sj_wrapper a,img,ul,li,table,tr,td,p,h1,h2,h3,h4,h5,h6,ol,div,body,dl,dt,dd {
	padding:0px;
	margin:0px;
	border:none;
	list-style:none;
}
#sj_wrapper a img {
	border:none;
}



/*clearfix
---------------------------------------*/
/*.clear {*/
	/*overflow: hidden;*/
  	/*position: relative;*//* HasLayout_true */
/*}*/

/*///////////////////////////////////////////
				clear help
				
&lt;div class="clear"&gt;
	&lt;div class="b"&gt; float-box &lt;/div&gt;
	&lt;div class="c"&gt; float-box &lt;/div&gt;
&lt;/div&gt;

clear == main-box

*float-box == width:**px;

///////////////////////////////////////////*/
.clear:after { content: ""; display: block; clear: both; }
.clear { zoom:100%;}



/*Utility
---------------------------------------*/
.indent {  
	margin-left: 1em;
	text-indent: -1em; 
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom:40px;
}
.mb45 {
	margin-bottom:45px;
}
.mb50 {
	margin-bottom:50px;
}

.ml5{
	margin-left: 5px;
}

.ml10{
	margin-left: 10px;
}

.ml12{
	margin-left: 12px;
}

.ml15{
	margin-left: 15px;
}

.ml30{
	margin-left: 30px;
}

.mr1{
	margin-right: 1px;
}

.mr5{
	margin-right: 5px;
}

.mr6{
	margin-right: 6px;
}

.mr10{
	margin-right:10px;
}

.mr15{
	margin-right:15px;
}

.mr20{
	margin-right:20px;
}

.mr30{
	margin-right:30px;
}

.mr40{
	margin-right:40px;
}

.mt4{
	margin-top:4px;
}

.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt45{
	margin-top:45px;
}


.bgw{
	background:#FFFFFF;
}


/*fontfamily-style
---------------------------------------*/
.time-new-roman {
	font-family:"Times New Roman", Times, serif;
}

.courier {
	font-family:"Courier New", Courier, mono;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.arial {
	font-family:Arial;
}

/*fontsize-style
---------------------------------------*/
.text14 {
	font-size:14px;
}

.text11 {
	font-size:11px;
}

.text10 {
	font-size:10px;
}

.text9 {
	font-size:9px;
}

.text_small{
	font-size: 83.3%;
}

/*line-height
---------------------------------------*/
.l120{
	line-height:120%;
}

.l140{
	line-height:140%;
}

.l160{
	line-height:160%;
}

.l180{
	line-height:180%;
}


/*color-style
---------------------------------------*/

.red {
	color:#FF3333;
}

.red2 {
	color:#cc0000;
}

.green {
	color:#9EB022;
}

.blue {
	color:#30A6BA;
}

.white {
	color:#FFFFFF;
}

.brown {
	color:#442e21;
}


/*link-style
---------------------------------------*/

a:hover {
	text-decoration:underline;
}

strong a:hover {
	text-decoration:none;
}

/*font-weight
---------------------------------------*/

.text_bold{
	font-weight: bold;
}</pre></body></html>