/*	[FONT] サイズ・行間・ボールド設定　*/
.f-12pt { font-size: 12pt }
.f-10pt { font-size: 10pt }
.f-09pt { font-size: 9pt }
.f-08pt { font-size: 8pt }


/*	[FORM] サイズ・マージン設定　*/
form{
	margin: 0px;
	padding: 0px;
}
.search{
	width: 140px;
	font-size: 12px;
	ime-mode: active;
}
