/*   サイドメニュー                                 */
A:link{
  text-decoration : none;
  border-bottom : 1px solid navy;
 }
A:visitted{
  color: white;
  }
A:hover{
  color: white;
  background-color : aqua;
  text-decoration : none;
  border-bottom : 1px dotted #009900;
 }
A:active{
  background-color : aqua;
 }
 