/* 固定フォントの設定 */
.f10		{line-height: 120%; font-size: 10px;}  /* 10px 固定 */
.f12		{line-height: 120%; font-size: 12px;}  /* 12px 固定 */
.f14		{line-height: 120%; font-size: 14px;}  /* 14px 固定 */
.f16		{line-height: 120%; font-size: 16px;}  /* 16px 固定 */


/* 固定太字フォントの設定 */
.f10b		{line-height: 120%; font-size: 10px; font-weight: bold;}  /* 10px 固定太字 */
.f12b		{line-height: 120%; font-size: 12px; font-weight: bold;}  /* 12px 固定太字 */
.f14b		{line-height: 120%; font-size: 14px; font-weight: bold;}  /* 14px 固定太字 */
.f16b		{line-height: 120%; font-size: 16px; font-weight: bold;}  /* 16px 固定太字 */


/* 標準フォントの設定 */
.cap		{line-height: 120%; font-size: xx-small;}  /* 小フォント */
.txt		{line-height: 120%; font-size: x-small;}  /* 標準フォント */
.large		{line-height: 120%; font-size: 88%;}  /* 大フォント */
.subt		{line-height: 120%; font-size: small;}  /* サブタイトル */
.xlarge		{line-height: 120%; font-size: medium;}  /* 特大フォント */


/* 太字フォントの設定 */
.capb		{line-height: 120%; font-size: xx-small; font-weight: bold;}  /* 小フォント太字 */
.txtb		{line-height: 120%; font-size: x-small; font-weight: bold;}  /* 標準フォント太字 */
.largeb		{line-height: 120%; font-size: 88%; font-weight: bold;}  /* 大フォント太字 */
.subtb		{line-height: 120%; font-size: small; font-weight: bold;}  /* サブタイトル太字 */
.xlargeb		{line-height: 120%; font-size: medium; font-weight: bold;}  /* 特大フォント太字 */


/* カラーの設定は「setup.css」の方に記述してください。 */
