@charset "utf-8";
/* CSS Document */

#wrapper {
	position: relative;
}


#main {
	padding-bottom: 50px;
}


p.to_top {
	background:none;
}


p.go_top {
	width: 160px;
	height: 40px;
	background-color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: fixed;
	z-index: 10;
	right: 10%;
	bottom: 0;
}

p.go_top a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 0.5em;
	padding: 20px 5px;
	font-size: 1.2em;
}


#footer {
	height: 100px;
}
