<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--テーブルのスタイル---------------------------------*/
&lt;!--

table{
	width: 900px;
	height: auto;
	border: 0px #2b2b2b solid;
	margin: 20px 0px 20px 50px;
}

td{
	width: 300px;
	height: 20px;
	padding: 3;
	border: 0px #2b2b2b solid;
	text-align: left;
	vertical-align: center;
	font-size: 90%;
}

th{
	width: 300px;
	height: 20px;
	padding-bottom: 6px;
	border: 0px #2b2b2b solid;
	text-align: left;
	vertical-align: center;
	font-size: 100%;
}
--&gt;
&lt;/style&gt;</pre></body></html>