@charset "utf-8";
/* CSS Document */


/*------文字色--------*/

.CL_00{
color: #333333 !important;
}

.CL_66{
color: #666666 !important;
}

.CL_cc{
color: #cccccc !important;
}

.CL_ff{
color: #ffffff !important;
}

.CL_blue{
color: #6d9cc9 !important;
}

.CL_blown {
color: #750 !important;
}

.CL_green{
color: #b7ca74 !important;
}

.CL_orange{
color: #e5994e !important;
}

/*------背景色--------*/

.BG_00 {
background-color:#000000 !important;
}

.BG_33 {
background-color:#333333 !important;
}

.BG_66 {
background-color:#666666 !important;
}

.BG_99 {
background-color:#999999 !important;
}

.BG_cc {
background-color:#cccccc !important;
}

.BG_ee {
background-color:#eeeeee !important;
}

.BG_f0 {
background-color:#f0f0f0 !important;
}

.BG_f5 {
background-color:#f5f5f5 !important;
}

.BG_fa {
background-color:#fafafa !important;
}

.BG_ff {
background-color:#ffffff !important;
}

.BG_blue{
background-color: #6d9cc9 !important;
}

.BG_yellow{
background-color: #f0da53 !important;
}

.BG_green{
background-color: #b7ca74 !important;
}

.BG_orange{
background-color: #e5994e !important;
}

/*------ボーダー--------*/

.BD_00 {
border: solid 1px #000000 !important;
}

.BD_33 {
border: solid 1px #333333 !important;
}

.BD_cc {
border: solid 1px #cccccc !important;
}

.BD_blown {
border: solid 1px #750 !important;
}

.BD_blue {
border: solid 1px #6d9cc9 !important;
}

.BDBD_blown {
border-bottom: dotted 2px #750 !important;
}