﻿@charset "utf-8";



/*=================================================

footerOuter

==============================*/
#footerOuter {
	text-align: center;
	background-color: #ff69b4;
	padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

/*=================================================

footer

==============================*/
#footer {
	width: 960px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer ul {
	margin: 0 0 20px;
}

#footer ul li {
	display: inline-block;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#footer ul li:last-child {
	border: none;
}


#footer p.copy {
	text-align: center;
	color: #FFF;
}
#footer ul li a {
	color: #FFF;
}
#footer .copy a {
	color: #FFF;
}
