@charset "UTF-8";

/*----------------------------------------------
  #フッター
----------------------------------------------*/


#footer {
	background-color: #ADE3EB;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
}
#footer .content {
	width : 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/frame_foot.png);
	background-repeat: no-repeat;
}
#footer footer-contents {
	width : 1000px;
	position: relative;
}

/*-------------------------------------------*/
#footer .foot1 {
	float:left;
	width:1000px;
}
/*ロゴマーク*/
#footer .nu-logo {
	float:left;
	width:160px;
	margin-left: 80px;
	margin-right: 30px;
}
/*テキストメニュー*/
#footer .footermenu {
	width: 730px;
	text-align: left;
	float: right;
	font-size: 85%;
	line-height: 130%;
	margin-top: 10px;
}

/*-------------------------------------------*/
#footer .foot2 {
	float:left;
	width:1000px;
}
/*ページのトップに戻る*/
#footer .pagetop {
	width:100px;
	float:right;
	height: 29px;
	margin-top: 10px;
}
#footer .pagetop ul {
	float:left;
	width:100px;
	height:29px;
	list-style: url(none) none;
}
#footer pagetop ul.footnav li {
	float:left;
	height:29px;
	overflow:hidden;
}
#footer .pagetop ul.footnav li a {
	display: block;
	height:29px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#footer .pagetop ul.footnav .pagetop a {
	width:100px;
	background-image:url(../img/pagetop.png);
}
#footer .pagetop ul.footnav li a:hover, #footer .pagetop ul.footnav li.active a {
	background-position:0 -29px;
}

/*-------------------------------------------*/
#footer .foot3 {
	float:left;
	width:1000px;
}
/*フッタータイトル*/
#footer .title {
	float:left;
	width:260px;
	margin-right: 10px;
}
/*アドレス*/
#footer .address {
	width: 730px;
	float: right;
	font-size: 90%;
	margin-top: 40px;
	color: #1B717F;
	line-height: 130%;
}
.department {
	font-size:105%;
	font-weight: 600;
	line-height: 180%;
}

/*-------------------------------------------*/
/*著作権表示*/
#footer .copyright {
	float:left;
	width: 995px;
	color: #1B717F;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #2FB8CC;
	margin-left: 5px;
	margin-right: 0px;
	line-height: 120%;
}

/*-------------------------------------------*/