H1	{
	font-size:56pt;			/* 文字サイズ：56pt */
	color:#000066;			/* 文字色：暗い青 */
	font-weight:900;		/* 文字太さ：極太 */
	text-align:center;		/* 中央揃え */
	margin-top:40px;		/* 上マージン：40ピクセル */
	}

H2	{
        font-family:"ＤＦまるもじ体";
	font-size:24pt;			/* 文字サイズ：24ポイント */
	color:#FFFFFF;			/* 文字色：暗い青 */
	font-weight:700;		/* 文字太さ：極太 */
	text-align:center;		/* 中央揃え */
	margin-left:8%;		/* 左マージン：8% */
	margin-right:8%;		/* 右マージン：8% */
	padding-top:4px;		/* 上パディング：4ピクセル */
	padding-bottom:4px;		/* 下パディング：4ピクセル */
	background-color:#85baf5;	/* 背景色：淡い青 */
	border-width:thin;		/* 傍線太さ：細い */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#000099		/* 傍線色：暗い青 */
	}

H3	{
	font-size:20pt;			/* 文字サイズ：24ポイント */
	color:#996600;			/* 文字色：暗い青 */
	font-weight:700;		/* 文字太さ：極太 */
	text-align:center;		/* 中央揃え */
	margin-left:20%;		/* 左マージン：8% */
	margin-right:20%;		/* 右マージン：8% */
	padding-top:4px;		/* 上パディング：4ピクセル */
	padding-bottom:4px;		/* 下パディング：4ピクセル */
	background-color:#ffff99;	/* 背景色：淡い青 */
	border-width:thin;		/* 傍線太さ：細い */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#000099		/* 傍線色：暗い青 */
	}
	
P.lead	{
	font-size:14pt;			/* 文字サイズ：14ポイント */
	color:#CC0000;			/* 文字色：赤 */
	line-height:130%;		/* 行間：130% */
	font-weight:700;		/* 文字太さ：太字 */
	margin-left:8%;			/* 左マージン：8% */
	margin-right:8%;			/* 右マージン：8% */
	}


                       
SPAN.plain	{
        font-size:10pt;
	color:#330000;			/* 文字色：紫*/
	font-weight:500;		/* 文字太さ：極太 */
	
	}

SPAN.plain1	{
        font-size:13pt;
	color:#330000;			/* 文字色：紫*/
	font-weight:700;		/* 文字太さ：極太 */
	
	}
SPAN.plain2	{
        font-size:11pt;
	color:#330000;			/* 文字色：紫*/
	font-weight:600;		/* 文字太さ：極太 */
	
	}
	
	
SPAN.plan	{
        font-size:10pt;
	color:#330000;			/* 文字色：紫*/
	font-weight:700;		/* 文字太さ：極太 */
	}
	
SPAN.white	{
	font-size:13pt;
	color:#FFFFFF;			/* 文字色：紫*/
	font-weight:600;		/* 文字太さ：極太 */
	
	}
	
SPAN.white1	{
	font-size:14pt;
	color:#FFFFFF;			/* 文字色：紫*/
	font-weight:700;		/* 文字太さ：極太 */
	
	}

