<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #ffffff;
	background-color: #000000;
	/*font-family: sans-serif;*/
	/*normalize.css繧剃ｽｿ逕ｨ縺励※縺�ｋ縺溘ａ*/
}
#page {
	width: 980px;
	margin: 0 auto;
}
#page .globalNavi{

	border: none #CCCCCC;
	border-width: 3px 0;
	padding: 0px 0;	
}
#page .globalNavi ul{
	margin 0;
	padding: 0;
}
#page .globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
}

#page .globalNavi ul li{
	list-style: none;
	width: 245px;
	float: left;
	border-left: none  #CCCCCC;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 1.429;
}
#page .globalNavi ul li:first-child{
	border-left: none;
}
#page .globalNavi ul li a{
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
#page .globalNavi ul li a:hover{
	background-color: rgba(0,51,51,0.1);
}
#page .globalNavi ul li.current a{
	background-color: rgba(0,51,51,0.1);
}
p {
	font-size: 14px;
	line-height: 1.429;
}

ul li {
	font-size: 14px;
	list-style-type: square;
	line-height: 1.429;
}
/*陦ｨ*/
table {
	font-size: 14px;
	line-height: 1.429;
	border:1px dashed 5CCCCCC;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td{
	/*font-size: 14px;*/
	border:1px dashed 5CCCCCC;
	padding: 5px 10px;
}

table th{
	background-color: #EEEEEE;
	text-align: left;
}
table caption{
	text-align: left;
	font-weight: bold;
}
/*蝗ｳ迚�*/
figure{
	margin: 0;
}
figcaption{
	font-size: 12px;
}
/*隕句�縺�*/
/*荳闊ｬ蠖｢�亥�縺ｦ縺ｮ譁�ｭ励し繧､繧ｺ螟牙喧��
h1{font-size: 26px;}
h2{font-size: 18px;}
h3{font-size: 16px;}*/

/*隕句�縺�*/
/*繧ｯ繝ｩ繧ｹ螻樊ｧ驕ｩ逕ｨ蠖｢�域枚蟄励し繧､繧ｺ繧偵け繝ｩ繧ｹ螻樊ｧ縺斐→縺ｫ螟牙喧��*/
.pageTitle{
	font-size: 26px;
	background-color: #ffffff;
	border: dashed 5px;
	padding: 5px 15px;
	line-height: 1.231;
	color: #000000;
}
.heading-typeA{
	font-size: 18px;
	color: #349FA6;
	border-bottom:dashed 5px #349FA6;
	padding: 5px;
	line-height: 1.333;
}
.heading-typeB{
	font-size: 16px;
	border-left: dashed 5px #363636; 
	padding-left: 10px;
	line-height: 1.375;
}
.heading-typeC{
	font-size: 14px;
	line-height: 1.429;
}

/*蛹ｺ蛻�ｊ邱壹�菴咏區*/
.articleDetailHead{
	/*border-bottom: dashed 5px #349fa6;*/
	margin-bottom: 30px;
	padding-bottom: : 15px;
}
.articleDetailFoot{
	border-top: dashed 5px #349fa6;
	margin-top: 30px;
	padding-top: 15px;
}
.articleDetailBody section{
	margin: 30px 0;
}
.creditUnit{
	padding: 10px;
	border: dashed 5px #CCCCCC; 
}
.creditUnit p{
	font-size: 12px;
	line-height: 1.5;

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