@charset "shift-jis";
/*************************************************************
インテリア産業協会 JAPAN INTERIOR INDUSTRY ASSOCIATION

共通フッター　リニューアル用

			インテリアフェスティバル2010 ifes用
			common/js/footertable.jsとセット

			ポップアップページ用
			common/js/footerpopup.jsとセット
*************************************************************/


/*------------------------------------------------------------------------------------------------
	共通フッター

			ポップアップページ用
			common/js/footerpopup.jsとセット
------------------------------------------------------------------------------------------------*/
/* footerBgPopup
------------------*/
div#footerBgPopup {
	clear: both;
	position:relative;
	background:#fff url(/assets-before/association/reference/images/f_bgpopup.jpg) repeat-x;
	width: 100%;
	margin:0 auto -1px;
	padding:5px 0 0;
	height: 31px;
	zoom: 100%;/*ie用*/
}
div#footerBgPopup:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* footerBgPopup address
------------------*/
div#footerBgPopup address{
	margin:0 0 0 10px;
	padding:0;
}

/* footerBgPopup ul li
------------------*/
div#footerBgPopup ul{
	clear: both;
	width:245px;
	margin:-5px 10px 0 0;
	padding:0;
}
div#footerBgPopup ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
div#footerBgPopup div{
	position:absolute;
	right:10px;
	top:10px;
}

