/*  INDEX
--------------------
  1. テキスト基本
--------------------
*/


/* 1.テキスト基本
----------------------------------------------- */
.fsl18{font-size:24px; line-height:30px}							/* 見出し */
.fsl14{font-size:18px; line-height:25px; letter-spacing:1px}		/* 本文 */
.fsl12{font-size:14px; line-height:20px; letter-spacing:1px}		/* 注釈 */
.fsl10{font-size:12px; line-height:18px}							/* キャプション */
.fsl10gray{font-size:12px; line-height:14px; color:666666;}			/* キャプション灰色 */

.fsle20{font-size:20px; line-height:25px}							/* 英見出し */
.fsle14{font-size:14px; line-height:18px; letter-spacing:1px}		/* 英本文 */
.fsle13{font-size:13px; line-height:14px}							/* 英注釈 */
.fsle12{font-size:12px; line-height:14px}							/* 英キャプション */

h1{
	font-size:18px;
	line-height:25px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
