@charset "Shift_JIS";

/* ------ メイン／メインカラム／コンテンツ一覧／画像 ------ */
#body #mainarea #maincolumn dl dd.thu  a:hover img {
	border: #0662c7 1px solid;
}

/* ------ メイン／メインカラム／コンテンツ一覧／画像 ------ */
#body #mainarea #subcolumn #column dl dd.thu  a:hover img {
	border: #0662c7 1px solid;
}

/* ------ リンク設定 ------ */

a:link {
	color: #0662c7;
	text-decoration: none;
}
a:visited {
	color: #0662c7;
	text-decoration: none;
}
a:active {
	color: #0662c7;
	text-decoration: none;
}
a:hover {
	color: #0662c7;
	text-decoration: underline;
}