@charset "UTF-8";
/* CSS Document */

#pagetopErea  {
	clear: both;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
#pagetop{
	clear: both;
	font-size: 80%;
	position: relative;
	text-align: right;
	height: 39px;
	margin: 0 auto;
}

#pagetop a,#footer a:visited { color: #999; text-decoration: underline; }
#pagetop a:hover { color: #000; text-decoration: none; }


#footerErea {
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #007526;
	text-align: center;
}
#footer {
	color: #FFFFFF;
	width: 900px;
	height: 60px;
	margin: 0 auto;
}
#footer a,#footer a:visited { color: #fff; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: none; }


#footerNavigation {
	width: 700px;
	padding: 20px 0 0 150px;
}
#footerNavigation li {
	float: left;
	font-size: 90%;
	padding: 0 15px;
}
#footer .logo {
	padding: 13px 0 0 32px;
}
#footer #addressList {
	padding: 30px 0 0 32px;
}
#footer #addressList li {
	float: left;
	padding-right: 50px;
}
#footer #addressList li.lastChild {
	padding-right: 0;
}
#footerErea_copy {
	clear: both;
	font-size: 70%;
	color: #fff;
	position: relative;
	margin: 0 auto;
	background-color: #007526;
}
#footerErea_copy .copyright {
	padding: 13px;
}
#sub #footer #copyright {
	clear: both;
	padding: 20px 15px 10px 0;
	text-align: right;
}
