@charset 'Shift_JIS';

/**
 *
 * フォントサイズ設定用スタイルシート
 *
 */

/* BODY */
body {
	font-size:14px;
}

#font11 {
	font-size:11px;
}

#font12 {
	font-size:12px;
	line-height:18px;
}

#font12_b {
	font-size:12px;
	line-height:18px;
	font-weight: bold;
}

#font14 {
	font-size:14px;
	line-height:20px;
}

#font14_b {
	font-size:14px;
	line-height:20px;
	font-weight: bold;
}

#font18 {
	font-size:18px;
	line-height:24px;
}

#font32 {
	font-size:32px;
	line-height:38px;
}

/* フッター */
#footer {
	font-size:12px;
}

/* copyright */
#copyright {
	font-size:11px;
}
