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