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

html {
	overflow-y: scroll;
}

body, th, td, input, select, textarea {
	font-size: small;
	line-height: 130%;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #0460aa;
}

a:hover {
	color: #de2626 !important;
}

a:focus{
	outline: none;
}

em {
	font-style: normal;
	color: #009ee6;
}

strong {
	color: #154f90;
	font-weight: bold;
}

dl, ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	line-height: 130%;
}

sup {
	position: relative;
	top: -4px;
	margin: 0px 1px;
	font-size: 80%;
	vertical-align: bottom;
}

*+html sup {
	top: -6px;
}

sub {
	position: relative;
	top: 1px;
	margin: 0px 1px;
	font-size: 80%;
	vertical-align: bottom;
}

a.pdf,
a.newwin,
a.ppt,
a.excel,
a.word,
a.movie {
	text-align: left;
}

a span.linkicon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 4px;
	margin-right: 4px;
	text-indent: -10000px;
	vertical-align: middle;
	background: none no-repeat;
	overflow: hidden;
	cursor: pointer;
}

a span.linkmark {
	display: inline-block;
	width: 19px;
	height: 17px;
	margin-right: 8px;
	vertical-align: top;
	background: none no-repeat;
	overflow: hidden;
	cursor: pointer;
}

a.pdf span.linkicon { background-image: url(../images/iconpdf.gif); }
a.newwin span.linkicon { background-image: url(../images/iconnewwin.gif); }
a.ppt span.linkicon { background-image: url(../images/iconppt.gif); }
a.excel span.linkicon { background-image: url(../images/iconexcel.gif); }
a.word span.linkicon { background-image: url(../images/iconword.gif); }
a.movie span.linkicon { background-image: url(../images/iconmovie.gif); }
a.view span.linkmark { background-image: url(../images/iconview.gif); }
a.print span.linkmark { background-image: url(../images/iconprint.gif); }

.clear {
	clear: both;
}

.text_center {
	text-align: center !important;
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.red {
	color: #ff0000;
}


#top {
	width: 100%;
	min-width: 980px;
	margin: 0px auto;
	padding: 0px;
	background: #005197;
	overflow: hidden;
	zoom: 1;
}

#top p {
	display: block;
	max-width: 960px;
	margin: 0px auto;
	padding: 15px 10px 15px;
}

#top img {
	display: block;
}

#main {
	position: relative;
	width: 920px;
	min-height: 275px;
	margin: 14px auto 0px;
	padding: 20px 30px 30px;
	overflow: hidden;
	zoom: 1;
	z-index: 300;
}

#contents .block {
	padding: 10px;
	color: #7d7d7d;
	background: #eeeeee;
	zoom: 1;
}

#contents .block+.block {
	margin-top: 15px;
}

#contents h4+.block {
	margin-top: 10px !important;
	padding: 15px;
	color: #535353;
	border-radius: 5px;
}

#contents .block strong {
	color: #535353;
}

#contents {
	float: right;
	display: inline;
	width: 920px;
	color: #535353;
}

#contents h1 {
	margin: 0px 0px 20px;
	padding: 8px 20px 12px 20px;
	font-size: 160%;
	line-height: 120%;
	font-weight: normal;
	color: #ffffff;
	background: url(../images/h1bg.gif) repeat-x left bottom #005197;
}

#contents *+h1 {
	margin-top: 50px;
}

#contents h2 {
	clear: both;
	margin: 0px 0px 15px;
	padding: 8px 15px 6px 25px;
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
	color: #292929;
	background: url(../images/h2bg.gif) no-repeat 8px bottom #deebf7;
	border: 1px solid #005197;
}

#contents h2 span {
	font-size: 90%;
}

#contents *+h2 {
	margin-top: 20px;
}

#contents h3 {
	clear: both;
	margin: 0px 0px 8px;
	padding: 8px 10px 6px 10px;
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	background: url(../images/h3bg.gif) repeat-x left bottom #F0F0F0;
}

#contents *+h3 {
	margin-top: 20px;
}

#contents .subcontents h3 {
	margin: 0px 0px 7px;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
	background: none;
	border-bottom: 1px solid #949494;
}

#contents h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
	color: #1f7cc8;
}

#contents *+h4 {
	margin-top: 20px;
}

#contents h5 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
}

