/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	text-decoration: none;
	color: #007298;
}

/* マウスオーバー時 */
a:hover,a:active {
	text-decoration: none;
	color: #FF6600;
}

/***************************/
/* 繁太郎リンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
.shigetaro:link,.shigetaro:visited{
	text-decoration: none;
	color:#F97D85;
}

/* マウスオーバー時 */
.shigetaro:hover,.shigetaro:active {
	text-decoration: none;
	color: #FF6600;
}
