﻿/************************/
/*     CDL 三原色       */
/************************/
/*    赤（オレンジ）    */
.red_font { color: #f90; }
.red_font_h { color: #fc9; }
.red_font_l { color: #ffc; }
.red_back { background-color: #f90; }
.red_back_h { background-color: #fc9; }
.red_back_l { background-color: #ffc; }
.red_border { border-color: #f90; }
.red_border_h { border-color: #fc9; }
/* .red_border_h_left { border-left: solid 5px #fc9; } */
/* .red_border_h_right { border-right: solid 5px #fc9; } */
.red_border_l { border-color: #ffc; }

.red_link a {
	color:#f90;
	border-bottom:4px solid #f90;
}
.red_link a:hover {
	color:#36f;
	border-bottom:4px solid #36f;
}
.red_link a.current {
	color:#396;
	border-bottom:4px solid #396;
}

.red_border_logo { border-bottom: #f90 solid 2.5px; }


/*         緑           */
.green_font { color: #396; }
.green_font_h { color: #9f9; }
.green_font_l { color: #cfc; }
.green_back { background-color: #396; }
.green_back_h { background-color: #9f9; }
.green_back_l { background-color: #cfc; }
.green_border { border-color: #396; }
.green_border_h { border-color: #9f9; }
/* .green_border_h_left { border-left:  solid 5px #9f9; } */
/* .green_border_h_right { border-right: solid 5px #9f9; } */
.green_border_l { border-color: #cfc; }

.green_link a {
	color:#396;
	border-bottom:4px solid #396;
}
.green_link a:hover {
	color:#f90;
	border-bottom:4px solid #f90;
}
.green_link a.current {
	color:#36f;
	border-bottom:4px solid #36f;
}


/*         青           */
.blue_font { color: #36f; }
.blue_font_h { color: #9cf; }
.blue_font_l { color: #cff; }
.blue_back { background-color: #36f; }
.blue_back_h { background-color: #9cf; }
.blue_back_l { background-color: #cff; }
.blue_border { border-color: #36f; }
.blue_border_h { border-color: #9cf; }
/* .blue_border_h_left { border-left: solid 5px #9cf; } */
/* .blue_border_h_right { border-right: solid 5px #9cf; } */
.blue_border_l { border-color: #cff; }

.blue_link a {color:#fff;}
.blue_link a:hover {color:#ff0;}
.blue_link a.current {color:#0ff;}

.blue_link a {
	color:#36f;
	border-bottom:4px solid #36f;
}
.blue_link a:hover {
	color:#396;
	border-bottom:4px solid #396;
}
.blue_link a.current {
	color:#f90;
	border-bottom:4px solid #f90;
}

.blue_border_logo { border-bottom: #36f solid 2.5px; }


/*         紫           */
.purple_border { border-color: #306; }