/* Wiiボタン */

.button {
	width: 180px;
	height:25px;
	display: block;
	color: #00a;
	background: #fff url(cart_on.gif) center center no-repeat;
	font-size: 12px;
	border: none;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}
.button:visited {
}
.button:hover {
	background-color: #3cc6f5;
}
.button:active {
}

.buttonOff {
	width: 180px;
	height:25px;
	display: block;
	color: #aaaaaa;
	background: #fff url(cart_off.gif) center center no-repeat;
	font-size: 12px;
	border: none;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}

buttonOff:visite{
	color: #aaaaaa;
}

buttonOff:hover{
	color: #000000;
}

buttonOff:visited{
	color: #000000;
}


