body, table
{
	font-size: 12px;
/*	line-height: 16px;*/
	font-family:Meiryo, "ヒラギノ角ゴシック体", OSAKA, "MS PGOTHIC";
}

.fontS
{
	font-size: 10px;
/*	line-height: 12px;*/
}
.fontM
{
	font-size: 12px;
/*	line-height: 16px;*/
}
.fontML
{
	font-size: 14px;
/*	line-height: 20px;*/
}
.fontL
{
	font-size: 16px;
/*	line-height: 24px;*/
}

.fontLL
{
	font-size: 22px;
/*	line-height: 26px;*/
}

.fontXL
{
	font-size: 32px;
/*	line-height: 38px;*/
}

.normal
{
	font-weight:normal;
}

.bold
{
	font-weight:bold;
}

.linethrough
{
	text-decoration:line-through;
}

.gothic
{
	font-family:Meiryo, "MS PGOTHIC", "ヒラギノ角ゴシック体", OSAKA;
}

.mincho
{
	font-family:"MS PMINCHO", "ヒラギノ明朝体";
}

