@charset "utf-8";
/* CSS Document */
#container {
	width: 100%;
	height: auto;
	min-height: 300px;
	float: left;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#left_title .title {
	position: absolute;
	z-index: 5;
	left: 49px;
	top: 277px;
}
#container .words {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}
table {
	border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-radius: 5px;
}
tr:first-child td:first-child {
	border-radius: 15px 0 0 0;
}
tr:first-child td:last-child {
	border-radius: 0 15px 0 0;
}
tr:last-child td:first-child {
	border-radius: 0 0 0 15px;
}
tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
}
#list {
	width: 100%;
	height: auto;
}
#list .line {
	border-top: 1px #E7DCD1 dashed;
}
#list .head {
	color: #F9F2EB;
}
.c01 {
	color: #9F8570;
}
.c02 {
	color: #9F8570;
}
.c03 {
	color: #FF4000;
}
.c04 {
	color: #8C8C00;
}
.c05 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.c06 {
	color: #777777;
}
