/*--------------------------------	YUI Fonts CSS--------------------------------*/body {	font-size: 13px;	*font-size: small; /* for IE6/7 */	*font: x-small; /* for IE6/7 Quirks Mode */	font-family: "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", Arial, Helvetica, Verdana, sans-serif;	line-height: 1.231;}/* Nudge down to get to 13px equivalent for these form elements */ select, input, button, textarea, button {	font-size: 99%;	font-family: "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sArial, Helvetica, Verdana, ans-serif;}/* To help tables remember to inherit */table {	font-size: inherit;	font: 100%;}/* Bump up IE to get to 13px equivalent for these fixed-width elements */pre, code, kbd, samp, tt {	font-family: monospace;	*font-size: 108%;	line-height: 100%;}