/* 見出し文字設定 ------------------------------------------------ */
h1{
	font-size:250%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	color:#ff0000;
}
h2{
	font-size:200%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	color:#ff0000;
}
h3{
	font-size:150%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	color:#ff0000;
}
h4{
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	color:#ff0000;
}
h5{
	font-size:80%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	color:#ff0000;
}
h6{
	font-size:60%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	color:#ff0000;
}

/* 文字サイズ設定 ------------------------------------------------ */
p,div{	/* 基本 */
	font-size:medium;
	color:#ff0000;
	text-align:left;
}
#l	{text-align:left;}
#c	{text-align:center;}
#r	{text-align:right;}
#bd	{font-weight:bold;}
#em	{font-style:italic;}

p.title-l{	/* タイトル(大) */
	font-size:xx-large;
	color:#660033;
	font-weight:bold;
}
div.title-l{	/* タイトル(大) */
	font-size:xx-large;
	color:#660033;
	font-weight:bold;
}

p.title-m{	/* タイトル(中) */
	font-size:x-large;
	color:#660033;
	font-weight:bold;
}
div.title-m{	/* タイトル(中) */
	font-size:x-large;
	color:#660033;
	font-weight:bold;
}

p.title-s{	/* タイトル(小) */
	font-size:large;
	color:#cc0099;
	font-weight:bold;
}
div.title-s{	/* タイトル(小) */
	font-size:large;
	color:#cc0099;
	font-weight:bold;
}

p.l3{	/* 文字７ */
	font-size:xx-large;
	color:#ff0000;
}
div.l3{	/* 文字７ */
	font-size:xx-large;
	color:#ff0000;
}

p.l2{	/* 文字６ */
	font-size:x-large;
	color:#ff0000;
}
div.l2{	/* 文字６ */
	font-size:x-large;
	color:#ff0000;
}

p.l1{	/* 文字５ */
	font-size:large;
	color:#ff0000;
}
div.l1{	/* 文字５ */
	font-size:large;
	color:#ff0000;
}

p.s1{	/* 文字３ */
	font-size:small;
	color:#ff0000;
}
div.s1{	/* 文字３ */
	font-size:small;
	color:#ff0000;
}

p.s2{	/* 文字２(左) */
	font-size:x-small;
	color:#ff0000;
}
div.s2{	/* 文字２(左) */
	font-size:x-small;
	color:#ff0000;
}

p.s3{	/* 文字１(左) */
	font-size:xx-small;
	color:#ff0000;
}
div.s3{	/* 文字１(左) */
	font-size:xx-small;
	color:#ff0000;
}

p.present{	/* 文字３ */
	font-size:small;
	color:#cc0099;
	font-weight:bold;
	text-align:center;
}
div.present{	/* 文字３ */
	font-size:small;
	color:#cc0099;
	font-weight:bold;
	text-align:center;
}

p.counter{	/* カウンター */
	color:#ffffff;
	text-align:center;
}
div.counter{	/* カウンター */
	color:#ffffff;
	text-align:center;
}


