@charset "utf-8";
/* CSS Document */

/* 時計ふきだし */
#clock_tip {
	position: absolute;
	display: none;
	width: 166px;
	height: 72px;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5;
	background /**/:url(../images/share/clock_tip.png) no-repeat bottom;
	_background :url(../images/share/clock_tip.gif) no-repeat bottom;
}

#clock_tip #clock_title {
	padding: 8px 0 0 20px;
	font-weight: bold;
}

#clock_tip #clock_now {
	padding: 7px 0 0 30px;
}


