table {
	text-align: left;
	width: 100%;
	border: solid 2px #000000; 
	border-collapse: separate;
	background: #fafadd;}
table tr th {
	font-size: 150%;
	font-style: italic;
}
/* HTMLのbigをとること
italicにしないものは、HTMLに
<span class="nm">sample</span>

*/
table tr td {
	vertical-align: top;}

/*テーブルの色*/
table.mizuiro {
background: #99ffff;
}

/*「italic」指定を解除するクラスの設定*/
span.nm {
	font-style :normal;
}

a {target-new:tab;}

