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; }


.a { margin-left:25px; margin-bottom:20px;}

.b {font-size:12px; color:#333333; margin:15px 0px 5px 25px;}

.c {line-height:1.3em;}