ul.social_bookmarks a img {
	border: none;
}

ul.social_bookmarks {
	list-style: none;
	width: 145px; /*ボタンの数に合わせてサイズ調整*/
	margin: 1em auto;/*右寄せ*/
	padding: 0px;	
}

ul.social_bookmarks li { /*横並びに*/
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 7px;
}

ul.social_bookmarks:after { /*floatの解除*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.social_bookmarks li.twitter_icon {
	background-image: url("../../images/sb/twitter-02.gif") ;
	background-repeat: no-repeat;
}

ul.social_bookmarks li.delicious_icon {
	background-image: url("../../images/sb/delicious-02.gif") ;
	background-repeat: no-repeat;
}

ul.social_bookmarks li.yahoo_icon {
	background-image: url("../../images/sb/yahoo!-02.gif") ;
	background-repeat: no-repeat;
}

ul.social_bookmarks li.google_icon {
	background-image: url("../../images/sb/google-02.gif") ;
	background-repeat: no-repeat;
}

ul.social_bookmarks li.hatena_icon {
	background-image: url("../../images/sb/hatena-02.gif") ;
	background-repeat: no-repeat;
}

ul.social_bookmarks li.livedoor_icon {
	background-image: url("../../images/sb/livedoor-02.gif") ;
	background-repeat: no-repeat;
}

ul.social_bookmarks span { 
	margin: 0;
	padding: 0;
	background-image: url("../../images/sb/fukidasi.png");		   
	background-repeat: no-repeat;
	width: 116px;
	height: 34px;
	position:relative;
	top: -50px;
	left: -50px;
	text-align: center;	
	font-size: 11px;
	line-height: 20px;
	color:black;
	display: none; /*ボタンタイトルを非表示に*/
}

ul.social_bookmarks a:hover span { /*マウスを重ねたときにボタンタイトル表示*/
	display: block;
}

ul.social_bookmarks a:hover { /*ボタンタイトルの下線消去*/
	text-decoration: none;	
}

ul.social_bookmarks a:hover img { /*マウスを重ねたときボタン画像を非表示にしてバックグラウンド画像を表示*/
	visibility: hidden;
}
