


* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

html {
	overflow-y: hidden;
}

body {
	color: #000;
	font-size: 87%;
	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;
	z-index: 1;
	position: relative;
	min-width: 430px;
}
#selectTree #selectForm {
	padding: 15px 20px;
}
#selectTree li {
	margin: 0 0 0 20px;
	list-style: none;
}
#selectTree li span {
	margin: 0;
}
#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;
	padding: 0 0 0 20px;
	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;
}



#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 &&	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;
	text-align: center;
	white-space: nowrap;
	/*position: relative;
	_position: static;*/
	vertical-align: middle;
}
#printButton div span.sepa {
	/*margin: -7px 0 -3px;*/
	display: inline-block;
	height: 27px;
	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(../img/print.gif);
	background-repeat: no-repeat;
	background-color: #dcdcdc;
	width: 139px;
	height: 27px;
}

#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 -210px;
}
#printButton div #unSele {
	margin-right: 18px;
	padding: 0px;
	background-position: 0 -240px;
}
#printButton div #print {
	margin-left: 18px;
	padding: 0px;
	background-position: 0 -270px;
	background-position: 0 -269px\9;
}
#printButton div #selAll.ui-state-hover {
	background-position: -150px -210px;
}
#printButton div #unSele.ui-state-hover {
	background-position: -150px -240px;
}
#printButton div #print.ui-state-hover {
	background-position: -150px -270px;
	background-position: -150px -269px\9;
}
/*#printButton div #print:not(:target) {
	background-position: 0 -269px;
}
#printButton div #print.ui-state-hover:not(:target) {
	background-position: -150px -269px;
}*/


#nowloading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
#nowloading div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
#nowloading div.loadingBG {
	background: #fff;
	z-index: 100001;
	opacity: .5;
	filter:Alpha(Opacity=50);
}
#nowloading div.loadingIcon {
	/*background: url(../img/loading_icon_24.gif) no-repeat center;*/
	background: url(../img/loading_text_1.gif) no-repeat center;
	z-index: 100002;
}



#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: 300px;
}
#nowloadingMsg .btn {
	padding: 5px 10px;
	border: 2px solid #00aeff;
	border-width: 0 2px 2px;
	text-align: center;
	width: 300px;
}
#nowloadingMsg .btn button {
	padding: 3px 10px;
}

#printButton div #print.ui-state-disabled {
	opacity: .25;
	filter:Alpha(Opacity=25);/**/
}
#loadingText {
	/*margin: 0px 0 0 -142px;
	_margin: 1px 0 0 -142px;*/
	margin-left: 18px;
	padding: 0px 0 0;
	width: 137px;
	background: #fff url(../img/progressbar1.gif) no-repeat -200px 50%;
	display: inline-block;
	font-size: 11px;
	color: #000;
	line-height: 23px;
	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;*/
	}
}
/*
@media print and (-webkit-min-device-pixel-ratio:0) {
	#contents .pageBreak {
		page-break-before: always;
	}
	#contents .pageBreak {
		page-break-after: auto;
	}
}
*/



