@charset "UTF-8";

/*=======================================================
	shared
=======================================================*/

html {
	overflow-y:scroll;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #EEE;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
li {
	list-style: none;
}


/*========================================================================
	wrapper
========================================================================*/
#wrapper {
	width: 980px;
	height: 2000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	
	position: relative;
	
	background: #FFF;
}
#btn_pagetop {
	margin: 0px 0px 0px 1000px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	position: fixed;
	bottom: 20px;
	
	opacity: 0.8;
	background: #000;
	
	display: none;
}
#btn_pagetop a {
	padding: 20px;
	display: block;
	
	color: #FFF;
	
	text-decoration: none;
}