@charset "utf-8";

.bansen {
	float:left;
	width:200px;
	height:112px;
	margin-right:34px;
	background-color:#999999;
}

.yokokuText {
	float:left;
	color: #FFFFFF;
	width:490px;
	margin-top:-5px;
}

/* png対策 */
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}  

.bansen .play {
	width: 200px;
	height: 135px;
	background-image: url(../images/bansen.jpg);
	background-position: 0 23px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	border: 1px solid #000000;
}
.bansen img {
	border: none;
	vertical-align: bottom;
}