@charset "utf-8";
.txt_copyright {
	font-family: Arial;
	font-size: 11px;
	color: #dadada;
}
.txt_12pxb_green {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9ab600;
}
.txt_13pxb_green {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #9ab600;
}
.txt_16pxbi_white {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
}
.txt_11pxi_white {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
}
.txt_12pxb_gray {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.txt_12px_gray {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.txt_12px_gray:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}