/*--------------------------------------
	ヘッダー
--------------------------------------*/
.mgnB11 {
	margin-bottom: 11px;
}
#headR {
	margin: 0px;
	padding: 0px;
	width: 450px;
	/*height: 63px;*/
	float: right;
	text-align: right;
}
#head {
	margin: 0px;
	padding: 14px 0px 30px 0px;
/*	width: 945px;
	margin: 0 auto;*/
}
/*#head h1 {
	margin: 21px 0px 0px 0px;
	padding: 0px;
	font-size: 1px;
}*/
.toplogo {
	float: left;
}



/*--------------------------------------
	フッター
--------------------------------------*/
.footer {
	float: left;
	display: block;
	width: 100%;
	height: 151px;
	margin: 50px auto 0;
	padding: 0;
	background: url(../img/footer_bg.png) 0 0 repeat-x;
	text-align: center;
}

.footer .border {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: solid 2px #cbcbcb;
	border-bottom: solid 2px #e0e0e0;
}

.footerInner {
	overflow: hidden;
	display: block;
	width: 952px;
	height: 181px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* フッターナビ */
.footerNav {
	clear: both;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 0;
	text-align: left;
}

.footerNav ul {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
}

.footerNav li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #d8dadc;
}

.footerNav li:first-child {
	padding: 0;
	border-left: 0;
}

/* 情報セキュリティポリシー */
.securityBtn a {
	display: block;
	width: 120px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/security_btn.png) 0 0 no-repeat;
}

/* 個人情報について */
.privacyBtn a {
	display: block;
	width: 88px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/privacy_btn.png) 0 0 no-repeat;
}

/* 環境方針 */
.ecoBtn a {
	display: block;
	width: 48px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/eco_btn.png) 0 0 no-repeat;
}

/* サイトポリシー */
.sitePolicyBtn a {
	display: block;
	width: 73px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/site_policy_btn.png) 0 0 no-repeat;
}

/* 免責事項 */
.legalNoticeBtn a {
	display: block;
	width: 49px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/legal_notice_btn.png) 0 0 no-repeat;
}

.footerNav a:hover { background-position: 0 -12px; }

/* コピーライト */
.footerCopyJ {
	position: relative;
	width: 188px;
	height: 10px;
	margin: 0;
	top: 79px;
	left: 0;
	background: url(../img/footer_copy_j.png) 0 0 no-repeat;
}

.footerCopyE {
	position: relative;
	width: 308px;
	height: 21px;
	margin: 0;
	top: 84px;
	left: 0;
	background: url(../img/footer_copy_e.png) 0 0 no-repeat;
}

/* ページの先頭へ戻る */
.toTop {
	clear: both;
	position:relative;
	width: 950px;
	margin: 0 auto !important;
	top: 10px;
	font-size: 0.65em;
	text-align: right;
	letter-spacing: -0.5px; /*-0.09em;*/
}

.toTop a {
	position: relative;
	display: inline-block;
	color: #4b4b4b;
}

.toTop a:before {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	top: 1px;
	background: url(../img/to_top_arrow.png) 0 50% no-repeat;
	content: "";
}

.tagline {
	text-align: right;
	margin-bottom: 20px;
}

