@charset "utf-8";
/* CSS Document */

.box_green {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #AFCAB4;
	border-right-color: #AFCAB4;
	border-bottom-color: #AFCAB4;
	border-left-color: #AFCAB4;
	color: #333;
}

.box_gray {
	border: 1px solid #666;
}


.undeline_gray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

