/*----------------------*/
/* 共通フォントスタイル */
/*----------------------*/
.bold{font-weight:bold;}



/*--------------------*/
/* 共通フォントサイズ */
/*--------------------*/
/* 相対サイズ */
.fs_xxsmall{font-size:xx-small;}
.fs_xsmall{font-size:x-small;}
.fs_small{font-size:small;}
.fs_medium{font-size:medium;}
.fs_large{font-size:large;}
.fs_xlarge{font-size:x-large;}
.fs_xxlarge{font-size:xx-large;}

/* 絶対サイズ */
.fs_8pt{font-size:8pt;}
.fs_9pt{font-size:9pt;}
.fs_10pt{font-size:10pt;}
.fs_11pt{font-size:11pt;}
.fs_12pt{font-size:12pt;}
.fs_13pt{font-size:13pt;}
.fs_14pt{font-size:14pt;}
.fs_15pt{font-size:15pt;}
.fs_16pt{font-size:16pt;}



/*----------------*/
/* フォントカラー */
/*----------------*/

.fc_cd5c5c{color:#cd5c5c;}

.fc_ff3366{color:#ff3366;}
.fc_ff6666{color:#ff6666;}

.fc_996600{color:#996600;}

.fc_333333{color:#333333;}
.fc_666666{color:#666666;}
.fc_cccccc{color:#cccccc;}

.fc_3300ff{color:#3300ff;}



