@charset "UTF-8";

/* 標準カラー */
td.b-vbBlack { background-color: rgb(0, 0, 0); }
td.b-vbWhite { background-color: rgb(255, 255, 255); }
td.b-vbRed { background-color: rgb(255, 0, 0); }
td.b-vbGreen { background-color: rgb(0, 255, 0); }
td.b-vbBlue { background-color: rgb(0, 0, 255); }
td.b-vbYellow { background-color: rgb(255, 255, 0); }
td.b-vbMagenta { background-color: rgb(255, 0, 255); }
td.b-vbCyan { background-color: rgb(0, 255, 255); }


/* XlRgbColor 列挙 */
td.f-rgbAliceBlue { background-color: rgb(240, 248, 255); }
td.f-rgbAntiqueWhite { background-color: rgb(250, 235, 215); }
td.f-rgbAqua { background-color: rgb(0, 255, 255); }
td.f-rgbAquamarine { background-color: rgb(127, 255, 212); }
td.f-rgbAzure { background-color: rgb(240, 255, 255); }
td.f-rgbBeige { background-color: rgb(245, 245, 220); }
td.f-rgbBisque { background-color: rgb(255, 228, 196); }
td.f-rgbBlack { background-color: rgb(0, 0, 0); }
td.f-rgbBlanchedAlmond { background-color: rgb(255, 235, 205); }
td.f-rgbBlue { background-color: rgb(0, 0, 255); }
td.f-rgbBlueViolet { background-color: rgb(138, 43, 226); }
td.f-rgbBrown { background-color: rgb(165, 42, 42); }
td.f-rgbBurlyWood { background-color: rgb(222, 184, 135); }
td.f-rgbCadetBlue { background-color: rgb(95, 158, 160); }
td.f-rgbChartreuse { background-color: rgb(127, 255, 0); }
td.f-rgbCoral { background-color: rgb(255, 127, 80); }
td.f-rgbCornflowerBlue { background-color: rgb(100, 149, 237); }
td.f-rgbCornsilk { background-color: rgb(255, 248, 220); }
td.f-rgbCrimson { background-color: rgb(220, 20, 60); }
td.f-rgbDarkBlue { background-color: rgb(0, 0, 139); }
td.f-rgbDarkCyan { background-color: rgb(0, 139, 139); }
td.f-rgbDarkGoldenrod { background-color: rgb(184, 134, 11); }
td.f-rgbDarkGray { background-color: rgb(169, 169, 169); }
td.f-rgbDarkGreen { background-color: rgb(0, 100, 0); }
td.f-rgbDarkGrey { background-color: rgb(169, 169, 169); }
td.f-rgbDarkKhaki { background-color: rgb(189, 183, 107); }
td.f-rgbDarkMagenta { background-color: rgb(139, 0, 139); }
td.f-rgbDarkOliveGreen { background-color: rgb(85, 107, 47); }
td.f-rgbDarkOrange { background-color: rgb(255, 140, 0); }
td.f-rgbDarkOrchid { background-color: rgb(153, 50, 204); }
td.f-rgbDarkRed { background-color: rgb(139, 0, 0); }
td.f-rgbDarkSalmon { background-color: rgb(233, 150, 122); }
td.f-rgbDarkSeaGreen { background-color: rgb(143, 188, 143); }
td.f-rgbDarkSlateBlue { background-color: rgb(72, 61, 139); }
td.f-rgbDarkSlateGray { background-color: rgb(47, 79, 79); }
td.f-rgbDarkSlateGrey { background-color: rgb(47, 79, 79); }
td.f-rgbDarkTurquoise { background-color: rgb(0, 206, 209); }
td.f-rgbDarkViolet { background-color: rgb(148, 0, 211); }
td.f-rgbDeepPink { background-color: rgb(255, 20, 147); }
td.f-rgbDeepSkyBlue { background-color: rgb(0, 191, 255); }
td.f-rgbDimGray { background-color: rgb(105, 105, 105); }
td.f-rgbDimGrey { background-color: rgb(105, 105, 105); }
td.f-rgbDodgerBlue { background-color: rgb(30, 144, 255); }
td.f-rgbFireBrick { background-color: rgb(178, 34, 34); }
td.f-rgbFloralWhite { background-color: rgb(255, 250, 240); }
td.f-rgbForestGreen { background-color: rgb(34, 139, 34); }
td.f-rgbFuchsia { background-color: rgb(255, 0, 255); }
td.f-rgbGainsboro { background-color: rgb(220, 220, 220); }
td.f-rgbGhostWhite { background-color: rgb(248, 248, 255); }
td.f-rgbGold { background-color: rgb(255, 215, 0); }
td.f-rgbGoldenrod { background-color: rgb(218, 165, 32); }
td.f-rgbGray { background-color: rgb(128, 128, 128); }
td.f-rgbGreen { background-color: rgb(0, 128, 0); }
td.f-rgbGreenYellow { background-color: rgb(173, 255, 47); }
td.f-rgbGrey { background-color: rgb(128, 128, 128); }
td.f-rgbHoneydew { background-color: rgb(240, 255, 240); }
td.f-rgbHotPink { background-color: rgb(255, 105, 180); }
td.f-rgbIndianRed { background-color: rgb(205, 92, 92); }
td.f-rgbIndigo { background-color: rgb(75, 0, 130); }
td.f-rgbIvory { background-color: rgb(255, 255, 240); }
td.f-rgbKhaki { background-color: rgb(240, 230, 140); }
td.f-rgbLavender { background-color: rgb(230, 230, 250); }
td.f-rgbLavenderBlush { background-color: rgb(255, 240, 245); }
td.f-rgbLawnGreen { background-color: rgb(124, 252, 0); }
td.f-rgbLemonChiffon { background-color: rgb(255, 250, 205); }
td.f-rgbLightBlue { background-color: rgb(173, 216, 230); }
td.f-rgbLightCoral { background-color: rgb(240, 128, 128); }
td.f-rgbLightCyan { background-color: rgb(0, 139, 139); }
td.f-rgbLightGoldenrodYellow { background-color: rgb(250, 250, 210); }
td.f-rgbLightGray { background-color: rgb(211, 211, 211); }
td.f-rgbLightGreen { background-color: rgb(144, 238, 144); }
td.f-rgbLightGrey { background-color: rgb(211, 211, 211); }
td.f-rgbLightPink { background-color: rgb(255, 182, 193); }
td.f-rgbLightSalmon { background-color: rgb(255, 160, 122); }
td.f-rgbLightSeaGreen { background-color: rgb(32, 178, 170); }
td.f-rgbLightSkyBlue { background-color: rgb(135, 206, 250); }
td.f-rgbLightSlateGray { background-color: rgb(119, 136, 153); }
td.f-rgbLightSteelBlue { background-color: rgb(176, 196, 222); }
td.f-rgbLightYellow { background-color: rgb(255, 255, 224); }
td.f-rgbLime { background-color: rgb(0, 255, 0); }
td.f-rgbLimeGreen { background-color: rgb(50, 205, 50); }
td.f-rgbLinen { background-color: rgb(250, 240, 230); }
td.f-rgbMaroon { background-color: rgb(128, 0, 0); }
td.f-rgbMediumAquamarine { background-color: rgb(102, 255, 170); }
td.f-rgbMediumBlue { background-color: rgb(0, 0, 205); }
td.f-rgbMediumOrchid { background-color: rgb(186, 85, 211); }
td.f-rgbMediumPurple { background-color: rgb(147, 112, 219); }
td.f-rgbMediumSeaGreen { background-color: rgb(60, 179, 113); }
td.f-rgbMediumSlateBlue { background-color: rgb(123, 104, 238); }
td.f-rgbMediumSpringGreen { background-color: rgb(0, 250, 154); }
td.f-rgbMediumTurquoise { background-color: rgb(72, 209, 204); }
td.f-rgbMediumVioletRed { background-color: rgb(199, 21, 133); }
td.f-rgbMidnightBlue { background-color: rgb(25, 25, 112); }
td.f-rgbMintCream { background-color: rgb(245, 255, 250); }
td.f-rgbMistyRose { background-color: rgb(255, 228, 225); }
td.f-rgbMoccasin { background-color: rgb(255, 228, 181); }
td.f-rgbNavajoWhite { background-color: rgb(255, 222, 173); }
td.f-rgbNavy { background-color: rgb(0, 0, 128); }
td.f-rgbNavyBlue { background-color: rgb(0, 0, 128); }
td.f-rgbOldLace { background-color: rgb(253, 245, 230); }
td.f-rgbOlive { background-color: rgb(128, 128, 0); }
td.f-rgbOliveDrab { background-color: rgb(107, 142, 35); }
td.f-rgbOrange { background-color: rgb(255, 165, 0); }
td.f-rgbOrangeRed { background-color: rgb(255, 69, 0); }
td.f-rgbOrchid { background-color: rgb(218, 112, 214); }
td.f-rgbPaleGoldenrod { background-color: rgb(238, 232, 107); }
td.f-rgbPaleGreen { background-color: rgb(152, 251, 152); }
td.f-rgbPaleTurquoise { background-color: rgb(175, 238, 238); }
td.f-rgbPaleVioletRed { background-color: rgb(219, 112, 147); }
td.f-rgbPapayaWhip { background-color: rgb(255, 239, 213); }
td.f-rgbPeachPuff { background-color: rgb(255, 218, 185); }
td.f-rgbPeru { background-color: rgb(205, 133, 63); }
td.f-rgbPink { background-color: rgb(255, 192, 203); }
td.f-rgbPlum { background-color: rgb(221, 160, 221); }
td.f-rgbPowderBlue { background-color: rgb(176, 224, 230); }
td.f-rgbPurple { background-color: rgb(128, 0, 128); }
td.f-rgbRed { background-color: rgb(255, 0, 0); }
td.f-rgbRosyBrown { background-color: rgb(188, 143, 143); }
td.f-rgbRoyalBlue { background-color: rgb(65, 105, 225); }
td.f-rgbSalmon { background-color: rgb(250, 128, 114); }
td.f-rgbSandyBrown { background-color: rgb(244, 164, 96); }
td.f-rgbSeaGreen { background-color: rgb(46, 139, 87); }
td.f-rgbSeashell { background-color: rgb(255, 245, 238); }
td.f-rgbSienna { background-color: rgb(160, 82, 45); }
td.f-rgbSilver { background-color: rgb(192, 192, 192); }
td.f-rgbSkyBlue { background-color: rgb(135, 206, 235); }
td.f-rgbSlateBlue { background-color: rgb(106, 90, 205); }
td.f-rgbSlateGray { background-color: rgb(112, 128, 144); }
td.f-rgbSnow { background-color: rgb(255, 250, 250); }
td.f-rgbSpringGreen { background-color: rgb(0, 255, 127); }
td.f-rgbSteelBlue { background-color: rgb(70, 130, 180); }
td.f-rgbTan { background-color: rgb(210, 180, 140); }
td.f-rgbTeal { background-color: rgb(0, 128, 128); }
td.f-rgbThistle { background-color: rgb(216, 191, 216); }
td.f-rgbTomato { background-color: rgb(255, 99, 71); }
td.f-rgbTurquoise { background-color: rgb(64, 224, 208); }
td.f-rgbViolet { background-color: rgb(238, 130, 238); }
td.f-rgbWheat { background-color: rgb(245, 222, 179); }
td.f-rgbWhite { background-color: rgb(255, 255, 255); }
td.f-rgbWhiteSmoke { background-color: rgb(245, 245, 245); }
td.f-rgbYellow { background-color: rgb(255, 255, 0); }
td.f-rgbYellowGreen { background-color: rgb(154, 205, 50); }



