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

#show{
	width: 113px;
	height: 100px;
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 9999;
}
#show a{
	display: block;
	width: 113px;
	height: 40px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#show a:hover{
	background-position: 0 -40px;
}
#show a.day{
	background-image: url(../day_button.png);
}
#show a.night{
	background-image: url(../night_button.png);
}