/* CSS Document */




/****************************　黒色  */


.text-black-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #333333;
}
.text-black-xx-large {
	font-size: xx-large;
	color: #333333;
    line-height: 1.3em;
}
.text-black-x-small {
	font-size: x-small;
	color: #333333;
    line-height: 1.3em;
}
.text-black-x-large {
	font-size: x-large;
	color: #333333;
    line-height: 1.3em;
}
.text-black-smaller {
	font-size: smaller;
	color: #333333;
    line-height: 1.3em;
} 
.text-black-small {
	font-size: small;
	color: #333333;
    line-height: 1.3em;
}
.text-black-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #333333;
}
.text-black-larger {
	font-size: larger;
	color: #333333;
    line-height: 1.3em;
} 
.text-black-large {
	font-size:large;
	color: #333333;
	line-height: 1.3em;
}
.text-black-small-bold {
	font-size: small;
	line-height: 1.3em;
	color: #333333;
	font-weight:bold;
}   
 

   
/****************************　グレー  */
    
.text-gray-smll {
	font-size: small;
	line-height: 1.3em;
	color: #666666;
} 
.text-gray-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #666666;
}
.text-gray-xx-large {
	font-size: xx-large;
	color: #666666;
    line-height: 1.3em;
}
.text-gray-x-small {
	font-size: x-small;
	color: #666666;
    line-height: 1.3em;
}
.text-gray-x-large {
	font-size: x-large;
	color: #666666;
    line-height: 1.3em;
}
.text-gray-smaller {
	font-size: smaller;
	color: #666666;
    line-height: 1.3em;
} 
.text-gray-small {
	font-size: small;
	color: #666666;
    line-height: 1.3em;
}
.text-gray-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #666666;
}
.text-gray-larger {
	font-size: larger;
	color: #666666;
    line-height: 1.3em;
} 
.text-gray-large {
	font-size:large;
	color: #666666;
	line-height: 1.3em;
}
  

/****************************　青色  */
.text-blue-smll {
    font-size: small;
	line-height: 1.3em;
	color: #3399CC;
}
.text-blue-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #3399CC;
}
.text-blue-xx-large {
	font-size: xx-large;
	color: #3399CC;
    line-height: 1.3em;
}
.text-blue-x-small {
	font-size: x-small;
	color: #3399CC;
    line-height: 1.3em;
}
.text-blue-x-large {
	font-size: x-large;
	color: #3399CC;
    line-height: 1.3em;
}
.text-blue-smaller {
	font-size: smaller;
	color: #3399CC;
    line-height: 1.3em;
} 
.text-blue-small {
	font-size: small;
	color: #3399CC;
    line-height: 1.3em;
}
.text-blue-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #3399CC;
}
.text-blue-larger {
	font-size: larger;
	color: #3399CC;
    line-height: 1.3em;
} 
.text-blue-large {
	font-size:large;
	color: #3399CC;
	line-height: 1.3em;
}

/****************************　緑色  */
.text-green-smll {
    font-size: small;
	line-height: 1.3em;
	color: #339900;
}
.text-green-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #339900;
}
.text-green-xx-large {
	font-size: xx-large;
	color: #339900;
    line-height: 1.3em;
}
.text-green-x-small {
	font-size: x-small;
	color: #339900;
    line-height: 1.3em;
}
.text-green-x-large {
	font-size: x-large;
	color: #339900;
    line-height: 1.3em;
}
.text-green-smaller {
	font-size: smaller;
	color: #339900;
    line-height: 1.3em;
} 
.text-green-small {
	font-size: small;
	color: #339900;
    line-height: 1.3em;
}
.text-green-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #339900;
}
.text-green-larger {
	font-size: larger;
	color: #339900;
    line-height: 1.3em;
} 
.text-green-large {
	font-size:large;
	color: #339900;
	line-height: 1.3em;
}


/****************************　赤色  */