#contents *+h5 {
	margin-top: 20px;
}

h1+*, h2+*, h3+*, h4+*, h5+*, h6+* {
	margin-top: 0px !important;
}


#contents p {
	line-height: 150%;
}

#contents p.note {
	font-size: 95%;
}

#contents p.mark {
	padding-left: 1em;
	text-indent: -1em;

}

#contents .block+.figure_right+p,
#contents .columns+.figure_right+p,
#contents p+ol,
#contents p+ul {
	margin-top: 20px;
}

#contents *+p {
	margin-top: 20px;
}

#contents p+p,
#contents p+.figure_right+p {
	margin-top: 15px;
}

.figure {
	margin: auto;
}

*+.figure {
	margin-top: 15px;
}

.figurebox .text+.figure {
	margin-top: 0px;
}

.figure img {
	display: block;
	margin: auto;
}

.figure p {
	margin-top: 5px !important;
	font-size: 80%;
	text-align: center;
}

.figure_right {
	clear: both;
	float: right;
	margin: 0px 0px 10px 10px;
}

.figure_right p {
	text-align: left;
}

.figure_left {
	clear: both;
	float: left;
	margin: 0px 10px 10px 0px;
}

.block+.figure,
.columns+.figure {
	margin-top: 20px;
}

.figure+p,
p+.figure {
	margin-top: 15px;
}

.figurebox {
	margin-left: -8px;
	overflow: hidden;
	zoom: 1;
}

.figurebox .figure {
	float: left;
	width: 130px;
	margin-left: 8px;
}

.figurebox .text {
	float: left;
	width: 502px;
	margin-left: 8px;
}

#contents .block .figurebox .text {
	width: 482px;
}

#contents .block .figurebox+* {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px dotted #bfbfbf;
}

*+.figurebox {
	margin-top: 15px;
}

#contents ul &gt; li {
	padding-left: 14px;
	background: url(../images/sidebarnavigation_icon4.gif) no-repeat 1px 5px;
}

#contents ul &gt; li+li {
	margin-top: 6px;
}


ul.link li {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: disc;
	background: none;
}

ul.link li+li {
	margin-top: 2px;
}

#contents ol &gt; li {
	list-style: decimal;
	margin-left: 1.8em;
}

#contents ol.text &gt; li {
	list-style: none;
	margin-left: 0px;
	padding-left: 1.8em;
	text-indent: -1.8em;
}

#contents ol &gt; li+li {
	margin-top: 3px;
}

#contents ol.text &gt; li+li {
	margin-top: 5px;
}

#contents li &gt; ul,
#contents li &gt; ol {
	margin-top: 8px;
}

#contents div.arrow {
	height: 30px;
	margin: 15px auto;
	background: url(../images/hrarrow.gif) no-repeat center center #deebf7;
	border: 0px;
}


#contents .columns {
	clear: both;
	margin: -10px 0px 0px -20px;
	overflow: hidden;
	zoom: 1;
}

#contents *+.columns {
	padding-top: 20px;
}

#contents p+.columns {
	padding-top: 15px;
}

#contents .columns .column {
	float: left;
	width: 310px;
	margin: 10px 0px 0px 20px;
}

body.wide #contents .columns .column {
	width: 450px;
}

#contents .columns .column3 {
	float: left;
	width: 200px;
	margin: 10px 0px 0px 20px;
}

body.wide #contents .columns .column3 {
	width: 293px;
}

#contents .columns .column4 {
	float: left;
	width: 145px;
	margin: 10px 0px 0px 20px;
}

body.wide #contents .columns .column4 {
	width: 215px;
}

#contents .morebox {
	position: relative;
}

#contents .morebox .last {
	padding-bottom: 1.5em;
}

#contents .morebox .more {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#contents .morebox .bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contents .morebox .more a {
	padding-right: 12px;
	background: url(../images/morelink.gif) no-repeat right center;
}

#contents .subcontents {
	float: right;
	width: 205px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 80%;
}

#contents dl.related {
	display: table;
	width: 100%;
	margin-top: 10px;
	font-size: 100%;
	line-height: 190%;
	background: #eeeeee;
	overflow: hidden;
}

#contents dl.related dt {
	display: table-cell;
	width: 4.5em;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background: #154f90;
}

