
img,input {
border-style: none;
border-width: 0;
}

/*リンク*/
a:link {
	color: #006400;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #006400;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #ff00ff;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #ffff80;
	background-color: 006400;
	text-decoration: underline;
} 


/*部分的にリンクの変更*/
/*td.navi a:link{...}*/


/*pr*/
p.pr {
	color:#800000;
	background-color:#ffffdd;
	font-size:10pt;
	line-height:11pt;
	margin:10px auto 10px auto;
	padding:5px;
	border-color:#33ff00;
	border-style:solid;
	border-width:1px;
	width: 500px;
}

p.pr a:link {
	color: #ff00cc;
	background-color: transparent;
	text-decoration: none
}
p.pr a:visited {
	color: #ff00cc;
	background-color: transparent;
	text-decoration: none
}
p.pr a:active {
	color: #33ff00;
	background-color: transparent;
	text-decoration: none;
}
p.pr a:hover {
	color: #ffff80;
	background-color: #ff33ff;
	text-decoration: underline;
} 

