/* The Style Sheet of My Document */
/* テーブル枠あり */

table.class1{ /* 基本テーブル設定（固定）*/
	margin:0px;
	padding:0px;
}

.class1 th{
	height:25px;
	margin:0px;
	padding:6px;
	text-align:center;
	font-size:90%;
	background-color:#ffe605;
}

.class1 td{
	height:25px;
	margin:0px;
	text-align:center;
	font-size:90%;
	background-color:#cccccc;
	padding:5px;
}

th.class1 {
	height:25px;
	margin:0px;
	padding:6px;
	text-align:center;
	font-size:84%;
	background-color:#ffe605;
}

td.class1 {
	height:25px;
	margin:0px;
	text-align:center;
	font-size:84%;
	background-color:#cccccc;
	padding:5px;
}

