table.serch {
	border-collapse: collapse;
	border: 2px solid green; /* 外側の枠線 */
	font-size: 12px;
	text-align: center;
	height: auto;
}
table.serch td {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
 /* padding: 0.3em;セル内側の余白 */

}

.SMALL {
	font-size:12px;
}
td .R {
	text-align: right !important;
	width: 127px !important;
}
