@charset "utf-8";

/*文字色*/
.txt-blak{
	color:#000000;
}

.txt-gray{
	color:#333333;
}

.txt-orange{
	color:#F39800;
}

.txt-blue{
	color:#0066FF;
}

.txt-blue2{
	color:#000099;
}

.txt-blue3{
	color:#009FE8;
}

.txt-blue4{
	color:#60b9cf;
}

.txt-red{
	color:#C34E3F;
}

.txt-bag{
	color:#C09D6C;
}

.txt-gre{
	color:#93C86B;
}

.txt-yel{
	color:#C0C063;
}

.txt-white{
	color:#FFFFFF;
}


/*背景色*/
.bgc-pink{
	background-color:#FFE1DD;
}

.bgc-blue{
	background-color:#E3EEFB;
}

.bgc-gray {
	background-color:#E6E6E6;
}


.bgc-red {
	background-color:#C34E3F;
}
.bgc-bag {
	background-color:#C09D6C;
}
.bgc-gre {
	background-color:#93C86B;
}
.bgc-yel {
	background-color:#fff100;
}