@charset "UTF-8";

body {
	background-color: #fff;
}

a:link {
  color: #31719C;
  text-decoration: underline;
}

a:visited {
	color: #669;
	text-decoration: underline;
}

a:hover {
	color: #F23000;
	text-decoration: none;
}

#wrap_home {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#top {
}
/*
a:hover img  {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
*/

.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
