@charset "utf-8";

.large {
  background-image: url(img/largeon.png);
height: 24px;
width: 24px;
display: block;
}
.large a:link {
background-image: url(img/largeon.png);
}


.middle {
  background-image: url(img/middle.png);
height: 24px;
width: 24px;
display: block;
margin-right: 1px;
}

.middle a:link {
  background-image: url(img/middle.png);
}


.middle a:hover {
  background-image: url(img/middleon.png);
}


.small {
  background-image: url(img/small.png);
height: 24px;
width: 24px;
display: block;
margin-right: 1px;
}


.small a:link {
  background-image: url(img/small.png);
}


.small a:hover {
  background-image: url(img/smallon.png);
}

#contents {
	float: left;
	width: 557px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


