html {
	-ms-overflow-y: scroll;
}
body {
	color: rgb(51, 51, 51); line-height: 1.8; font-family: Tahoma, Geneva, sans-serif; font-size: small; font-weight: normal;
}
#container {
	background-color: rgb(255, 255, 255);
}
#header_box {
	text-align: center; margin-top: 10px;
}
#header_box .header_img {
	
}
#contents_box {
	
}
#title_box {
	text-align: center;
}
#title_box h1 {
	padding: 5px;
}
#commentary_box {
	margin-bottom: 10px;
}
#commentary_box table {
	margin: 0px auto;
}
#commentary_box th {
	background-color: rgb(254, 254, 254);
}
#commentary_box td {
	padding: 10px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
#commentary_box td.header {
	text-align: center; background-color: rgb(221, 221, 221);
}
#commentary_box .date {
	color: rgb(102, 102, 102);
}
#footer_box {
	text-align: center;
}
#footer_box #copyright {
	padding: 10px; color: rgb(102, 102, 102);
}
