body {
	font-weight: bold;
}

table{
	font-size: 18px;
	font-weight: bold;
}

A:link { color: blue }
A:visited { color: blue }
A:active { color: blue } 

/*---- 入力フォームの色とIMEモードの設定 ----*/
.aIme		{ background-color:#ffffff;ime-mode:active;}
.iIme		{ background-color:#ffffff;ime-mode:inactive;}
.dIme		{ background-color:#ffffff;ime-mode:inactive;ime-mode:disabled;}
