@charset "utf-8";
/* CSS Document */
 
#contents #right {
	float: right;
	width: 200px;
}
#contents #left {
	float: left;
	width: 600px;
}
 

table.update {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 12px;
	color: #666666;

}

table.update th {
	color: #FFFFFF;
	background-color: #669933;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	

	background-position:left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

table.update td {
	line-height: 1.3em;
	padding-left: 10px;
	
	padding:0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

table.update li.day {
	text-align: center;
}
table.update li.comme {
	display: inline;
	text-align: left;
}

table.update td.day {
	width: 50px;
	text-align: center;
	padding-left: 0px;
}

table.update td a{
	color: #666666;
	text-decoration: underline;
}
