/*
	一部以下のデータを使用しております

	light.css
		Copyright (C)2000-2002 Shingo Endo
*/


A{
  font-weight : 300;
  cursor : pointer;
}
A:HOVER{
  font-weight : bold;
  background-color : #e1ffe1;
  color : red;
}
A:ACTIVE{
  font-weight : bolder;
  background-color : #ffffec;
  color : #cc0000;
}
.non{
  cursor : default;
}
.era{
  font-weight : normal;
  letter-spacing : 0px;
  text-decoration : none;
  cursor : auto;
}