<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* md_slide510ns  main_colors.js  2017.2.14 */

main_bg_color = [] ; main_center_bg = [] ; main_center_border = [] ; main_text_color = [] ;
main_links_color = [] ; grd_top_color = [] ; grd_btm_color = [] ; grd_title_color = [] ;
grd_link_color = [] ; text_bg_color = [] ; tm_border_out = [] ; tm_border_over = [] ;
tm_bg_btm = [] ; tm_bg_top = [] ; tm_grd_top = [] ; tm_grd_btm = [] ; main_bg = []

/* [1] green [2] blue [3] red [4] yellow [5] silver [6] cyan [7] black [8] pink [9] brown [0] free */

/* 以下の[0]の配色指定は自由に変更して使ってください */ 

// タイトルバー部のリンク文字色
   grd_link_color[1] = "#cceedd" ;
   grd_link_color[2] = "#ddddee" ;
   grd_link_color[3] = "#cccccc" ;
   grd_link_color[4] = "#886644" ;
   grd_link_color[5] = "#886644" ;
   grd_link_color[6] = "#eeeeee" ;
   grd_link_color[7] = "#eeddcc" ;
   grd_link_color[8] = "#664422" ;
   grd_link_color[9] = "#ffeecc" ;
   grd_link_color[0] = "#ffeeee" ;

//  説明文の文字色   hover文字色
   main_text_color[1] = "#ccffdd" ;
   main_text_color[2] = "#ddeeff" ;
   main_text_color[3] = "#eedddd" ;
   main_text_color[4] = "#664422" ;
   main_text_color[5] = "#554422" ;
   main_text_color[6] = "#ffffff" ;
   main_text_color[7] = "#eeeeee" ;
   main_text_color[8] = "#442211" ;
   main_text_color[9] = "#ffffff" ;
   main_text_color[0] = "#eeeeee" ;

// リンク文字色
   main_links_color[1] = "#cceedd" ;
   main_links_color[2] = "#aaddff" ;
   main_links_color[3] = "#ddccaa" ;
   main_links_color[4] = "#553300" ;
   main_links_color[5] = "#444444" ;
   main_links_color[6] = "#cceeff" ;
   main_links_color[7] = "#cccccc" ;
   main_links_color[8] = "#663333" ;
   main_links_color[9] = "#eeddee" ;
   main_links_color[0] = "#cceecc" ;

//  画面の全体の背景色
   main_bg_color[1] = "#162018" ;
   main_bg_color[2] = "#0c1820" ;
   main_bg_color[3] = "#0c0000" ;
   main_bg_color[4] = "#e8e4d6" ;
   main_bg_color[5] = "#dddddd" ;
   main_bg_color[6] = "#304050" ;
   main_bg_color[7] = "#080808" ;
   main_bg_color[8] = "#f6dde3" ;
   main_bg_color[9] = "#201c1a" ;  
   main_bg_color[0] = "#162018" ;

// 画面の中心部背景色

   main_center_bg[1] = "#222d24" ;
   main_center_bg[2] = "#112233" ;
   main_center_bg[3] = "#180808" ;
   main_center_bg[4] = "#f8f4e6" ;
   main_center_bg[5] = "#eeeeee" ;
   main_center_bg[6] = "#354765" ;
   main_center_bg[7] = "#111111" ;
   main_center_bg[8] = "#fdeff2" ;
   main_center_bg[9] = "#2e2b2f" ;
   main_center_bg[0] = "#222d24" ;

// 画面中央部の枠色
   main_center_border[1] = "#66cc99" ;
   main_center_border[2] = "#6699ff" ;
   main_center_border[3] = "#cc9966" ;
   main_center_border[4] = "#666622" ;
   main_center_border[5] = "#444444" ;
   main_center_border[6] = "#999999" ;
   main_center_border[7] = "#999999" ;
   main_center_border[8] = "#662222" ;
   main_center_border[9] = "#bbbbbb" ;
   main_center_border[0] = "#666666" ;


// グラデーション上部色  タイトルバー部  操作説明部
   grd_top_color[1] = "#3a6662" ;
   grd_top_color[2] = "#3c597f" ;
   grd_top_color[3] = "#5c4035" ;
   grd_top_color[4] = "#f0e8dc" ;
   grd_top_color[5] = "#ffffff" ;
   grd_top_color[6] = "#7487a5" ;
   grd_top_color[7] = "#555555" ;
   grd_top_color[8] = "#ffe8ff" ;
   grd_top_color[9] = "#655b6c" ;
   grd_top_color[0] = "#3a6662" ;

// グラデーション下部色  タイトルバー部  操作説明部

   grd_btm_color[1] = "#1a3632" ;
   grd_btm_color[2] = "#1c294f" ;
   grd_btm_color[3] = "#2c1005" ;
   grd_btm_color[4] = "#efd8c8" ;
   grd_btm_color[5] = "#bbbbbb" ;
   grd_btm_color[6] = "#445775" ;
   grd_btm_color[7] = "#222222" ;
   grd_btm_color[8] = "#f0d0d0" ;
   grd_btm_color[9] = "#453b4c" ;
   grd_btm_color[0] = "#1a3632" ;


