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

/* ��ͷ��-HOLDINGS CSS 200704-01 */
/* (C)��ͷ��-STEEL */
/* docs.css  */

/* --BOX--*/

#docs {
	clear: left;
	float: left;
	width: 750px;
	background-image: url(/img/common/common_bg.gif);
	background-repeat: repeat-y;
}

#docs #docs-c {

	clear: left;
	float: left;
	width: 740px;
	padding-top: 8px;
	padding-left: 10px;
}

#docs #docs-c #contents {
	width: 550px;
	margin-right: 10px;
	clear: left;
	float: left;
}

#menu {
	width: 170px;
	float: left;

}




/* --tag--*/

#docs #docs-c #contents h1 {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #25419a;
	border-bottom-color: #25419a;
	border-bottom-style: solid;
}

#docs #docs-c #contents h1 img {
	margin: 0px;
	padding: 0px;
}	

#docs #docs-c #contents h2 {
	color: #FFFFFF;
	background-color: #21409A;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#docs #docs-c #contents h3 {
	color: #21409a;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5e7acd;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#docs #docs-c #contents h4 {
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #5E7ACD;
	padding-left: 4px;
}

#docs #docs-c #contents h5 {
	margin-top: 10px;
	margin-left: 10px;
}


#docs #docs-c #contents p {
	line-height: 150%;
	color: #232323;
	margin-left: 10px;
	margin-bottom: 10px;
}

#docs #docs-c #contents ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#docs #docs-c #contents li {
	line-height: 150%;
}

#docs #docs-c #contents dl {
	margin-left: 10px;
	line-height: 120%;
}

#docs #docs-c #contents table {
	margin-left: 10px;
	line-height: 120%;
}




/* --ID or Class--*/

#docs #docs-c #contents #breadcrumb {
	background-color: #e1e1e1;
	color: #ab0d0d;
	padding-top: 1px;
	padding-bottom: 2px;
}


#docs #docs-c #contents #breadcrumb strong {
	font-weight: normal;
}

#docs #docs-c #contents #breadcrumb img {
	vertical-align: middle;
}


#docs #docs-c #contents .url {
	background-image: url(/img/common/a_url_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


#docs #docs-c #contents .url:hover {
	background-image: url(/img/common/a_url_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

#docs #docs-c #contents .pdf {
	background-image: url("/img/common/pdficon_small2.gif");
	background-repeat: no-repeat;
	background-position:left -1px;
	padding-left: 14px;
	padding-bottom:1px;
}

#docs #docs-c #contents .up {
	background-image: url(/img/common/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}



#docs #docs-c #contents .down {
	background-image: url(/img/common/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#docs #docs-c #contents .next {
	background-image: url(/img/common/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#docs #docs-c #contents .back {
	background-image: url(/img/common/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#all #docs #docs-c #contents .reg{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:2px;
}




#docs #docs-c #contents .ind {
	text-indent: 1em;
}

#docs #docs-c #contents .centering {
	text-align: center;
}


#docs #docs-c #contents .float_left {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#docs #docs-c #contents .float_right {
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

#docs #docs-c #contents .centering em,
#docs #docs-c #contents .float_left em,
#docs #docs-c #contents .float_right em {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin-top: 4px;
}

#docs #docs-c #contents .cr {
	clear: both;
}

#docs #docs-c #contents .m-indent1 {
	text-indent: -1em;
	margin-left: 2em;

}

#docs #docs-c #contents .m-indent1_5 {
	text-indent: -1.5em;
	margin-left: 2em;

}

#docs #docs-c #contents .m-indent2 {
	text-indent: -1.5em;
	margin-left: 2em;

}

#docs #docs-c #contents .table-type01 {
	margin-bottom: 20px;
}

#docs #docs-c #contents .table-type01 table {
	border-collapse: collapse;
	border: 1px solid #23429a;
	border-spacing: 0;
	empty-cells: show;

}

#docs #docs-c #contents .table-type01 th {
	white-space: nowrap;
	border: 1px solid #23429a;
	padding: 2px;
	background-color: #6784dc;
	color: #FFFFFF;
}


#docs #docs-c #contents .table-type01 td {
	border: 1px solid #23429a;
	padding: 2px;
	vertical-align: top;
}

#docs #docs-c #contents .table-type01 .nw {
	white-space: nowrap;
}



#docs #docs-c #contents .table-type01 .color_g {
	background-color: #e7e8eb;
}




#docs #docs-c #contents .intro {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 2px solid #6784DC;
	background-color: #EAEEFA;
	margin-bottom: 20px;
	margin-top: 20px;
}

#docs #docs-c #contents .intro p{
	text-indent: 0em;

}

img {
	border: 0;
}

#docs #docs-c #contents .pdfdownload {
	text-align: center;
	padding: 8px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #21409A;
	margin-top: 40px;
	background-color: #eeeeee;


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