/* 青---[ blue ](ﾃﾞﾌｫﾙﾄ) タグ名＿COLOR_TYPE_番号　例：TD_COLOR_TYPE_2 */
/* Const       COLOR_TYPE_1    = "#0a50a1" 
/* Const       COLOR_TYPE_2    = "#3d80cc" 
/* Const       COLOR_TYPE_3    = "#ffffcc" 
/* Const       COLOR_TYPE_4    = "#a5b9cf" ホテルリンク先で使用 */
/* Const       COLOR_TYPE_5    = "#d9e5f2" 
/* Const       COLOR_TYPE_6    = "#063266" 
/* kome_clr = "#cccc3d"申し込みフォームで使用 */

td.toku-type1 { background-color: #0a50a1; }
td.toku-type2 { background-color: #3d80cc; }
td.toku-type3 { background-color: #ffffcc; }
td.toku-type5 { background-color: #d9e5f2; }

tr.toku-type1 { background-color: #0a50a1; }
tr.toku-type2 { background-color: #3d80cc; }

.toku-type1 { color: #0a50a1; }
.toku-type2 { color: #3d80cc; }
.toku-type6 { color: #063266; }
