
#snsFixed {
	background: url(../images/sns_bg.gif) no-repeat left top;
	position: relative;
	height: 151px;
	width: 42px;
	top: 0px;
	right: 0px;
}
#snsFixed .twitterBtn {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 11px;
	top: 13px;
}
#snsFixed .facebookBtn {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 11px;
	top: 39px;
}
#snsFixed .googleBtn {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 11px;
	top: 65px;
}
#snsFixed .yahooBtn {
	position: absolute;
	height: 16px;
	width: 16px;
	left: 13px;
	top: 93px;
}
#snsFixed .hatenaBtn {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 11px;
	top: 118px;
}
#snsFixed a:hover {
	background: transparent;
}
