<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

&lt;!--
body {
　　font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#660000;
	font-size:100%;
	background-color:#669966;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}

/*--文字設定--*/

h1{
	font-size:100%;
	font-weight:bold;
	line-height:12pt;
	margin-left:10pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
}	

.j10 {font-family: "MS Pゴシック","Osaka"; font-size:60%; line-height:140% }
.j12 {font-family: "MS Pゴシック","Osaka"; font-size:80%; line-height:140% }
.j14 {font-family: "MS Pゴシック","Osaka"; font-size:100%; line-height:140% }
.j16 {font-family: "MS Pゴシック","Osaka"; font-size:120%; line-height:140% }
.j18 {font-family: "MS Pゴシック","Osaka"; font-size:140%; line-height:140% }

.font_color_red {
	color: #FF3300;
}
.font_color_green {
	color: #336600;
}
.font_color_yellow {
	color: #FFFFCC;
}
.font_color_brown {
	color: #996633;
}
.font_color_mossgreen {
	color: #999966;
}
.font_color_link {
	color: #FF6600;
}

/*--背景設定--*/

.bgcolor1 {
	background-color: #FFFFCC;
}

.padding {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

a:link {
	text-decoration: none;
	color: #FFFFCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}

--&gt;</pre></body></html>