BODY,TD{
	FONT-SIZE: 10pt;
	scrollbar-base-color: white; 
}

/* テーブル */
TABLE.solid{
	border: 1px black solid;
} 
.double{
	border: 3px black double;
}
TR.color1{
	background-color: khaki;
}
.color2{
	background-color: paleturquoise;
}
TD.back{
	background-color: #FFFFFF;
}

/* フォント */
FONT.big{
	font-weight: bold;
	font-size: 20pt;
	color: red;
 }
.bigm{font: bold 28pt serif;}
.bigl{font: bold 18pt serif;}
.bigs{font: bold 13pt serif;}
.mid{
	font-weight: bold;
	line-height: 1.8;
}
.lm{
	font-weight: 900;
	font-size:16pt;
	line-height:1.5;
	color: navy;
}
.comp{
	font-weight: 900;
	font-size: 13pt;
	line-height: 1.5;
	color: #003333;
}

/* リンク */
A {	text-decoration: none; }
A:hover { color: red; }

/* リスト */
UL { list-style: decimal outside; } 
UL.disc { list-style: disc outside; } 

DT{ line-height: 160%;}

/* イメージ */
.pict{
	 BORDER: 0px;
	 margin: 2px 5px;
}

/* 水平線 */
HR.line{
	border-style: solid none none none; 
	border-top-width: 1px; 
	border-top-color: black; 
	height: 1px; 
}
HR.dot{
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: black; 
	height: 1px; 
}
