table.old table.none td { border:0px none; }
table.old{
	border:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show; /*空白セルのボーダーの表示・非表示を指定*/
}
.old td{
	border-bottom:1px solid #663300;
	border-right:1px solid #663300;
}


.year_new{
	width:280px;
	height:40px;
	text-align:right;
	font-size:0.8em;
	float:left;
}

.year_this{
	width:280px;
	height:40px;
	text-align:center;
	float:left;
}

.year_old{
	width:280px;
	height:40px;
	text-align:left;
	font-size:0.8em;
	float:left;
}
