@charset "utf-8";
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a img {
    border-style:none;
}
a:hover img{
filter: alpha(opacity=70); /*For IE*/
opacity: 0.7; /*Opera・Safari*/
-moz-opacity: 0.7; /*For FireFox*/
}
#contents p {
	line-height: 1.4em;
	margin: 0px;
	font-size: 18px;
}
#topcopy {
	font-size: 16px;
	text-align: center;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
