/* CSS Document */

/* 基本リンク色 */
/* アウト：グリーン 　訪問済み：ライトグリーン*/
a:link {  color:#336633; text-decoration:underline;  }
a:visited {  color:#663300; text-decoration:underline;  }
a:active {  color:#339900; text-decoration:underline; }
a:hover {  color:336633; text-decoration:underline;  }