.footer_cb {
	clear: both;
	padding-top: 10px;
}
	
#footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #390;
	text-decoration: underline;
}

#footer ul {
	display: inline;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

#footer li {
	display: inline;
	padding: 0 5px;
	width: auto; /*追記*/
	white-space: nowrap; /*追記*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}

