@charset "utf-8";
/*=====================================
適用：全ページ共通
種類：リンク用CSS
作成：2008-07-17
更新：2008-07-23
=====================================*/

a:link {
	text-decoration: underline;
	color:#009900;
}

a:visited {
	text-decoration: underline;
	color:#009900;
}

a:hover {
	text-decoration: none;
	color:#CC0000;
}

a:active {
	text-decoration: underline;
	color:#009900;
}

/* トピックス用 */
.TopicsItem a:link {
	text-decoration: underline;
	color:#000000;
}

.TopicsItem a:visited {
	text-decoration: underline;
	color:#000000;
}

.TopicsItem a:hover {
	text-decoration: none;
	color:#CC0000;
}

.TopicsItem a:active {
	text-decoration: underline;
	color:#000000;
}


/* コンテンツページ内メニュー用 */
#ContNavi li a:link {
	text-decoration: none;
	color:#373226;
	background-color:#F4F2E1;
}

#ContNavi li a:visited {
	text-decoration: none;
	color:#373226;
	background-color:#F4F2E1;
}

#ContNavi li a:hover {
	text-decoration: none;
	color:#373226;
	background-color:#E9E1CB;
	background-image:url(../img/pagenavi_allow.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

#ContNavi li a:active {
	text-decoration: none;
	color:#373226;
	background-color:#E9E1CB;
	background-image:url(../img/pagenavi_allow.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

