@charset "utf-8";


table {
	border-collapse: collapse;
	width: 650px;
	margin-bottom: 30px;
}

table caption { 
	font-size: 20px;
	text-align:left;
}

table,
th,
td {
	border: 1px solid #999;
}

th,td {
	width: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td {
	text-align: center;
	vertical-align: middle;
}

.date_tr {
	background-color: #f5f5f5;
}

.date {
	font-size: 15px;
	font-weight: bolder;
}

.date2 {
	font-size: 15px;
	font-weight: bolder;
	color: #00F;
}

.date3 {
	font-size: 15px;
	font-weight: bolder;
	color: #F00;
}

.talk {
	color: #F00;
	font-weight: bold;
}

#kyoto td {
	width: 165px;
}

