@charset "shift_jis";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}
#step {
	margin:0 auto;
	width:750px;
	text-align:center;
}


#step li {
	float:left;
	list-style:none;
}
#step a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
