@charset "utf-8";

.cursor {cursor: pointer; cursor: hand;} 

.box {
	border: thin solid #8DD5FF;
}
.box1 {
	border: 1px solid #CCCCCC;
}
.box2 {
	border: 1px solid #666666;
}
.text_12bold {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight:bold;
}
.text_12 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.text_12black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
.text_12blue {
	font-family: Arial;
	font-size: 12px;
	color: #6BBADE;
	line-height: 16px;
}

