body {
	background-color: #ffffff;                      /* 背景色 */
	color: #333333;                                 /* テキストカラー */
	}

a:link {  color: #0066ff }
a:visited {  color: #0066ff }
a:hover { color: ; position:relative; top:0px; font-weight: bold;   }
a:active {  color: #ffff00 ; position:relative; top:0px; font-weight: bold; }

a.bar:link{ color: #ffffff }
a.bar:visited{ color: #ffffff }
a.bar:hover{ color: #ffff80 }
a.bar:active{  color: #ffffff } 

a.menu:link{ color: #ffffff; text-decoration:none }
a.menu:visited{ color: #ffffff; text-decoration:none }
a.menu:hover{ color: #ffff80 }
a.menu:active{  color: #ffffff } 

a.bottom:link{ color: #0066ff; text-decoration:none }
a.bottom:visited{ color: #0066ff; text-decoration:none }
a.bottom:hover{ color: 0066ff }
a.bottom:active{  color: #ffff00 } 

