@charset "utf-8";
/* CSS Document */

/* ----------------------------------------- */
div.sample-box {
	width: 500px;
}
div.sample-box h3 {
	font-size: small;
}
div.sample-left-box {
	width: 240px;
	float: left;
}
div.sample-right-box {
	width: 240px;
	float: left;
	margin-left: 10px;
}
/* ------------------- */
div.sample {
	width: 180px;
	color: black;
	padding: 10px;
	background-color: #f5cc11;
	border: 3px solid #7b6529;
	margin: 10px;
}
/* ------------------- */
table.sample {
	width: 210px;
	color: black;
	background-color: #7b6529;
	border-collapse: collapse;
	border: 3px solid #7b6529;
	margin: 10px;
}
table.sample td {
	padding: 3px;
}
table.sample thead td {
	color: white;
	background-color: #7b6529;
}
table.sample tbody td {
	color: black;
	background-color: #f5cc11;
}
table.sample tfoot td {
	color: white;
	background-color: #7b6529;
	font-size: x-small;
}
/* ------------------- */
div.clear-both {
	clear: both;
}