/* Info
-----------------------------------
CSS file 
FileName:   text_style.css
Build:      2006.06.10
----------------------------------- */



/* テキストサイズ指定 ------------------- */

/* サイズ・行間指定 ---- */
.tx10_lh12 {font-size: 10px; line-height: 12px;}
.tx12_lh14 {font-size: 12px; line-height: 14px;}
.tx14_lh16 {font-size: 14px; line-height: 16px;}


/* サイズ指定 ---------- */
.tx8  {	font-size: 8px; }
.tx10 {	font-size: 10px;}
.tx12 {	font-size: 12px;}
.tx14 {	font-size: 14px;}
.tx16 {	font-size: 16px;}
.tx18 {	font-size: 18px;}
.tx20 {	font-size: 20px;}
.tx22 {	font-size: 22px;}
.tx24 {	font-size: 24px;}
.tx26 {	font-size: 26px;}


/* 行間指定 ------------- */
.lh8  {line-height: 8px; }
.lh10 {line-height: 10px;}
.lh12 {line-height: 12px;}
.lh14 {line-height: 14px;}
.lh16 {line-height: 16px;}
.lh18 {line-height: 18px;}
.lh20 {line-height: 20px;}
.lh22 {line-height: 22px;}
.lh24 {line-height: 24px;}
.lh26 {line-height: 26px;}
.lh28 {line-height: 28px;}
.lh30 {line-height: 30px;}


/* テキストカラー指定 ------------------- */

.tc_red    {color: #CC0000;}
.tc_wine   {color: #d78c5b;}
.tc_pink   {color: #ff8585;}
.tc_orange {color: #ff6600;}
.tc_browns {color: #993300;}
.tc_green  {color: #339900;}
.tc_blue   {color: #3366CC;}
.tc_brown  {color: #d78c5b;}
.tc_black  {color: #000000;}
.tc_gray   {color: #666666;}
.tc_gray_light {color: #999999;}



/* テキスト装飾指定 ------------------- */

.tx_bold   {font-weight: bold;}
.tx_bolder {font-weight: bolder;}
.tx_italic {font-style: italic;}






