.cal{
	text-align: center;
  border-collapse: collapse;
  border: 1px ridge #cccccc;
	margin-left:auto;
	margin-right:auto;
	width: 530px;
	margin-bottom: 10px;
}

.cal th{
  border: 1px solid #999999;
	background-color: #e5fed9;
	padding:1px;
}
.cal td{
  border: 1px solid #999999;
	padding:1px;
	background-color: #ffffff;
}

.cal td.date{
	background-color: #fffede;
}

.support{
  border-collapse: collapse;
  border: 1px ridge #cccccc;
	margin-left:auto;
	margin-right:auto;
	width: 530px;
	margin-bottom: 10px;
}
.support th{
	text-align: center;
  border: 1px solid #999999;
	background-color: #e5fed9;
	padding:3px 5px;
}
.support td{
  border: 1px solid #999999;
	padding:3px 5px;
}
.support td.price{
	text-align: right;
}
.support th.sub{
	background-color: #ffffff;
}

.com{
	font-size: 120%;
	font-weight: bold;
}