/* CSS Document */

#wagon{
	width:120px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

#wagon a{
	background: transparent url(img/mitsumori_w.gif) no-repeat 0% 0;
	display: block;
	height: 25px;
	padding-top: 100px;
}

#wagon a:hover {
    background-position: 0% -26px;
}

#sport{
	width:120px;
	height: 25px;
	overflow: hidden;
	float: left;
}

#sport a{
	background: transparent url(img/mitsumori_s.gif) no-repeat 0% 0;
	display: block;
	height: 25px;
	padding-top: 100px;
}

#sport a:hover {
    background-position: 0% -26px;
}
