@charset "utf-8";

/*-------------------------------------------------
  テキスト指定
  作成者：Satomi Nagashima
  作成日：2007/12/11
  最終更新日：2007/12/11
--------------------------------------------------*/

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

/*フォントカラー*/
.font_red{
	color: #990000;
}
.font_brown{
	color: #551A00;
}
.font_yellow{
	color: #A06501;
}
.font_gray{
	color: #666666;
}

/*ボールド*/
.font_bold{
	font-weight: bold;
}
/*イタリック*/
.font_italic{
	font-style: italic;
}
/*字消し*/
.font_linethrough{
	text-decoration:line-through;
}