@charset "utf-8";
#boxs{
	width:300px;
	height: 37px;
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 50px;
	opacity:0.7;
	filter: alpha(opacity=0.7);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=0.7)";	/* ie 8 */
	-moz-opacity:0.7;					/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;				/* Safari 1.x */
}

#box0,#box1,#box2,#box3,#box4{
	position: relative;
	float:left;
	width: 37px;
	height: 37px;
}
#boxs a{
	display:block;
	margin-left: -40px;
	float:right;
	opacity:0;
	filter: alpha(opacity=0);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";	/* ie 8 */
	-moz-opacity:0;					/* FF lt 1.5, Netscape */
	-khtml-opacity: 0;				/* Safari 1.x */
	width:150px;
	height:37px;
	background-color: #000;
	font-size: 0.6em;
}
#box0{
	left:0px;
	//border: 1px solid #000;
}
#box1{
	//left:50px;
	background: url(../img/box/hibinokate_body.png) no-repeat 50px center;
	//width:102px;
}
#box2{
	//left:100px;
	background: url(../img/box/twitter_body.gif) no-repeat 50px center;
	//width:125px;
}
#box3{
	//left:150px;
	background: url(../img/box/facebook_body.gif) no-repeat 50px center;
	//width:128px;
}


.box0_hover{
	border: 1px solid #000;
}
.box1_hover{
	width:102px;
}
.box2_hover{
	width:125px;
}
.box3_hover{
	width:128px;
}
