@charset "utf-8";
/* CSS Document */

#footer{
	width: 950px;
/*	float: left;*/
}
#footerNavi {
	width: 950px;
	text-align: center;
	display: inline-block;
}
#footerNavi ul{
/*	width: 950px;
	float: left;*/
	display: inline-block;
	text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    padding-bottom: 1px;
}
#footerNavi li{
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cpRight{
	background-color: #ff9c00;
	color: #FFF;
	text-align: right;
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../img/logo_footer.gif);*/
	background-repeat: no-repeat;
	background-position: center 25px;
	height: 40px;
	padding-right: 50px;
	padding-top: 10px;
}
#cpRightCS{
	background-color: #333;
	color: #FFF;
	text-align: right;
	float: left;
	width: 900px;
	padding: 10px 50px 10px 0;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li.footerRightLine{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9C00;
}

.d-inline-block { display: inline-block }

.w-108 {
    width: 108px;
}

.h-18 {
    height: 18px;
}
