/* フォントの設定 */
.f10		{line-height: 120%; font-size: 10px;}  /* 10px 固定（カラー指定なし） */
.f12		{line-height: 120%; font-size: 12px;}  /* 12px 固定（カラー指定なし） */
.f14		{line-height: 120%; font-size: 14px;}  /* 14px 固定（カラー指定なし） */

.cap		{line-height: 120%; font-size: xx-small;}  /* 小フォント */
.txt		{line-height: 120%; font-size: x-small;}  /* 標準フォント */
.large		{line-height: 120%; font-size: small;}  /* 大フォント */
.subt		{line-height: 120%; font-size: small;}  /* サブタイトル */
.xlarge		{line-height: 120%; font-size: medium;}  /* タイトル */

