/* CSS Document */

#jisseki{
	text-align: center;
	margin: 10px;
	padding: 10px;
}
h2{
	font-size: medium;
	color: #FF99CC;
}
#time{
	text-align: right;
	margin: 0px 70px 0px 0px;
	padding: 0px;
}
table{
    text-align:center;
	width:100%;
	border:none;
}
tr,th,td{
	border:none;
}
th#newtitle{
	background-color:#FFFFFF;
	color:#FF0000;
	padding-bottom: 10px;
}
th#oldtitle{
	background-color:#FFFFFF;
	color:#9900FF;
	padding-top: 40px;
	padding-bottom: 10px;
}
th{
	background-color:#FF66FF;
	color:#993399;
}
tr table td{
	background-color:#FFFFCC;
}