<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============= contents area Layout============*/

div#leftArea{
	width:210px;
	float:left;
	padding:10px 10px 10px 20px;
}

div#rightArea{
	width:630px;
	float:right;
	padding:10px 20px 10px 10px;
	_padding:10px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

/*=============side Menu============*/

ul.menu li{
	display:block;
	margin-bottom:5px;
}

ul.menu li a{
	display:block;
	text-align:left;
	width:190px;
	background:url(img/btn_sidemenu.gif) no-repeat top left;
	height:28px;
	line-height:28px;
	padding-left:20px;
	color:#222;
}

ul.menu li a:hover,
ul.menu li.on a:hover,
ul.menu li.on a{
	background:url(img/btn_sidemenu.gif) no-repeat bottom left;
	color:#fff;
}

ul.menu li.in a,ul.menu li.inmenu a{
	display:block;
	text-align:left;
	width:180px;
	background:#fff;
	height:18px;
	line-height:18px;
	padding-left:30px;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:3px;
	padding-top:3px;
	font-size:12px;
	border-bottom:1px solid #ddd;
	color:#666;
}

ul.menu li.in a:hover{
	background:#fff;
	color:#0697b3;
}

ul.menu li.inmenu a,
ul.menu li.inmenu a:hover{
	background:url(img/btn_inmenu.gif) no-repeat 5px 1px;
	color:#095E7A;
	text-decoration:none;
}

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