@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#contents{
	text-align:center;
}

.button{
	text-align:center;
	width:100%;
	margin-top:0px;
}
	
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}
