@charset "utf-8";
div.thumb {
	height: 141px;
	border: 2px solid #6FA8FF;
	float: left;
	text-align: center;
	width: 225px;
}
div.thumb:hover {
	border: 2px solid #000000;
}
td {

}
body {
	text-align: center;
	font-family: "Franklin Gothic Book";
	color: #000000;
}
div.header {
	text-align: center;
}
div.paddy {
	padding-right:75px;
	padding-left:75px;
}


a {
	font-family: "Franklin Gothic Book";
	font-style: normal;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #008000; text-decoration: none; }
a:hover {
	color: #6FA8FF;
	text-decoration: underline;
}
img {
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

