<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 閭梧勹 */
body {
	background-color: #66CCCC;
	text-align: center;
}

/* 隕句�縺� */
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #000066;
	margin: 10px;
	padding: 5px;
	background-color: #FFCCCC;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #F7659C;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #003063;
	margin: 10px;
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
}
/* 谿ｵ關ｽ譁�ｭ� */
p.txt {
	padding: 5px 10px 10px;
	margin: 5px 10px 10px;
	height: auto;
	font-size: small;
	line-height: 140%;
}
/* 繝輔ャ繧ｿ繝ｼ闡嶺ｽ懈ｨｩ */
.copyright {
	color: #FFFFFF;
	font-size: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 繝｡繝九Η繝ｼ繝懊ち繝ｳ */
a {
	text-decoration: none;
}
a.button {
	display:block;
	color: #FFFFFF;
	border-top:3px solid #99ccff;
	border-left:3px solid #99ccff;
	border-right:3px solid #4080BF;
	border-bottom:3px solid #4080BF;
	background: #32A7CA url(img/mnubtn.gif);
	text-align: center;
	width: 200px;
	margin: 5px 0px 0px;
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
} 
a.button:hover{
	color: #FFFF33;
	border-top:3px solid #254A70;
	border-left:3px solid #254A70;
	border-right:3px solid #508AC5;
	border-bottom:3px solid #508AC5;
	/*-moz-border-radius:5px;*/
	background: #336699;
} 

a.under_menu {
	font-size: 90%;
	color: #000099;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
a.under_menu:visited {
	color: #333333;
}
a.under_menu:hover {
	color: #FF0000;
}
a.under_menu:active {
	color: #FF0000;
}
table th {
	font-size: 90%;
	background-color: #FFCCCC;
}
.txt {
	font-size: small;

}
/* ------------------------------
 譌･譛ｬ隱槫�蜉帙�繧ｪ繝ｳ繝ｻ繧ｪ繝�
------------------------------ */
input.imeauto  { ime-mode: auto; }
input.imeact   { ime-mode: active; }
input.imeinact { ime-mode: inactive; }
input.imedis   { ime-mode: disabled; }
</pre></body></html>