@charset "utf-8";
/* CSS Document */

#head {
	position: relative;
}

#header {
	position: relative;
}

#sharecola {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 157px;
	height: 28px;
	margin: 0;
	overflow: hidden;
}

#fb {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/share_fb.gif) no-repeat top left;
	text-indent: -3000px;
	width: 25px;
	height: 25px;
}

#plurk {
	position: absolute;
	top: 0;
	left: 30px;
	background: url(images/share_plurk.gif) no-repeat top left;
	text-indent: -3000px;
	width: 25px;
	height: 25px;
}

#twitter {
	position: absolute;
	top: 0;
	left: 60px;
	background: url(images/share_twitter.gif) no-repeat top left;
	text-indent: -3000px;
	width: 25px;
	height: 25px;
}

#google1 {
	position: absolute;
	top: 0;
	left: 90px;
	width: 38px;
	height: 24px;
}

#fb a, #plurk a, #twitter a {
	display: block;
	width: 25px;
	height: 25px;
}