// コメント部の背景色 （予備）
   text_bg_color[1] = "#254741" ;
   text_bg_color[2] = "#264158" ;
   text_bg_color[3] = "#4e302b" ;
   text_bg_color[4] = "#e7e4d4" ;
   text_bg_color[5] = "#dddddd" ;
   text_bg_color[6] = "#4e75b6" ;
   text_bg_color[7] = "#2b2b2b" ;
   text_bg_color[8] = "#f0d0e0" ;
   text_bg_color[9] = "#524b56" ;
   text_bg_color[0] = "#254741" ;

//  サムネイル     mouseOut 枠色  tm_source 11～14
   tm_border_out[1] = "#448866" ;
   tm_border_out[2] = "#447799" ;
   tm_border_out[3] = "#886644" ;
   tm_border_out[4] = "#ccb090" ;
   tm_border_out[5] = "#bbbbbb" ;
   tm_border_out[6] = "#aabbcc" ;
   tm_border_out[7] = "#666666" ;
   tm_border_out[8] = "#cebdb3" ;
   tm_border_out[9] = "#9e9b9f" ;
   tm_border_out[0] = "#448866" ;

//  サムネイル      mouseOver 枠色  tm_source 11～14
   tm_border_over[1] = "#88ccaa" ;
   tm_border_over[2] = "#99ccee" ;
   tm_border_over[3] = "#cc9977" ;
   tm_border_over[4] = "#aa8844" ;
   tm_border_over[5] = "#999999" ;
   tm_border_over[6] = "#ddeeff" ;
   tm_border_over[7] = "#aaaaaa" ;
   tm_border_over[8] = "#ffc0e3" ;
   tm_border_over[9] = "#cccdcc" ;
   tm_border_over[0] = "#88ccaa" ;

// サムネイル   mouseOut 背景色  tm_source 11 12 
   tm_bg_btm[1] = "#121d14" ;
   tm_bg_btm[2] = "#102030" ;
   tm_bg_btm[3] = "#180000" ;
   tm_bg_btm[4] = "#f8f4e8" ;
   tm_bg_btm[5] = "#eeeeee" ;
   tm_bg_btm[6] = "#547795" ;
   tm_bg_btm[7] = "#222222" ;
   tm_bg_btm[8] = "#f8f0f0" ;
   tm_bg_btm[9] = "#2e2b2f" ;
   tm_bg_btm[0] = "#121d14" ;

// サムネイル   mouseOver 背景色  tm_source 11 12
   tm_bg_top[1] = "#334d34" ;
   tm_bg_top[2] = "#6080c0" ;
   tm_bg_top[3] = "#664433" ;
   tm_bg_top[4] = "#fff8f4" ;
   tm_bg_top[5] = "#ffffff" ;
   tm_bg_top[6] = "#8797b5" ;
   tm_bg_top[7] = "#666666" ;
   tm_bg_top[8] = "#fff8f4" ;
   tm_bg_top[9] = "#4e4744" ;
   tm_bg_top[0] = "#334d34" ;

// サムネイル   グラデーション背景 上  tm_source 13 14
   tm_grd_top[1] = "#536654" ;
   tm_grd_top[2] = "#6080d0" ;
   tm_grd_top[3] = "#664433" ;
   tm_grd_top[4] = "#fff8f4" ;
   tm_grd_top[5] = "#ffffff" ;
   tm_grd_top[6] = "#7487a5" ;
   tm_grd_top[7] = "#666666" ;
   tm_grd_top[8] = "#fff4f0" ;
   tm_grd_top[9] = "#5e5754" ;
   tm_grd_top[0] = "#536654" ;

// サムネイル   グラデーション背景 下  tm_source 13 14 
   tm_grd_btm[1] = "#121d14" ;
   tm_grd_btm[2] = "#102030" ;
   tm_grd_btm[3] = "#180000" ;
   tm_grd_btm[4] = "#d8c4a8" ;
   tm_grd_btm[5] = "#cccccc" ;
   tm_grd_btm[6] = "#445775" ;
   tm_grd_btm[7] = "#222222" ;
   tm_grd_btm[8] = "#e8c0c0" ;
   tm_grd_btm[9] = "#2e2b2f" ;
   tm_grd_btm[0] = "#121d14" ;

// メイン画面の背景画像　　横幅 1060px
   main_bgimg = []


// 画面の中心部
   main_bg[1] = "#182921"
   main_bg[2] = "#102131"
   main_bg[3] = "#180808"
   main_bg[4] = "#F8F5E6"
   main_bg[5] = "#EFEFEF"
   main_bg[6] = "#30405A"
   main_bg[7] = "#101010"
   main_bg[8] = "#F7F7F7"
   main_bg[9] = "#302931"
   main_bg[0] = "#302931"


</pre></body></html>