.text-red-smll {
    font-size: small;
	line-height: 1.3em;
	color: #FF0000;
}
.text-red-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #FF0000;
}
.text-red-xx-large {
	font-size: xx-large;
	color: #FF0000;
    line-height: 1.3em;
}
.text-red-x-small {
	font-size: x-small;
	color: #FF0000;
    line-height: 1.3em;
}
.text-red-x-large {
	font-size: x-large;
	color: #FF0000;
    line-height: 1.3em;
}
.text-red-smaller {
	font-size: smaller;
	color: #FF0000;
    line-height: 1.3em;
} 
.text-red-small {
	font-size: small;
	color: #FF0000;
    line-height: 1.3em;
}
.text-red-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #FF0000;
}
.text-red-larger {
	font-size: larger;
	color: #FF0000;
    line-height: 1.3em;
} 
.text-red-large {
	font-size:large;
	color: #FF0000;
	line-height: 1.3em;
}

.text-red-larger-bold {
	font-size: larger;
	color: #FF0000;
    line-height: 1.3em;
	font-weight:bold;
} 
.text-red-x-large-bold {
	font-size: x-large;
	color: #FF0000;
    line-height: 1.3em;
	font-weight:bold;
}

/****************************　白色  */

.text-white-small {
    font-size: small;
	line-height: 1.3em;
	color: #ffffff;
}
.text-white-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #ffffff;
}
.text-white-xx-large {
	font-size: xx-large;
	color: #ffffff;
    line-height: 1.3em;
}
.text-white-x-small {
	font-size: x-small;
	color: #ffffff;
    line-height: 1.3em;
}
.text-white-x-large {
	font-size: x-large;
	color: #ffffff;
    line-height: 1.3em;
}
.text-white-smaller {
	font-size: smaller;
	color: #ffffff;
    line-height: 1.3em;
} 
.text-white-small {
	font-size: small;
	color: #ffffff;
    line-height: 1.3em;
}
.text-white-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #ffffff;
}
.text-white-larger {
	font-size: larger;
	color: #ffffff;
    line-height: 1.3em;
} 
.text-white-large {
	font-size:large;
	color: #ffffff;
	line-height: 1.3em;
}



/****************************　茶色  */


.text-brown-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #CC6633;
}
.text-brown-xx-large {
	font-size: xx-large;
	color: #CC6633;
    line-height: 1.3em;
}
.text-brown-x-small {
	font-size: x-small;
	color: #CC6633;
    line-height: 1.3em;
}
.text-brown-x-large {
	font-size: x-large;
	color: #CC6633;
    line-height: 1.3em;
}
.text-brown-smaller {
	font-size: smaller;
	color: #CC6633;
    line-height: 1.3em;
} 
.text-brown-small {
	font-size: small;
	color:#CC6633;
    line-height: 1.3em;
}
.text-brown-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #CC6633;
}
.text-brown-larger {
	font-size: larger;
	color: #CC6633;
    line-height: 1.3em;
} 
.text-brown-large {
	font-size:large;
	color: #CC6633;
	line-height: 1.3em;
}


/****************************　オレンジ色  */

.text-orange-amll {
	font-size: small;
	line-height: 1.3em;
	color: #FF6600;
}    
.text-orange-xx-small {
	font-size:xx-small;
	line-height: 1.3em;
	color: #FF6600;
}
.text-orange-xx-large {
	font-size: xx-large;
	color: #FF6600;
    line-height: 1.3em;
}
.text-orange-x-small {
	font-size: x-small;
	color: #FF6600;
    line-height: 1.3em;
}
.text-orange-x-large {
	font-size: x-large;
	color: #FF6600;
    line-height: 1.3em;
}
.text-orange-smaller {
	font-size: smaller;
	color: #FF6600;
    line-height: 1.3em;
} 
.text-orange-small {
	font-size: small;
	color: #FF6600;
    line-height: 1.3em;
}
.text-orange-medium {
	font-size: medium;
	line-height: 1.3em;
	color: #FF6600;
}
.text-orange-larger {
	font-size: larger;
	color: #FF6600;
    line-height: 1.3em;
} 
.text-orange-large {
	font-size:large;
	color: #FF6600;
	line-height: 1.3em;
} 

   



   

   

   
   
   




