@charset "utf-8";
/* CSS Document */

.searcheLeft {
	float:left;
	margin-bottom:10px;
}
.searcheRight {
	float:left;
	width:545px;
	margin-bottom:10px;
}

.searcheRight h3 {
	border-bottom:1px #44AD27 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	width:545px;
}
table.searche {
    border-top:1px solid #44AD27;
    border-left:1px solid #44AD27;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	font-size: 0.9em;
	width:670px;
}

.searche td{
    border-right:1px solid #44AD27;
    border-bottom:1px solid #44AD27;
    padding:0.3em 1em;
	font-size: 0.9em;
	text-align:left;
}
.searche td.item1{
    border-right:1px solid #44AD27;
    border-bottom:1px solid #44AD27;
	background-color:#d2f3e1;
	font-size: 0.9em;
	font-weight:bold;
	text-align:center
}

.searche td.item2{
    border-right:1px solid #44AD27;
    border-bottom:1px dotted #44AD27;
	text-left:center;
	font-size: 0.9em;
	text-align:left;
}
.searche td.item3{
    border-right:1px solid #44AD27;
    border-bottom:1px solid #44AD27;
	text-left:center;
	font-size: 0.9em;
	text-align:center;
}
.searche td.item4{
    border-right:1px solid #44AD27;
    border-bottom:1px dotted #44AD27;
	text-left:center;
	font-size: 0.9em;
	text-align:center;
}
.link {
	margin-bottom:40px;
	text-align:right;
}