@charset "UTF-8";

table#Schedule {
	width:400px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #444444;
}

table#Schedule th {
	border:1px solid #444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:1px;
}

table#Schedule td {
	font-size: 10px;
	line-height: 18px;
	border:1px solid #444444;
	text-align:center;
}


table#Schedule td.Oyasumi {
	background:#baf0fc;
}

div#blogBanner {
	border-top:1px solid #00B5BE;
	border-bottom:1px solid #00B5BE;
}

div#blogBanner img {
	display:block;
	border:none;
	padding-bottom:1px;
}
