@charset "UTF-8";

/*フッタ*/
#Footer {
	/*width: 720px;*/
	width: 890px;
	height: 80px;
	background: url(../img/footer/footer.gif) 0 0 no-repeat;
	margin: 15px auto 0 auto;
}
#Footer p {
	padding-right: 12px;
	line-height: 21px;
	text-align: right;
}

/*==============================================================================
 * フッタのボタン用
 *----------------------------------------------------------------------------*/
#footerBtn div{
	position: relative;
	height: 27px;
	width: 146px;
	float: left;
	top: 23px;
}
#footerBtn a{
	border:medium none;
	display:block;
	height:100%;
	margin:0;
	padding:0;
	text-decoration:none;
	text-indent:-9999px;
	width:100%;
	overflow: hidden;
}
#btnCompanyProfile {
	left: 34px;
}
#btnPrivacyPolicy {
	left: 57px;
}

#btnAgreement {
	left: 80px;
}

#btnContact {
	left: 103px;
}
#btnSiteMap {
	left: 127px;
}




