/*																			*/
/* 罫線を指定します。なお、Netscape 4.xではこのファイルは読み込まれません。 */
/*																			*/
.text_red {
         font-size: 13px;
         color: #FF0000;
         line-height: 120%
}
.text_darkglay {
         font-size: 13px;
         color: #333333;
         line-height: 120%
}
.text_middleglay {
         font-size: 13px;
         color: #666666;
         line-height: 120%
}
.text_lightglay {
         font-size: 13px;
         color: #999999;
         line-height: 120%
}
.text_blue {
         font-size: 13px;
         color: #0000FF;
         line-height: 120%
}