
@charset "utf-8";
/* ================== css style ==================================================================== */
.b              {  font-weight: bold  } 
.i              {  font-style: italic } 

/* ================== font style ==================================================================== */
.f05            {  font-size: 5px;  }  
.f06            {  font-size: 6px;  }
.f07            {  font-size: 7px;  }
.f08            {  font-size: 8px;  }
.f09            {  font-size: 9px;  }
.f10            {  font-size: 10px; }
.f11            {  font-size: 11px; }
.f12            {  font-size: 12px; }
.f13            {  font-size: 13px; }
.f14            {  font-size: 14px; }
.f15            {  font-size: 15px; }
.f16            {  font-size: 15px; }
.f17            {  font-size: 17px; }
.f18            {  font-size: 17px; }
.f19            {  font-size: 19px; }
.f20            {  font-size: 20px; }
.f21            {  font-size: 21px; }
.f22            {  font-size: 22px; }
.f23            {  font-size: 23px; }
.f24            {  font-size: 24px; }
.f25            {  font-size: 25px; }

/* ================== line style ==================================================================== */
.txtlh120      {  line-height: 120% } 
.txtlh130      {  line-height: 130% }
.txtlh140      {  line-height: 140% }
.txtlh150      {  line-height: 150% }
.txtlh160      {  line-height: 160% }
.txtlh170      {  line-height: 170% }
.txtlh180      {  line-height: 180% }
.txtlh190      {  line-height: 190% }
.txtlh200      {  line-height: 200% }
.txtlh220      {  line-height: 220% }
.txtlh240      {  line-height: 240% }
.txtlh260      {  line-height: 260% }
.txtlh280      {  line-height: 280% }
.txtlh300      {  line-height: 200% }


/* ================== input box style =============================================================== */
.txtbox         {  border:1px solid #993366 } 

.txtbox_w_50    {  width:50px;  }
.txtbox_w_60    {  width:60px;  }
.txtbox_w_70    {  width:70px;  }
.txtbox_w_80    {  width:80px;  }
.txtbox_w_90    {  width:90px;  } 
.txtbox_w_100   {  width:100px; } 
.txtbox_w_110   {  width:110px; } 
.txtbox_w_120   {  width:120px; } 
.txtbox_w_130   {  width:130px; } 
.txtbox_w_140   {  width:140px; } 
.txtbox_w_150   {  width:150px; } 
.txtbox_w_160   {  width:160px; } 
.txtbox_w_170   {  width:170px; } 
.txtbox_w_180   {  width:180px; } 
.txtbox_w_190   {  width:190px; } 
.txtbox_w_200   {  width:200px; } 
.txtbox_w_220   {  width:220px; } 
.txtbox_w_240   {  width:240px; } 
.txtbox_w_260   {  width:260px; } 
.txtbox_w_280   {  width:280px; }
.txtbox_w_300   {  width:300px; }  

.txtbox_h_10    {  height:10px; }  
.txtbox_h_12    {  height:12px; } 
.txtbox_h_14    {  height:14px; } 
.txtbox_h_16    {  height:16px; } 

.txtbox_black {  
	height: 14px;             
	background-color:#ffffff;
  	font-size: 12px;
	color: #000000;	
	border: 1px solid ;
}
.txtbox_gray {  
	height: 14px;
	background-color:#ffffff;
	font-size: 12px;
	color: #333333;
	border: 1px solid ;
}
.txtbox_blackline {  
	height: 14px;
	background-color:#ffffff;
	font-size: 12px; 
	border-color: black black #000000 black;
	border-width: 0px 0px 1px 0px;  }

.txtbox_grayline {
	height: 14px;
	background-color:#ffffff;
	border-color: black black #333333 black;
	border-width: 0px 0px 1px 0px;
}
				   
.img_gray       {  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)  }

.ls_2           {  letter-spacing :2px;  } 
.ls_5           {  letter-spacing :5px;  }  
.ls_10          {  letter-spacing :10px; }

.wp_10          {  word-spacing :10px;  }  

.td_ul          {  Text-decoration:underline;  }  

.fs1		    {  white-space:normal;} 


.wm_lr-tb        {  writing-mode:tb-rl;text-align:center; }
			
.ff_ht          {  font-family: "" }
.ff_AB          {  font-family: "Arial Black";}







