body *{
	font-family:CI;
	font-size:16px;
}

#old {
	height:150px;
	overflow:auto;
}

#main {
	width:100%;
}

#main td:first-child {
	width:5%;
	vertical-align:top;
}

#diary {
	height:500px;
	overflow:auto;
}

.sutday {
	color:blue;
}

.sunday {
	color:red;
}

#monospace {
	font-family:monospace;
}
