@charset "iso-8859-1";
/* CSS Document */

.plus, .plusb, .plusv {
	background-image: url(../img/screen/plus_01.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	display: block;

	height: 21px;
	width: auto;
	color: #0099CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: normal;
}
.plus  span, .plusb span, .plusv span {
	background-image: url(../img/screen/plus_03.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	height: 21px;
	display: block;
	cursor: pointer;
}
.plus  span  span, .plusb span span, .plusv span span {
	background-image: url(../img/screen/plus_04.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	float: left;
	height: 21px;
	margin-right: 20px;
	margin-left: 10px;
	cursor: pointer;
}
.plus:hover {
	background-position: left bottom;
}
.plus:hover span {
	background-position: right bottom;
}
.plus:hover span span {
	background-position: center bottom;
}
.plusb:hover {
	background-position: left -27px;
	color: #EEE;
}
.plusb:hover span {
	background-position: right -27px;
}
.plusb:hover span span {
	background-position: center -27px;
}
.plusv:hover {
	background-position: left -53px;
	color: #333333;
}
.plusv:hover span {
	background-position: right -53px;
}
.plusv:hover span span {
	background-position: center -53px;
}
.plusv {
	margin-top: 0px;
}

