@charset "utf-8";

body {
	font: normal normal 100% Arial, Helvetica, Osaka,"ＭＳ Ｐゴシック", sans-serif;
}

table {
	border: 1px solid #D6D6D6;
	border-collapse: collapse;
	margin-left:20px;
	font-size:75%;
	font-weight: normal;
}
caption { text-align: left; padding: 0 0 .5em;}
th {
	white-space: nowrap;
	background: #AA8B4F;;
	color: #000000;
}
thead th {
	background: #222222;
	color: #fff;
}

th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #D6D6D6;
	text-align: left;
	font-weight: normal;
}
