/* CSS Document */
span.red {/*-----文章内太文字赤設定-----*/
color: #f00;
font-weight: bold;
}
span.blue {/*-----文章内太文字青設定-----*/
color: #00f;
font-weight: bold;
}
span.green {/*-----文章内太文字緑設定-----*/
color: #008000;
font-weight: bold;
}
span.lgt_green {/*-----文章内太文字薄緑設定-----*/
color: #0c0;
font-weight: bold;
}
span.yellow {/*-----文章内太文字黄設定-----*/
color: #ff0;
font-weight: bold;
}
span.gold {/*-----文章内太文字黄設定-----*/
color: #ffd700;
font-weight: bold;
}
span.goldenrod {/*-----文章内太文字黄設定-----*/
color: #daa520;
font-weight: bold;
}
span.d_orange {/*-----文章内太文字オレンジ設定-----*/
color: #ff8c00;
font-weight: bold;
}
span.orange {/*-----文章内太文字オレンジ設定-----*/
color: #ffa500;
font-weight: bold;
}
span.orange_red {/*-----文章内太文字オレンジ設定-----*/
color: #ff4500;
font-weight: bold;
}
span.magenta {/*-----文章内太文字マゼンタ設定-----*/
color: #f0f;
font-weight: bold;
}
span.cyan {/*-----文章内太文字シアン設定-----*/
color: #0ff;
font-weight: bold;
}
span.lime {/*-----文章内太文字黄緑設定-----*/
color: #0f0;
font-weight: bold;
}
span.lgt_blue {/*-----文章内太文字薄青設定-----*/
color: #0080ff;
font-weight: bold;
}
span.water {/*-----文章内太文字水色設定-----*/
color: #00ccff;
font-weight: bold;
}
span.white {/*-----文章内白設定-----*/
color: #ffffff;
}
span.t_green {/*-----テーブル内緑設定-----*/
color: #008000;
}
span.t_red {/*-----テーブル内赤設定-----*/
color: #f00;
}
span.t_blue {/*-----テーブル内青設定-----*/
color: #00f;
}
span.t_lgt_blue {/*-----テーブル内薄青設定-----*/
color: #0080ff;
}
span.t_black {/*-----テーブル内黒設定-----*/
color: #000000;
}
span.t_magenta {/*-----テーブル内マゼンタ設定-----*/
color: #f0f;
}
span.orchid {/*-----テーブル内黒設定-----*/
color: #da70d6;
font-weight: bold;
}
span.darkorchid {/*-----テーブル内黒設定-----*/
color: #9400D3;
font-weight: bold;
}
span.deeppink {/*-----テーブル内濃いピンク設定-----*/
color: #ff1493;
font-weight: bold;
}
span.hotpink {/*-----テーブル内濃いピンク設定-----*/ 
color: #ff69b4; 
font-weight: bold; 
} 
span.olive {/*-----オリーブ設定-----*/ 
color: #6b8e23; 
font-weight: bold; 
} 
span.darkmagenta {/*-----テーブル内黒設定-----*/
color: #8b008b;
font-weight: bold;
}
span.mediumorchid {/*-----テーブル内黒設定-----*/
color: #ba55d3;
font-weight: bold;
}