/* 定義済みクラス */
a:link{
	color:#bbbbff;
}
a:visited{
	color:#bbbbff;
}

a:hover{
	background:#eeeeee;
	color:#000000;
}
