body {
	background-color: #FFFFFF;
	background-image: url(../img/bk.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
}
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: 12px; }

/*HOMEボタンに関する設定*/
.btn { font-size: 90%; cursor: hand; background-color: #000099; color: #ffffff;
border: 3px double #000099; }
.linktag {
	height: 100px;
	width: 250px;
}

h1 {
	font-size: 12px;
	color: #999999;
}
.txt18 {
	font-size: 18px;
	font-weight: bolder;
}
.txth20 {
	font-size: 12px;
	line-height: 18px;
}
.txt10 {
	font-size: 10px;
}
.title2 {
	font-size: 12px;
	color: #CCCCFF;
}
.top1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
