@charset "utf-8";
/* CSS Document */

.dotted_line__bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.solid_black_1_line__bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.solid_black_1_2_line__bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.dashed_black_3_line__bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.black_2_line_1px_4 {
	border: 1px solid #999999;
}
.white_line_1px_4 {
	border: 1px solid #666;
}
.white_line_2px_4 {
	border: 2px solid #FFFFFF;
}
.white_line_1px_right {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #555;
	border-left-color: #555;
}
.black_line_1px_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
