@charset "euc-jp";

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

	text.css

					since: 2008-1-29

===========================================

 目次

検索で毎日ポイントがたまる！　CSS
テキスト
	
	1. テキストスタイル


 更新履歴
 
	2008/01/29 : 新規制作
	 
*/


/*===== 1. テキストスタイル =====*/ 


.s-red{
  font-size: 80%;
  line-height: 120%;
  color: #FF0000;
  font-weight:bold;
}

.text-base{
  color: #444444;
  line-height: 140%;
  font-weight:normal;
}

.text-base2{
  color: #444444;
  line-height: 120%;
  font-weight:normal;
}

.s{
  font-size: 80%;
  line-height: 120%;
  font-weight:normal;
}

.b {
  font-weight:bold;
}

.ss{
  font-size: 70%;
  line-height: 100%;
  color: #444444;
}


.n18{
  font-size: 160%;
  line-height: 160%;
}

.org {
  color: #FF6600;
}

.org2{
  color: #FF3300;
}

.blue{
  color:#336699;
  margin-right: 3px;
}

.yellow{
  color: #FFFF00;
}

.red{
  color: #FF0000;
}