@charset "UTF-8";
/* CSS Document */
#chibko {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	width:100%;
	padding-top:5px;
	height: 15px;
	z-index: 10;
	bottom: 0px;
	position:fixed;
	background-color: #002A66;
}

#chibko a {
	color: #FFF;
}

#chibko a:hover {
	color: #F60;
}
