﻿@charset "utf-8";

/*-----------------------------------------------*/
/* 各コンテンツトップ
（テキストリンクの多いページ） リンク設定 */

a:link,a:active,a:visited{
	color:#4f4946;
	text-decoration:none;
}
a:hover{
	color:#0000ff;
	text-decoration:underline;
}
