@charset "utf-8";

/*-------------------------------------------------
  テキスト指定
  作成者：Naoko Takada
  作成日：2007/5/31
  最終更新日：2007/7/19
--------------------------------------------------*/

/*フォントサイズ*/
.font_s{
	font-size:85%;
	line-height: 1.2em;
}
.font_l{
	font-size:115%;
}
.font_xl{
	font-size:150%;
}

/*フォントカラー*/
.font_red{
	color: #FF0000;
}
.font_blue{
	color: #0000FF;
}
.font_orange{
	color: #FF6600;
}
.font_green{
	color: #006600;
}
.font_pink{
	color: #FF00FF;
}
.font_gray{
	color: #999999;
}

/*ボールド*/
.font_bold{
	font-weight: bold;
}
/*イタリック*/
.font_italic{
	font-style: italic;
}

/*strongの色が濃いのを調整*/
strong{
	color:#555555;
}
