@charset "utf-8";
#footer {
	height: 52px;
	background-image: url(../img/common/bg/f_bg.jpg);
	background-repeat: repeat-x;
}
#pagetop {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pagetop {
	float: right;
}

#footercontents {
	height: 75px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footernavi {
	float: right;
	width: 550px;
	font-size: 11px;
	padding-top: 20px;
}
#footernavi ul {


}
#footernavi a:link {
	color: #666666;
	text-decoration: none;
}
#footernavi a:hover {
	text-decoration: underline;
	color: #666666;
}


#footernavi li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 7px;
	padding-left: 7px;
}
#footernavi ul .end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footernavi a:active {
	color: #666666;
	text-decoration: none;
}
#footernavi a:visited {
	color: #666666;
	text-decoration: none;
}

#footercontents .logo {
	padding-top: 13px;
}
address  {
	font-style: normal;
	background-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.copy {
	width: 950px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
