@charset "utf-8";
#list {
	background-color: #FFFFFF;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#list table, th, td {
	text-align: left;
	margin: 10px;
	padding: 0px;
	border-collapse:separate;
	border: none;
	border-spacing:0;
}
#list table {
	width: 600px;
	border-collapse:separate;
	border: 1px solid #eeeeee;
	background:#d9e7f6;
	line-height: normal;
}
#list caption {
	border-collapse:separate;
	border-spacing:0;
	line-height: 1.8;
	font-weight: bold;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #307bcf;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
#list #menu1 {
	width: 100px;
}
#list #menu2 {
	width: 100px;
}
#list #time {
	width: 80px;
}
#list #classify {
	width: 100px;
}
#list #contents {
	width: 220px;
}

#list th {
	padding: 0.8em 0.5em;
	border-color: #629cdd #8bd7e6 #629cdd #eeeeee;
	border-style: solid;
	border-width: 1px;
	color:#FFFFFF;
	background:#629cdd;
	font-weight:bold;
	font-size:100%;
}
#list td {
	padding: 0.8em 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #81b0e4 #81b0e4 #FFFFFF;
	font-size:100%;
}

