@charset "shift_jis";

/* フォント */

/* 表示しない */
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;
}

/* 検索文字列強調 */
.font100srh
{
	font-size: 100%;
	color: #FF0000;
	font-weight: bold;

}

.font100srh2
{
	font-size: 100%;
	color: #0000FF;
	font-weight: bold;

}

/* 文字を消す------------------------------------------------------------------ */
.hide
{
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;  /* MacIE5対策：これがないと隙間ができる */
}

/*-------------------------------------------------------------------------------------------------
　前橋：デザイン適用
-------------------------------------------------------------------------------------------------*/
/* 新着情報用 */
.fontTopics_new
{
	font-size : 100%;
	color : #FF0000;
	font-weight : bold;
}
.fontTopics_update
{
	font-size : 100%;
	color : #6600CC;
	font-weight : bold;
}

/* お知らせ情報用 */
.fontNotice_new
{
	font-size : 100%;
	color : #FF0000;
	font-weight : bold;
}
.fontNotice_update
{
	font-size : 100%;
	color : #6600CC;
	font-weight : bold;
}
