@charset"utf-8";

#acho{
	width:800px;
	height:263px;
	margin:0 auto;
	overflow:hidden;
}
dl{
	width:800px;
	height:263px;
}
dt{
	width:35px;
	height:263px;
	float:left;
}
dt span{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
dt span.over{
	cursor:pointer;
}
dt span.selected{
	cursor:default;
}
dt#step1 span{
	background:url("/images/hakase_h.jpg");
}
dt#step1 span.over{	
	background:url("/images/hakase_h.jpg");
}
dt#step1 span.selected{
	background:url("/images/hakase_h.jpg");
}
dt#step2 span{
	background:url("/images/robot_h.jpg");
}
dt#step2 span.over{
	background:url("/images/robot_h.jpg");
}
dt#step2 span.selected{
	background:url("/images/robot_h.jpg");
}
dt#step3 span{
	background:url("/images/hakko_h.jpg");
}
dt#step3 span.over{
	background:url("/images/hakko_h.jpg");
}
dt#step3 span.selected{
	background:url("/images/hakko_h.jpg");
}
dd{
	margin:0;
	padding:0;
	width:560px;
	height:263px;
	float:left;
	overflow:hidden;
}
dd  p{
	width:550px;
	padding:0px;
}