#contents dl.related dd {
	display: table-cell;
	margin: 4px;
	padding: 4px;
	padding-left: 0.5em;
}
#contents dl.related dd span {
	float: left;
	white-space: nowrap;
}

*+html #contents dl.related dt {
	float: left
}

*+html #contents dl.related dd {
	float: left
}


#contents .moreinfo,
#contents .moreinfo2 {
	margin-top: 20px;
	padding: 10px 12px;
	border: 1px solid #949494;
}

#contents .moreinfo h2 {
	margin: -10px -12px 15px;
	padding: 8px 15px 6px 20px;
	color: #1f7cc8;
	font-weight: bold;
	background: none #deebf7;
	border: 0px;
	border-bottom: 1px solid #1f7cc8;
}

#contents .moreinfo h4 {
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #1f7cc8;
}

#contents .moreinfo2 h4 {
	padding: 0px 0px 4px 0px;
	color: #535353;
	border-bottom: 1px solid #535353;
}

#contents .moreinfo p {
	font-size: 85%;
}

#contents .iconinfo {
	margin: 15px 0px 20px -30px;
	overflow: hidden;
}

#contents .iconinfo .iconinfocolumn {
	float: left;
	margin-left: 30px;
}

#contents .iconinfo p+p {
	margin-top: 5px;
}

#contents .iconinfo span {
	margin-left: 0px;
	margin-right: 6px;
}

#contents .reference {
	position: relative;
	padding: 20px 15px 15px;
	border: 1px solid #154f90;
}

#contents .reference .title {
	position: absolute;
	top: -0.8em;
	left: 10px;
	padding: 0.3em 0px 0.3em 5px;
	color: #154f90;
	letter-spacing: 5px;
	font-weight: bold;
	background: #ffffff;
}

*+#contents .reference {
	margin-top: 30px;
}

#contents .pagenavigation {
	padding: 8px 15px 0px;
	font-size: 90%;
	line-height: 150%;
	background: #eeeeee;
	overflow: hidden;
	zoom: 1;
}

#contents *+.pagenavigation {
	margin-top: 20px;
}

#contents .pagenavigation ul {
	margin-left: -15px;
	padding: 0px 0px 5px;
	overflow: hidden;
	zoom: 1;
}

#contents .pagenavigation ul li {
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 0px;
	background: none;
}

#contents .pagenavigation ul li+li {
	margin-top: 0px;
}

#contents .pagenavigation ul li a {
	padding-left: 14px;
	background: url(../images/pagenavigation.gif) no-repeat left 4px;
}

#contents .pagenavigation_bottom ul li a {
	background: url(../images/pagenavigation2.gif) no-repeat left 5px;
}

#contents table.table {
	clear: both;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}

#contents table.table caption {
	margin: 0px;
	padding: 0px 0px 7px;
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	text-align: left;
	color: #154f90;
}

#contents table.table th {
	padding: 8px;
	font-weight: normal;
	background: #deebf7;
	border: 1px solid #154f90;
}

#contents table.table th.another {
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	background: url(../images/listicon.gif) no-repeat 8px center #eeeeee;
}

#contents table.table td {
	padding: 8px;
	border: 1px solid #154f90;
}

#contents table.table td.another {
	background: #eeeeee;
}

#contents table+p.note {
	margin-top: 10px;
}

#contents table.table .nowrap {
	white-space: nowrap;
}

#contents *+table {
	margin-top: 20px;
}

#contents .pagenation {
	position: relative;
	overflow: hidden;
}

#contents .pagenation ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 30px 0px;
}

#contents .pagenation ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0px 5px;
	padding: 0px;
	background: none;
}

#contents .pagenation ul li a {
	display: block;
	padding: 3px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	line-height: 100%;
	text-decoration: none;
	background-color: #969696;
}

#contents .pagenation ul li.current a {
	background-color: #154f90;
}

#contents .pagenation ul li.prev a,
#contents .pagenation ul li.next a {
	width: 1em;
	height: 1em;
	margin: 0px 2px 0px 0px;
	text-indent: -10000px;
	background: url(../images/pagenation_prev.gif) no-repeat center center;
	overflow: hidden;
}

#contents .pagenation ul li.next a {
	margin: 0px 0px 0px 2px;
	background-image: url(../images/pagenation_next.gif);
}


#footer {
}


.spview {
	display: none;
}

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