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


* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: hidden;
}

body {
	padding: 0;
	color: #000;
	font-style: normal;
	font-weight: normal;
	background: #fff;
}

#documentBody {
	width: auto;
	border: none;
	overflow: auto;
	/*position: relative;*/
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}


p {
	margin: 0 0 0.8em 0;
}

strong, b {
	font-weight: bold;
}

hr.separator {
	display: none;/**/
}
em,i,address{
	font-style: normal;
}



a:link {
	color: #0000ef;
}
a:visited {
	color: #801882;
}
a:hover,
a:link:hover,
a:visited:hover {
	color: #000096;
	background-color: #ffff6b;
}








#spheader {
	padding: 0 45px;
	background: #000 url(../img/print_header_bg.jpg);
	color: #fff;
	/*position: relative;*/
	z-index: 2;
}
#spheader h1 {
	padding: 20px 0 5px;
}
#spheader p {
	margin: 0;
	padding: 0 0 15px;
	font-size: 0.9em;
}



#selectTree {
	overflow: auto;
	/overflow-y: scroll;
	/overflow-x: hidden;
	z-index: 1;
	position: relative;
}
#selectTree #selectForm {
	padding: 15px 20px;
	/padding: 10px 20px 15px;
}
#selectTree ul {
	margin: -10px 0px 10px 0px;
	/margin: -2px 0 8px;
	_margin: 0 0 5px;
	padding: 10px 0 0;
	/padding: 5px 0 0;
	background: url(../img/list_img/tree_line_01.gif) repeat-y 1px 3px;
}
#selectTree ul.firstUl {
	background: none;
}
#selectTree li {
	padding: 0 0 0 60px;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	vertical-align: text-bottom;
	background: url(../img/list_img/tree_line_03.gif) no-repeat -120px 0px;
}
#selectTree li.last {
	background-position: 0 -20px;
	background-color: #fff;
}
#selectTree li span {
	margin: 0;
	padding: 0 0 0 35px;
	line-height: 20px;
	display: inline-block;
	/display: inline;
}
#selectTree li span.text {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline-block;
	background: #fff;
	/display: inline;
	/background: transparent;
}
#selectTree input {
	margin: 1px 0 0 -1px;
	width: 15px;
	height: 15px;
	border: none;
	position: absolute;
	clip: rect(1px 1px 1px 1px);/**/
}
#selectTree label {
	margin: 0 0 0 -16px;
	padding: 0 0 0 16px;
	line-height: 20px;
	background: #fff url(../img/checkbox_icon.gif) no-repeat;
	background-position: -80px 0px;
	cursor: pointer;
	display: inline-block;
	/*position: relative;*/
}

#selectTree .childcheck label{
	background-position: -40px -40px;
}
#selectTree .check label{
	background-position: -60px -20px;
}

#selectTree .ctCheck {
	margin: 2px 0 0 -35px;
	padding: 0;
	background: url(../img/checkbox_all_icon.gif) no-repeat;
	width: 30px;
	height: 19px;
	display: inline-block;
	vertical-align: text-top;
	cursor: pointer;
	position: absolute;
}
#selectTree .ctCheck.check {
	background-position: 0 -20px;
}
#selectTree .ctCheck.childcheck {
	background-position: 0 -40px;
}







/*--------- button ----------------*/

#printButton {
	background: #dcdcdc url(../img/print_footer_line.gif) no-repeat 50% 50%;
	border-top: 1px solid #bebebe;
	z-index: 2;
	/*position: relative;*/
}
* html #printButton {
	width: 100%;
	position: absolute;
	top:expression(eval(document.compatMode &amp;&amp;	document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight) - 0
		: document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 0);
	z-index: 5;
}
#printButton div {
	padding: 10px 12px 10px 8px;
	text-align: center;
	white-space: nowrap;
	/*position: relative;
	_position: static;*/
	vertical-align: middle;
}
#printButton div span.sepa {
	margin: -10px 0 -5px;
	display: inline-block;
	height: 35px;
	width: 30px;
	background: url(../img/print_footer_line.gif) no-repeat 14px 0;
	position: relative;
	/*_position: static;*/
	top: 5px;
}
#printButton div span.sepa, x:-moz-broken {
	margin: -6px 0 -13px;
}
#printButton div button {
	margin: 0px 3px 0px;
	padding: 0;
	border: 0px none;
	display: inline-block;
	background-image: url(../local/img/print.gif);
	background-repeat: no-repeat;
	background-color: #dcdcdc;
	width: 145px;
	height: 34px;
}
#printButton div button .ui-button-text {
	padding: 0;
	font-size: 1px;
	display: none;
}
#printButton div button.ui-state-active,
#printButton div button.ui-state-focus {
	border: 0px none;
}
#printButton div button:focus {
	outline: none;
}
#printButton div #selAll {
	padding: 0px;
	background-position: 0 -245px;
}
#printButton div #unSele {
	margin-right: 15px;
	padding: 0px;
	background-position: 0 -280px;
}
#printButton div #print {
	margin-left: 15px;
	padding: 0px;
	background-position: 0 -315px;
}
#printButton div #selAll.ui-state-hover {
	background-position: -150px -245px;
}
#printButton div #unSele.ui-state-hover {
	background-position: -150px -280px;
}
#printButton div #print.ui-state-hover {
	background-position: -150px -315px;
}

#printButton div button.ui-state-disabled {
	opacity: .25;
	filter:Alpha(Opacity=25);/**/
}





#nowloadingMsg {
	position: absolute;
	/*text-align: center;*/
	border: 2px solid #ccc;
	border-width: 0 2px 2px 0;
	background: #fff;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
#nowloadingMsg .msg {
	padding: 5px 10px;
	border: 2px solid #00aeff;
	border-width: 2px 2px 0;
	width: 380px;
}
#nowloadingMsg .btn {
	padding: 5px 10px;
	border: 2px solid #00aeff;
	border-width: 0 2px 2px;
	text-align: center;
	width: 380px;
}
#nowloadingMsg .btn button {
	padding: 3px 10px;
}

#loadingText {
	/*margin: 0px 0 0 -147px;
	_margin: 0px 0 0 -147px;*/
	margin-left: 15px;
	width: 141px;
	background: #fff url(../img/progressbar1.gif) no-repeat -200px 50%;
	display: inline-block;
	font-size: 11px;
	color: #000;
	line-height: 28px;
	_line-height: 29px;
	border: 1px solid #000;
	position: absolute;/**/
	z-index: 2;
}
#print.loading {
	/*background: none;*/
}





#contents {
	display: none;
}


@media print {
	#documentBody {
		display: none;
	}
	#contents {
		margin: 0 auto;
		text-align: left;
		width: 92%;
		_width: 100%;
		display: block !important;
	}
	#contents .pageBreak {
		page-break-before: always;
		/*page-break-after: always;*/
	}
}






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