<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.menu_2_on {
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.menu_2_off {
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.menu_0_on {
	font-size: 14px;
	font-weight: bold;
}
.menu_0_off {
	font-size: 14px;
}
.solid_border {
	border: 1px solid #99bbe8;
}
.bottom_line_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.window_title {
	background-image: url(box/title_back.gif);
	background-repeat: repeat-x;
	background-color: #C9DBF2;
}
.table_header_back {
	background-color: #edeff3;
}
.grid_mouse_ower {
	background-color: #FDE3BD;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px solid #FC0;
}
</pre></body></html>