@charset "UTF-8";
/* CSS Document */

#snsRightBox{
	position:fixed;
	right:0;
	bottom:50px;
}

* html #snsRightBox{
	position:absolute;
}




#snsRightBox .topBox{
	background:url(../img/bg_snsbox_top.png) no-repeat;
	height:4px;
	width:28px;
	font-size:1px;
}

#snsRightBox .bottomBox{
	background:url(../img/bg_snsbox_bottom.png) no-repeat;
	height:4px;
	width:28px;
	font-size:1px;
}

#snsRightBox .innerBox{
	background:url(../img/bg_snsbox_mid.png) repeat-y;
	padding:0 5px;
}

#snsRightBox .innerBox p{
	margin:0;
	margin-bottom:3px;
	padding:0;
}

#snsRightBox .innerBox p.lastChild{
	margin-bottom:0;
}

#snsRightBox .innerBox img{
	border:0;
}
