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

.txt_o {
	color:#FFF;
	position:relative;
	top:125px;
}

.txt_o:hover {
	color:#333;
}

.txt_v {
	color:#FFF;
	position:relative;
	top:275px;
}

.txt_v:hover {
	color:#333;
}

.txt_q {
	color:#FFF;
	position:relative;
	top:125px;
}

.txt_q:hover {
	color:#333;
}

.txt_ob {
	color:#000;
	position:relative;
	top:125px;
}

.txt_ob:hover {
	color:#333;
}

.txt_vb {
	color:#000;
	position:relative;
	top:275px;
}

.txt_vb:hover {
	color:#333;
}

.txt_qb {
	color:#000;
	position:relative;
	top:125px;
}

.txt_qb:hover {
	color:#333;
}

