.px16{ 
      font-size: 16px;
      line-height: 24px;
      }
.px14{ 
      font-size: 14px;
      line-height: 20px;
      }
.px14n{ 
      font-size: 14px;
      line-height: 17px;
      }
.px12{ 
      font-size: 12px;
      line-height: 16px;
      }
.px12m{ 
      font-size: 12px;
      line-height: 20px;
      }
.px12w{ 
      font-size: 12px;
      line-height: 30px;
      }
.px10{ 
      font-size: 10px;
      line-height: 14px;
      }
TD {
		font-size: 12px;
		font-face: MS UI Gothic
	}
	



a:link { color: #996666; 
		 text-decoration : none
		} /* 普通のリンク色 */
a:visited { color: #666600;  
		 text-decoration : none
		} /* すでに行った先のリンク色 */
a:active { color: #666600; } /* クリックした時のリンク色 */
a:hover { color: #666600;  
		 text-decoration : underline
		} /* マウスが乗っている時のリンク色 */
