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


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;

}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	text-align: center;
	display: block;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	behavior: url(/css/PIE.htc);
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #844F3C;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}