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

/*  文字サイズ小
--------------------------------------------------------------------------	*/

html {
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro"
  line-height: 150%;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #f0f0f0;
}

td {
	font-style: normal;
	font-size: 12px ;
	line-height:1.2em; 
}

A:link {
	text-decoration: none;
	color:#000000;
	}
A:visited {
	text-decoration: none;
	color:#000000;
	}
A:active {
	text-decoration: none;
	color:#000000;
	}
A:hover {
	text-decoration: none;
	color:#0000FF;
	}
.copy{
	font-style: normal;
	font-size: xx-small;
	line-height:1.5em; 
}
/*FONT SIZER CSS
--------------------------------------------------------------------------	*/

.fontResizer {
	 display: block;
	 position: absolute;
	 top: 15px;
	 left: 770px;
	 width:60px;
	border: 0px solid #ccc;
 }

.fontResizer a {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	text-align: center;
	border: 1px solid #ffffff;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	margin-right:1px;
}

.fontResizer a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { font-size: 12px; }

.medFont { font-size: 14px; }

.largeFont { font-size: 16px; }

.curFont { background: #003300; }</pre></body></html>