@charset "utf-8";

#listArea h3 {
	float: right;
	width: 550px;
	font-size: 1em;
	color: #333333;
	text-align: left;
	margin-bottom: 11px;
	font-weight: bold;
}

table#listArea {
	border-collapse: collapse;
	border: 1px solid #999999;
	empty-cells:show;
	width: 550px;
	text-align: center;
	float: right;
	margin-bottom: 20px;
}

table#listArea th.li01 {
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.0001em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #33AD85;
	font-size: 1em;
	line-height: 17px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

table#listArea th.li02 {
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.0001em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #B2E0D1;
	font-size: 1em;
	line-height: 17px;
	padding: 5px 10px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}

table#listArea td.li03 {
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.0001em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #E5F5EF;
	font-size: 1em;
	line-height: 17px;
	padding: 5px 10px;
	color: #333333;
}

table#listArea td {
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.0001em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
	font-size: 1em;
	line-height: 17px;
	padding: 5px 10px;
	color: #333333;
}

table#listArea td a {
	color: #006699;
}

table#listArea td a:hover {
	color: #FF6600;
}

