@charset "utf-8";

/*文字色*/
.txt-blak{
	color:#000000;
}

.txt-gray{
	color:#333333;
}

.txt-orange{
	color:#FF6600;
}

.txt-green{
	color:#009900;
}

.txt-blue{
	color:#0066FF;
}

.txt-red{
	color:#CC0000;
}

.txt-blue2{
	color:#000099;
}


