@charset "euc-jp";

/**************************************
	footer
**************************************/
#footer_push{
	clear				: both;
	height				: 28px;
}

#footer{
	clear				: both;
	width				: 100%;
	height				: 21px;
	font-size			: 80%;
	background-color	: #666;
	background			: url("../../images/popup/bkg_popup_footer.jpg") repeat-x left top;
	padding-top			: 7px;
}
#footer_container{
	width				: 720px;
	margin				: 0px auto;
}


/*-------------------------------------
	copyright
-------------------------------------*/

/* 閉じるボタン */
.btn_popup_close_base{
	float				: right;
	padding-top			: 15px;
}
.btn_popup_close{
	display				: block;
	width				: 108px;
	height				: 19px;
	background			: url("../../images/popup/btn_popup_detail_image_close.jpg") no-repeat left top;
}
.btn_popup_close:hover{
	background-position	: left bottom;
}