@charset "utf-8";

/* Page Top -------------------------- */

#pagetop {
	width: 970px;
	margin: 0 auto;
	padding: 20px 40px 0 10px;
	text-align: right;
	overflow:hidden;
}

#pagetop .button {
	margin:0 0 20px 0;
	padding:5px;
	width:100px;
	font-size:10px;
	text-align:center;
	float:right;
	border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	border:2px solid #666;
}

#pagetop .button a {
	color:#555;
	text-decoration:none;
}

#pagetop .button a:hover {
	color:#aaa;
	text-decoration:underline;
}

/* ----------------------------------- */

/* Footer Navi ----------------------- */
#foot_navi {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:40px;
}

#foot_navi ul {
	margin:0;
	padding:0;
}

#foot_navi ul li{
	margin:0;
	padding:5px;
	width:240px;
	height:30px;
	float:left;
}


/*-------------------------------------*/

/* Footer------------------------------*/

#footer {
	color:#333;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #ffffff;
	border-top:1px solid #555;
	font-size: 10px;
	color: #666;
	text-align: center;
	clear:both;
	position:relative;
}

#footer_inner{
	width:1000px;
	margin:0 auto;
	}


#footer a {
	color:#666;
	font-size: 12px;
	text-decoration:none;
}

#footer a:hover {
	color:#999;
	font-size: 12px;
	text-decoration:underline;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
}


/* copyright------------------------------*/

#footer .copyright{text-align:left;margin:10px 0;}

/*-------------------------------------*/