.LC_BOX {
	margin: 1em 0;
	padding: 1em;
}
.LC_textcopy {
	border: 1px solid #d5c18b;
	background: #ece3cc;
	color: #aa8d3e;
}
.LC_graybox {
	border: 1px solid #ccc;
	background: #eee;
	color: #999;
}
.LC_yellowbox {
	border: 1px solid #f6e593;
	background: #fbf4d0;
	color: #bda014;
}
.LC_redbox {
	border: 1px solid #f69993;
	background: #fbd3d0;
	color: #cc2e09;
}
.LC_bluebox {
	border: 1px solid #93abf6;
	background: #d0dafb;
	color: #3e53d4;
}
.LC_greenbox {
	border: 1px solid #aabc4e;
	background: #e0efce;
	color: #61952f;
}
div.LC_mini-right-tbl {
	width: 220px;
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #DDD;
	border-right: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	background: #fff;
}
	div.LC_mini-right-tbl table {
		margin: 0 5px 5px;
		width: 210px;
		line-height: 1.2em;
		border: 0px;
		background: #fff;
	}
	div.LC_mini-right-tbl table caption {
		width: 210px;
		padding: 3px 0 2px;
		margin-bottom: 4px;
		text-align: center;
		border: 0px;
		border-bottom: 3px double #ddd;
	}
	div.LC_mini-right-tbl table tbody th {
		width: auto;
		margin: 0;
		padding-left: 4px;
		text-align: left;
		vertical-align: top;
		font-weight: normal;
		white-space: normal;
		border: 0px;
		border-left: 5px solid #aaa;
		border-bottom: 1px solid #aaa;
		background: #fff;
	}
	div.LC_mini-right-tbl table tbody td {
		width: auto;
		padding-left: 1em;
		padding-bottom: 6px;
		border: 0px;
		background: #fff;
		color: #888;
	}
