@charset "UTF-8";
/* フッター */
#footer_base {
	background: #465ccb; /* Old browsers */
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
	padding-bottom: 2px;
}
/* フッタートップ用*/
#footer-inner-top {
	min-height: 145px;
	width: 936px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#ffffff;
}
#footer-logo-top {
	margin: 17px 0 0 0;
	width: 698px;
	float:left;
	font-size:100%;
}
#footer-link-top {
	margin: 10px 0 0 0;
	width: 235px;
	float:left;
}
#footer-link-top a {
	line-height: 160%;
}
/* フッター２階層目用*/
#footer-inner-2nd {
	min-height: 90px;
	width: 936px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#ffffff;
}
#footer-logo-2nd {
	margin: 11px 0 0 0;
	width: 398px;
	float:left;
}
#footer-link-2nd {
	margin: 11px 0 0 0;
	width: 535px;
	margin-top:64px;
	float:left;
	text-align:right;
	bottom: 0;
	

}
/* フッターのひとはくロゴ*/
.footer-logo-titleB {
	font-size:150%;
}
.footer-link-titleB {
	color: #cdcdcd
}
/* フッターは文字色が白なのでリンクの色を変えている */
#footer_base a {
	text-decoration: none;
	color: #ffffff;
}
#footer_base a:hover {
	text-decoration: underline;
	color: #FF9900
}
hr.footer {
	height:0;
	width: 350px;
	border:0;
	border-top:1px solid #000000;
	border-bottom:1px solid #7f7f7f;
	margin: 7px 0px 28px 0px;
    text-align:left;
}
/* コピーライト */
#copyrights_base {
	background: #20262a;
	margin: 0px;
	padding: 0px;
	min-height: 45px;
	width: 100%;
	overflow: auto;
}
#copyrights-inner {
	min-height: 45px;
	width: 936px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
#copyrights-menu1 {
	width: 625px;
	float:left;
	color:#bbbbbb;
	text-align:left;
	margin-top: 15px;
	font-size:90%;
}
#copyrights-menu2 {
	width: 311px;
	float:left;
	text-align:right;
	margin-top: 12px;
}
