/*     ver. 2010.02.18 */
/* by StoneRiver(ak15) */

@charset "UTF-8";

/* ///// LINK : LOGO ///// */
#logo a {
   color           :            #a06868;
   text-decoration :               none;
   border-bottom   : dashed 0px #000000;
     }
#logo a.visited {
   color           :            #a06868;
   text-decoration :               none;
   border-bottom   : dashed 0px #000000;
     }
#logo a:hover {
   color           :            #8471c7;
   border-bottom   :               none;
   text-decoration :               none;
   border-bottom   : dashed 0px #000000;
     }
#logo a:active {
   color           :            #a06868;
   border-bottom   :               none;
   text-decoration :               none;
   border-bottom   : dashed 0px #000000;
     }



/* ///// LINK : MAIN MANU ///// */
.menubutton a {
   color                 :      #e0b032;
   text-decoration       :         none;
   border-bottom   : dashed 0px #000000;
     }
.menubutton a.visited {
   color           :            #e0b032;
   text-decoration :               none;
   border-bottom   : dashed 0px #000000;
     }
.menubutton a:hover {
   color           :            #f87272;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 0px #000000;
     }
.menubutton a:active {
   color           :            #e0b032;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 0px #000000;
     }



/* ///// LINK : SUB MANU (How to Use) ///// */
.howtouse a {
   color                 :      #fdf2d2;
   text-decoration       :         none;
   border-bottom   : dashed 0px #000000;
     }
.howtouse a.visited {
   color           :            #e0b032;
   text-decoration :               none;
   border-bottom   : dashed 0px #000000;
     }
.howtouse a:hover {
   color           :            #b8b7f7;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 0px #000000;
     }
.howtouse a:active {
   color           :            #e0b032;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 0px #000000;
     }


/* ///// LINK : MAIN CONTENTS ///// */
#main a {
   color                 :      #bac9e4;
   text-decoration       :         none;
   border-bottom   : dashed 1px #9feaf6;
     }
#main a.visited {
   color           :            #bac9e4;
   text-decoration :               none;
   border-bottom   : dashed 1px #9feaf6;
     }
#main a:hover {
   color           :            #f4bdca;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 1px #9feaf6;
     }
#main a:active {
   color           :            #bac9e4;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 1px #9feaf6;
     }


/* ///// LINK : MAIN CONTENTS ///// */
#main .emphasis a {
   color                 :      #f3c843;
   text-decoration       :         none;
   border-bottom   : dashed 1px #08ca29;
     }
#main .emphasis a.visited {
   color           :            #f3c843;
   text-decoration :               none;
   border-bottom   : dashed 1px #08ca29;
     }
#main .emphasis a:hover {
   color           :            #f3436d;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 1px #08ca29;
     }
#main .emphasis a:active {
   color           :            #f3c843;
   text-decoration :               none;
   border-bottom   :               none;
   border-bottom   : dashed 1px #08ca29;
     }


