A:link{
	color:blue;
}
A:visited{
	color:darkblue;
}
A:hover{
	color:red;
	position:relative;
	left:1px;
	top:1px;
}
/*入力モードを強制的半角に（IE以外のブラウザでは無効となる場合あり）*/
.han    { ime-mode: disabled; } 

/*TABLEに関する設定*/
th,td { font-size: 90%; }

/*HOMEボタンに関する設定*/
.btn { font-size: 90%; cursor: hand; background-color: #7b68ee; color: #ffffff;
border: 3px double #7b68ee; }
