/* CSS Document */
a.s01{
font-size:12px;
}
a.s01:link{
		color:#0099cc;
		text-decoration:none;
		}
a.s01:visited{
		color:#0099cc;
		text-decoration:none;
		}
a.s01:hover{
		color:#ff9900;
		text-decoration:none;
		}

.buyButton {
	width: 155px;
	float: right;
}
.buyButton a {
	display: block;
	width: 155px;
	height: 25px;
	margin-top: 5px;
}
.buyButton a span {
	position: absolute;
	top: -9999px;
}
.buyButton a.shop {
	background: url(../images/bt_buy01.gif) no-repeat;
}
.buyButton a.web {
	background: url(../images/bt_buy02.gif) no-repeat;
}
.buyButton a.myshop {
	background: url(../images/bt_buy03.gif) no-repeat;
}
.buyButton a:hover {
	background-position: -155px;
}
