/* メニュー部分のアンダーラインを消す */
a.menu:link    {
	color: White;
	text-decoration: none;
}
a.menu:visited {color:#ffffff; text-decoration: none;}
a.menu:hover   {color:#ffffff; text-decoration: underline;}

/* メニュー部分のアンダーラインを消す */
a.menu2:link    {
	color: #000000;
	text-decoration: none;
}
a.menu2:visited {
	color: #000000;
	text-decoration: none;
}
a.menu2:hover   {
	color: #000000;
	text-decoration: underline;
}

/* メニュー部分のアンダーラインを消す */
a.menu25:link    {
	color: #000000;
	text-decoration: none;

}
a.menu25:visited {
	color: #000000;
	text-decoration: none;

}
a.menu25:hover   {
	color: #000000;
	text-decoration: underline;

}


a.menu3:link    {
	color: White;
	text-decoration: none;

}
a.menu3:visited {
	color:#ffffff;
	text-decoration: none;

}
a.menu3:hover   {
	color:#ffffff;
	text-decoration: underline;

}

/* メニュー部分のアンダーラインを消す */
a.menu4:link    {
	color: #000000;
	text-decoration: none;
	font-size : smaller;
}
a.menu4:visited {
	color: #000000;
	text-decoration: none;
	font-size : smaller;
}
a.menu4:hover   {
	color: #000000;
	text-decoration: underline;
	font-size : smaller;
}

/* GNBのメニュー部分の設定 */
p.menu {
 font-size: 80%;
 font-color: white;
 margin: 3px 0px 3px 0px; 
}

/* 新着情報の見出し */
div.news_h {
 font-size: 80%;
 font-weight:bold;
}


/* 右上部に設置するメニュー */
td.submenu {
 font-size: 80%;
}

/* フォントサイズ */
.font_s {
 font-size: 70%;
}

.font {
 font-size: 80%;
}

.font_m {
 font-size: 90%;
}


.font_l {
 font-size: 100%;
}

/* 注釈 赤 */
.annotation {
 font-size: 80%;
 font-color: red;
}

/* ホームキャプション */
.cap {
 font-size: 12px;
}


/* ネクスト2 TOPページ */
.top {
 font-size: 75%;
}



/* テキストナビゲーションの部分 */
span.normal{
 font-size: 80%;
}