@charset "utf-8";

table.base {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	clear: both;
}

table.base caption {
	font-size: 12px;
}

table.base th {
	width: 70px;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	background-color: #ffefce;
	border: 1px solid #CCCCCC;
}

table.base td {
	width: auto;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

table.base td em {
	font-size: 14px;
	color: red;
	font-style: normal;
	font-weight: bold;
}

table.imagelist {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.imagelist td {
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
}

table.imagelist td.photo {
	width: 150px;
	padding-right: 10px;
	text-align: left;
}

table.floor {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.floor th {
	padding: 5px;
	font-size: 12px;
	white-space: nowrap;
	border: 1px solid #808080;
}

table.floor td {
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #808080;
}

table.floor td.photo {
	width: 150px;
	padding-right: 10px;
	text-align: left;
}

table.floor td.center {
	text-align: center;
}

table.floor tr.type1 td {
	background-color: #99CCFF;
}

table.floor tr.type2 td {
	background-color: #CCFF99;
}

table.floor tr.type3 td {
	background-color: #EEEEEE;
}
