a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
	opacity: 0.7;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom: 1;
	background: none!important;
}

/*リンク*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #ff0000 ;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.b:link {
	color: #009933;
	text-decoration: underline;
}
.b:visited {
	color: #009933;
	text-decoration: none;
}
.b:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
.b:active {
	color: #009933;
	text-decoration: none;
}

/*リンク（濃色背景時）*/
.a02:link {
	color: #ffffff;
	text-decoration: none;
}
.a02:visited {
	color:  #ffffff;
	text-decoration: none;
}
.a02:hover {
	color: #FFFF00;
	text-decoration: none;
}
.a02:active {
	color:  #ffffff;
	text-decoration: none;
}
