	input,textarea,select{
	/*文字フォント*/font-family :ＭＳ ゴシック;
	/*文字サイズ */font-size :10pt;
	/* 文字色 */ color :#505050;
	/* 背景色 */ background-color:#FFFFFF;
	/*線の外観 */border :1 dotted #545454;
	}
	.text10px { font: 10px/12px osaka; text-decoration: none }
	.text10pxb { font: bold 10px/12px osaka; text-decoration: none }
	.text10u { font: 10px/13px osaka; text-decoration: underline }
	.text12px { font: 12px/13px osaka; text-decoration: none }
	.text12bu { font: 12px/14px osaka; text-decoration: underline }
	.text12pxb { font: bold 12px/14px osaka; text-decoration: none }
	.text14 { font: 14px/17px osaka; text-decoration: none }
	.text14px { font: bold 14px/17px osaka; text-decoration: none }
	a { text-decoration: none }
	a:hover { color: #ff0000 }