@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ★ Last Update
  ☆ 2011.03.22
  
  ★ Coder
  ☆ Takahiro
  
  ★ a Table of Contents
  ☆
 
==================================================*/


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


.red { color:#f00; }

.blue { color:#004ae1; }

.pink{ color:#cb3c75;}


/*--------------------------------------------------
  ○ 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; }


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


.bold { font-weight:bold; }
.lighter { font-weight:lighter; }


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


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


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


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


/*
------***/

.bblue{
	color:#156ed4;
	font-weight:bold;
	font-size:14px;
}