@charset "utf-8";
/* CSS Document */

/*non-buttons---------------------------------------------------------------*/
.footerimg{
	display:block;
	float:left;
}

/*facebook rollver---------------------------------------------------------------*/
#faceFoot{
	display:block;
	float:left;
	width:37px;
	height:32px;
	background:url("../images/footer/face.png") no-repeat 0 0;
}

#faceFoot:hover{
	background-position:0 -32px;
}

#faceFoot span{
	display:none;
}

/*youtube rollver---------------------------------------------------------------*/
#youFoot{
	display:block;
	float:left;
	width:36px;
	height:32px;
	background:url("../images/footer/you.png") no-repeat 0 0;
}

#youFoot:hover{
	background-position:0 -32px;
}

#youFoot span{
	display:none;
}

/*myspace rollver---------------------------------------------------------------*/
#myFoot{
	display:block;
	float:left;
	width:44px;
	height:32px;
	background:url("../images/footer/my.png") no-repeat 0 0;
}

#myFoot:hover{
	background-position:0 -32px;
}

#myFoot span{
	display:none;
}

/*twitter rollver---------------------------------------------------------------*/
#twitFoot{
	display:block;
	float:left;
	width:38px;
	height:32px;
	background:url("../images/footer/twit.png") no-repeat 0 0;
}

#twitFoot:hover{
	background-position:0 -32px;
}

#twitFoot span{
	display:none;
}


