body,td {  font-family: "Osaka", "MS UI Gothic"; font-size: 9pt}

/* リンクのスタイル */
A:link {
color: #FF9900;
text-decoration: none; }

/* すでに表示したリンクのスタイル */
A:visited {
color: #FF9900;
text-decoration: none; }

/* マウスが上にあるリンクのスタイル */
A:hover {
color: #FF0000;
text-decoration: underline; }

	input,textarea{
		font-size: 9pt;
		border-top:    1px solid;
		border-right:  1px solid;
		border-bottom: 1px solid;
		border-left:   1px solid;
	}
	input.no_border{
		border: ;
	}