<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 Document */
#header #hedr{
	height:95px;
	padding-top:25px;
}

#mainimage{
	margin-bottom:5px;
}
#contents{
	padding-top:20px;
}
#contents #leftcol{
	float:left;
	width:400px;
	display:inline;
}
#contents #rightcol{
	float:right;
	width:485px;
	display:inline;
	text-align:right;
}
#leftcol #news{
	height:270px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#fff;
	padding:5px;
	border-bottom:#792529 solid 1px;
}
#news dl{
	padding:10px 5px;
	border-bottom:dotted 1px #666;
	text-align:left;
	text-decoration:none;
}
#news dt{
	font-size:14px;
	margin:0;
	padding:0;
}
#news dd{
	margin:0;
	padding:0;
	font-size:12px;
}
#rightcol #whats{
	width:485px;
}
#whats .txtcol{
	float:right;
	font-size:12px;
	line-height:20px;
	background:url(../../image/index/whats_bg.png) no-repeat right top;
	padding-left:30px;
	width:220px;
	display:inline;
}
#whats .imgcol{
	margin:0;
	padding:0;
	text-align:left;
	float:right;
	width:235px;
	display:inline;
}
#whats .txtcol p{
	margin:10px 0 5px 5px;
	text-align:left;
	line-height:20px;
	font-size:12px;
}
</pre></body></html>