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

#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 125%;
}
#page-top a:link {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	background-color: #333;
}

#page-top a:visited{
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	background-color: #333;
}
#page-top a:hover{
	text-decoration: none;
	border: 1px dotted #F36;
	color: #F03;
	background-color: #CCC;
}
#page-top a:active{
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	background-color: #333;
}
#page-top a:focus{
	text-decoration: none;
	border: 1px dotted #F03;
	color: #F03;
	background-color: #CCC;
}
#page-top p {
	text-indent: 0px !important;
	}
