table.semi
{
	margin: 10px 0;
	border-collapse: collapse;
	width: 540px;
	font-size: 90%;
}

table.semi th, table.semi td
{
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	padding: 3px;
}

table.semi th.title
{
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	background-color: #12623e;
	color: white;
}

table.semi th.k
{
	background-color: #70aa8a;
	width: 120px;
}

table.semi td
{
	vertical-align: top;
}






table.resultList
{
	width: 553px;
	border-collapse: collapse;
	font-size: 12px;
	margin: 10px 0;
	empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #767676;
}

table.resultList th,
table.resultList td
{
	border-width: 1px;
	border-style: solid;
	border-color: #767676;
	padding: 3px;
}

table.resultList th
{
	background-color: #c0e49b;
	font-size: 14px;
	text-align: left;
}

table.resultList td
{
	width: 180px;
}

table.resultList th.head
{
	width: 100px;
	background-color: #dce3d5;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

table.resultList td.photo
{
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

table.resultList th div.detailbtn
{
	float: right;
	margin: 7px 7px 0 0;
}





