

/*==================================================*/
/*セクション
/*==================================================*/
div.SectionFooter
{
	clear : both;

	z-index : 0;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;

	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	width : 100%;
	height : 100%;

	background-repeat : repeat-x;
	background-position : left top;
	background-image : none;
}

/*==================================================*/
/*ボディ
/*==================================================*/
div.SectionFooter div.Body
{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	width : 100%;

	background-repeat : no-repeat;
	background-position : left top;
	background-image : none;
}
/*==================================================*/
/*フッターナビゲーション
/*==================================================*/
div.NaviFooterContainer
{
	padding-top : 15px;
	padding-bottom :15px;
	padding-left : 20px;
	padding-right : 20px;

	height : 90px;
	width : 950px;
}

div#FooterLogo
{
	float : left;
	clear : none;

	margin-top : 3px;

	width : 500px;
}

ul.NaviFooter
{
	float : left;
	clear : none;

	margin-left : -20px;
	padding-top : 15px;

	width : 100%;
	height : 45px;
}

ul.NaviFooter li
{
	float : left;

	height : 22px;

	background-image: none;

	padding-left : 0px;
}

ul.NaviFooter li a
{
	display : block;

	height : 22px;

	margin-left : 10px;
	padding-left : 10px;

	color : rgb(255, 255, 255);
	font-size : 11px; font-size : 1.1rem;
}

ul.NaviFooter li a:hover
{
	background-image: url(https://www.officelibertas.co.jp/images/flgNaviFooter.jpg);
	background-position : left center;
	background-repeat : no-repeat;
}

/*==================================================*/
/*コピーライト
/*==================================================*/
div.SectionFooter div.Copyright
{
	padding-left : 20px;
	padding-right : 20px;

	width : 950px;
	height : 20px;

	line-height : 20px;
	
	text-align : left;
}

div.SectionFooter div.Copyright,
div.SectionFooter div.Copyright a
{
	color : rgb(128, 128, 128);
	font-weight : normal;
	font-size : 11px; font-size : 1.1rem;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;}

