.font-pink	{	color		: #ffaaff;	}
.font-gray	{	color		: #808080;	}
.font-red	{	color		: #ff0000;	}
.font-yellow{	color		: #ffff00;	}
.font-green	{	color		: #00ff00;	}
.font-lightblue{color		: #00ffff;	}
.font-orange{	color		: #ff9900;	}

.font-mini	{	font-size	: x-small;	}
.font-10	{	font-size	: 80%;		}
.font-12	{	font-size	: 100%;
				line-height	: 100%;		}
.font-16	{	font-size	: 140%;
				line-height	: 140%;		}
.font-16-b	{	font-size	: 140%;
				font-weight	: bold;
				line-height	: 140%;		}
.font-18	{	font-size	: 160%;
				line-height	: 160%;		}
.font-18-b	{	font-size	: 160%;
				font-weight	: bold;
				line-height	: 160%;		}
.font-24	{	font-size	: 220%;
				line-height	: 220%;		}
.font-24-red{	color		: #ff0000;
				font-size	: 220%;
				line-height	: 220%;		}
.font-24-pink{	color		: #ffaaff;
				font-size	: 220%;
				line-height	: 220%;		}
.font-24-yellow{font-size	: 220%;
				color		: #FFFF00;
				line-height	: 220%;		}
.font-24-ume{	color		: #FF0080;
				font-size	: 220%;
				line-height	: 220%;		}
.font-24-f88{	color		: #FF8080;
				font-size	: 220%;
				line-height	: 220%;		}
.font-36	{	font-size	: 340%;
				line-height	: 340%;		}
.font-36-red{	color		: #ff0000;
				font-size	: 340%;
				line-height	: 340%;		}
.font-36-blue{	color		: #0000ff;
				font-size	: 340%;
				line-height	: 340%;		}
.font-36-yellow{color		: #ffff00;
				font-size	: 340%;
				line-height	: 340%;		}
.font-36-ume{	color		: #FF0080;
				font-size	: 340%;
				line-height	: 340%;		}
.font-36-f88{	color		: #FF8080;
				font-size	: 340%;
				line-height	: 340%;		}
.font-36-violet{color		: #800080;
				font-size	: 340%;
				line-height	: 340%;		}
.font-42	{	font-size	: 400%;
				line-height	: 300%;		}
.font-64	{	font-size	: 800%;
				line-height	: 300%;		}
.font-f-mc	{	font-family	: serif;
}
.under-line	{	text-decoration	: underline;}
.under-line-red{text-decoration	: underline;
				color			: #ff0000;	}
.hanten		{	color		: #d7d7d7;	}
em.red		{	color		: #ff0000;	}
strong.red	{	color		: #ff0000;	}

/* 意図的な空白行 */
*.blank-s{	height	: 100px; width: 100%; display: block; }
*.blank-m{	height	: 300px; width: 100%; display: block; }
*.blank-l{	height	: 500px; width: 100%; display: block; }

