@charset "UTF-8";

/*==================================================
	
  ● Title
  ○ common.css
  
  ● Created Date
  ○ 2010.07.03
  
  ● Last Update
  ○ 2010.07.03
  
  ● Coder
  ○ Yukihiro Arima
  
  ● a Table of Contents
  ○ Reset
  ○ Base
  ○ Fonts

 
==================================================*/


/*--------------------------------------------------
  ○ Colors
--------------------------------------------------*/

.kmc { color:#005282; }


.red { color:#f00; }

.blue { color:#004ae1; }

.purple { color:#ca86ff; }

/*--------------------------------------------------
  ○ Sizes
--------------------------------------------------*/


.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs24 { font-size:28px; }


/*--------------------------------------------------
  ○ Weights
--------------------------------------------------*/


.bold { font-weight:bold; }
.lighter { font-weight:lighter; }
.underline { text-decoration:underline; }

/*--------------------------------------------------
  ○ Aligns
--------------------------------------------------*/


.tleft { text-align:left; }
.tcenter { text-align:center; }
.tright { text-align:right; }


/*--------------------------------------------------
  ○ Indents
--------------------------------------------------*/


.indent1{
	text-indent:-1em;
	padding:5px 0px 5px 1em;
}

