@charset "utf-8";
/* CSS Document */
.img
{
padding:3px;
margin-left:10px;
border:#CCCCCC thin solid 1px;
}
.img2
{
padding:3px;
border:#CCCCCC thin solid 1px;
}
.btm:link {
	color: #ffffff;
	text-decoration: none;
}
.btm:visited {
	text-decoration: none;
	color: #ffffff;
}
.btm:hover {
	text-decoration: none;
	color: #999999;
}
.btm:active {
	text-decoration: none;
	color: #BA010A;
}
