@charset "UTF-8";
/* css description  *************************************

	# NAME: font
	# AUTHOR: MLA&DA
	# LAST MODIFIED: 2008-08-20
	# DESCRIPTION: FONT
	# version: 1.0
 # Last Editor: ShigeSama

----------------------------------------------------------
	
	目次

	000. font size
	100. font color
	200. font etc 

----------------------------------------------------------
// css description ************************************* */


/* 000. font size
********************************************************* */
.tx-xsmall { font-size: 78%; }
.tx-small { font-size: 86%; }
.tx-mid { font-size: 120%; }
.tx-large { font-size: 140%; }
.tx-xlarge { font-size: 160%; }
/* 絶対指定 */
.tx-9px {	font-size: 9px; }
.tx-10px {	font-size: 10px; }
.tx-11px {	font-size: 11px; }
.tx-12px { font-size: 12px; }
.tx-14px { font-size: 14px; }
.tx-16px { font-size: 16px; }

/* 100. font color
********************************************************* */
.tx-blue01 { color:#036; }
.tx-blue02 { color:#06c; }
.tx-blue03 { color:#0000ff; }
.tx-red01 { color:#f00; }
.tx-red02 { color:#c00; }
.tx-red03 { color:#903; }
.tx-orange01 { color:#f60; }
.tx-orange02 { color:#f90; }
.tx-green01 { color:#390; }
.tx-green02 { color:#4ea735; }
.tx-green03 { color:#060; }
.tx-gray01 { color:#666; }
.tx-gray02 { color:#999; }
.tx-gray03 { color:#ccc; }
.tx-black , .tx-000 { color:#000; }
.tx-white , .tx-fff { color:#fff; }

/* 200. font etc
********************************************************* */
.tx-bold { font-weight:bold; }
.tx-normal { font-weight:normal; }
.tx-tohaba { font-family:"ＭＳ ゴシック", "Osaka－等幅", monospace; }
.tx-sat { color:#09c; }
.tx-sun { color:#f66; }




