@charset "shift_jis";

/* ================================================

 File name:      footer.css
 Author:         Your Name
 Style info:     フッター
 
 ================================================*/ 

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	clear: both;
	float: none;
	background-color: #EEEEEE;
	padding-bottom: 30px;
	font-size: 92%;
}

/*clearFix*/
#footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop {
	clear: both;
	text-align: right;
	height: 40px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#pageTop p{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

/*----------------------------------------------------
	#footerNavi　フッターナビ
----------------------------------------------------*/
#footerNavi {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	list-style-type: none;

}

#footerNavi li{
	float: left;
	margin-right: 20px;
	background-image: url(../img/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
}


/*----------------------------------------------------
	#fsService　フューチャースピリッツのサービス紹介
----------------------------------------------------*/
#fsService {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
	margin-bottom: 10px;


}

/*clearFix*/
#fsService:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	clear: both;
}

#fsService p{
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#fsService ul{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: left;
}

#fsService li{
	float: left;
	margin-right: 20px;
	background-image: url(../img/footer_arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	clear: none;
	width: 260px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
}

#footer #fs-bnr-list {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#footer #fs-bnr-list ul {
	display: block;
	width: 920px;
	margin:  0;
	padding: 0 0 10px 0;
}

#footer #fs-bnr-list li {
	display: block;
	width: 184px;
	margin: 0;
	padding: 0;
	float: left;
}

/*----------------------------------------------------
	#prv　プライバシーマーク
----------------------------------------------------*/

#prv {
	text-align: right;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	vertical-align: text-botom;
}
#prv img{
	margin-left: 15px;
}


/*----------------------------------------------------
	#copy　コピーライト
----------------------------------------------------*/
#copy {
	text-align: right;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 92%;
}
