/* フォント */

/* 表示しない */
span.nodisp {
	/*display : none;*/
	position : absolute;
	left : -999px;
}

/* エラーメッセージ */
.font90err
{
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;

}

/* 通常指定 */
.font80
{
	font-size: 80%;
}
.font80_1
{
	font-size: 80%;
	color:#FF9900;
}
.font80_2
{
	font-size : 80%;
	color : #666666;
}
.font80_link
{
	font-size : 80%;
	color : #ff3366;
}
.font90
{
	font-size: 90%;
}
.font100
{
	font-size: 100%;
}
.font100_link
{
	font-size : 100%;
}
.font110
{
	font-size: 110%;
}
.font120
{
	font-size: 120%;
}

.font80B
{
	font-size: 80%;
	font-weight: bold;
}
.font90B
{
	font-size: 90%;
	font-weight: bold;
}
.font100B
{
	font-size: 100%;
	font-weight:bold;
}
.font110B
{
	font-size: 110%;
	font-weight:bold;
}
.font120B
{
	font-size: 120%;
	font-weight:bold;
}
.font120B_2
{
	color : #ff0000;
	font-size : 120%;
	font-weight : bold;
}

.font120B_3
{
	color : #66c;
	font-size : 120%;
	font-weight : bold;
}

/* 新着情報用 */
.font80_date
{
	font-size : 80%;
	color : #FF0000;
}
.font80_new
{
	font-size : 80%;
	color : #6600CC;
	font-weight : bold;
}
.font80_update
{
	font-size : 80%;
	color : #6600CC;
	font-weight : bold;
}

/* イベント情報用 */
.font80_evt1
{
	font-size: 80%;
	color:#0000FF;
}
.font80_evt2
{
	font-size: 80%;
	color:#FF0000;
}