/* カラーインデックス */
td.Index-1 { background-color: rgb(0, 0, 0); }
td.Index-2 { background-color: rgb(255, 255, 255); }
td.Index-3 { background-color: rgb(255, 0, 0); }
td.Index-4 { background-color: rgb(0, 255, 0); }
td.Index-5 { background-color: rgb(0, 0, 255); }
td.Index-6 { background-color: rgb(255, 255, 0); }
td.Index-7 { background-color: rgb(255, 0, 255); }
td.Index-8 { background-color: rgb(0, 255, 255); }
td.Index-9 { background-color: rgb(128, 0, 0); }
td.Index-10 { background-color: rgb(0, 128, 0); }
td.Index-11 { background-color: rgb(0, 0, 128); }
td.Index-12 { background-color: rgb(128, 128, 0); }
td.Index-13 { background-color: rgb(128, 0, 128); }
td.Index-14 { background-color: rgb(0, 128, 128); }
td.Index-15 { background-color: rgb(192, 192, 192); }
td.Index-16 { background-color: rgb(128, 128, 128); }
td.Index-17 { background-color: rgb(153, 153, 255); }
td.Index-18 { background-color: rgb(153, 51, 102); }
td.Index-19 { background-color: rgb(255, 255, 204); }
td.Index-20 { background-color: rgb(204, 255, 255); }
td.Index-21 { background-color: rgb(102, 0, 102); }
td.Index-22 { background-color: rgb(255, 128, 128); }
td.Index-23 { background-color: rgb(0, 102, 204); }
td.Index-24 { background-color: rgb(204, 204, 255); }
td.Index-25 { background-color: rgb(0, 0, 128); }
td.Index-26 { background-color: rgb(255, 0, 255); }
td.Index-27 { background-color: rgb(255, 255, 0); }
td.Index-28 { background-color: rgb(0, 255, 255); }
td.Index-29 { background-color: rgb(128, 0, 128); }
td.Index-30 { background-color: rgb(128, 0, 0); }
td.Index-31 { background-color: rgb(0, 128, 128); }
td.Index-32 { background-color: rgb(0, 0, 255); }
td.Index-33 { background-color: rgb(0, 204, 255); }
td.Index-34 { background-color: rgb(204, 255, 255); }
td.Index-35 { background-color: rgb(204, 255, 204); }
td.Index-36 { background-color: rgb(255, 255, 153); }
td.Index-37 { background-color: rgb(153, 204, 255); }
td.Index-38 { background-color: rgb(255, 153, 204); }
td.Index-39 { background-color: rgb(204, 153, 255); }
td.Index-40 { background-color: rgb(255, 204, 153); }
td.Index-41 { background-color: rgb(51, 102, 255); }
td.Index-42 { background-color: rgb(51, 204, 204); }
td.Index-43 { background-color: rgb(153, 204, 0); }
td.Index-44 { background-color: rgb(255, 204, 0); }
td.Index-45 { background-color: rgb(255, 153, 0); }
td.Index-46 { background-color: rgb(255, 102, 0); }
td.Index-47 { background-color: rgb(102, 102, 153); }
td.Index-48 { background-color: rgb(150, 150, 150); }
td.Index-49 { background-color: rgb(0, 51, 102); }
td.Index-50 { background-color: rgb(51, 153, 102); }
td.Index-51 { background-color: rgb(0, 51, 0); }
td.Index-52 { background-color: rgb(51, 51, 0); }
td.Index-53 { background-color: rgb(153, 51, 0); }
td.Index-54 { background-color: rgb(153, 51, 102); }
td.Index-55 { background-color: rgb(51, 51, 153); }
td.Index-56 { background-color: rgb(51, 51, 51); }

