/*** font_color ******************/
.fc_white{ color:#fff; }
.fc_cream{ color:#ffffcc; }

.fc_blu01{ color:#000066; }
.fc_blu02{ color:#1761B6; } 
.fc_blu03{ color:#F8FCFD; }
.fc_blu04{ color:#598DC9; }
.fc_blu05{ color:#D9E7F7; }
.fc_blu06{ color:#1A679B; }






.fc_orange01{ color:#FF9933; }
.fc_orange02{ color:#FF6633; }

.fc_green01{ color:#B1CB21; }
.fc_green02{ color:#99CC00; }
.fc_green03{ color:#339933; }
.fc_green04{ color:#006600; }
.fc_green05{ color:#003300; }


.fc_red01{ color:#cc3333; }
.fc_gray{ color:#b3b3b3; }
.fc_gray_3{ color:#333; }

/*** font_size ******************/
.fs11{ font-size:11px; }
.fs12{ font-size:12px; }
.fs13{ font-size:13px; }
.fs14{ font-size:14px; }
.fs16{ font-size:16px; }
.fs17{ font-size:17px; }
.fs18{ font-size:18px; }
.fs19{ font-size:19px; }
.fs20{ font-size:20px; }
.fs22{ font-size:22px; }
.fs23{ font-size:23px; }
.fs24{ font-size:24px; }
.fs26{ font-size:26px; }
.fs27{ font-size:27px; }
.fs28{ font-size:28px; }
.fs30{ font-size:30px; }
.fs32{ font-size:32px; }
.fs36{ font-size:36px; }

/*** font_weight ******************/
.fw_b{ font-weight:bold; }

/*** line_height ******************/
.l_h10{
	line-height:1.0em;
}

.l_h11{
	line-height:1.1em;
}

.l_h13{
	line-height:1.3em;
}


.l_h15{
	line-height:1.5em;
}

.l_h17{
	line-height:1.7em;
}


