/*	スタイルシート２　(日英普通ページ用)  */	/* 	margin　		：余白 			*/ 	/* 	letter-spacing	：文字間 		*/ 	/*	word-spacing 	：単語の間隔 	*/ 	/* 	line-height		：行間 		 	*/ 	/*	ページ設定　フォント：19、余白：上7, 下10-------------------------------------------------*/body         { margin-top: 7; margin-bottom: 10 }/* 表	ﾌｫﾝﾄ：14、文字間：1、行間：120%、余白：左15(ﾍﾟｰｼﾞの左を15空けて表を作成)	---------*/  table        { font-size: 14px; letter-spacing: 1; line-height: 120%; margin-left: 15 }/* 長文用	両端揃え	---------------------------------------------------------*/.just        { text-align: justify }/* 記号付きリスト	画像は指定せずに左マージンのみ設定 ---------------------------------------*/ul           { margin-left: 20 }/* フォントサイズ ----------------------------------------------------------------------------*/.19L0        { font-size: 19px; letter-spacing: 0pt; margin-left: 20 }	/* 見出し用 */.16       	 { font-size: 16px }.14w_2       { font-size: 14px; word-spacing: -2 }		/* 標準の文字間縮小用２ */.13L0        { font-size: 13px; letter-spacing: 0pt }	.12L0w_3     { font-size: 12px; letter-spacing: 0pt; word-spacing: -3 }.12w_2     	 { font-size: 12px; word-spacing: -2; margin-top: 1; margin-bottom: -1 }.10          { font-size: 10px }		/* 下付き文字用 *//* 行の余白(上に余白をとる)-----------------------------------------------------------------------*/.top_1       { margin-top: -1 }.top1        { margin-top: 1 }.top2     	 { margin-top: 2 }.top5     	 { margin-top: 5 }.top7     	 { margin-top: 7 }.top10     	 { margin-top: 10 }.top12     	 { margin-top: 12 }.top15     	 { margin-top: 15 }.top_4       { margin-top: -4 } /* 	j_loca */.left20      { margin-left: 20 } /* 	e_loca */