@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
.td_all_line {
	border: 1px dashed #999999;
}
.td_up-under_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.td_up_line  {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

.td_under_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.td_up-under-R_line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.td_R-L_line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.td_R_line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.td_no_up {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
