@charset "utf-8";

/**

 * 08-フッター 

 * (c) FOURDIGIT Inc.

 */

/* フッターエリア */

	body #gFooterArea,
	body #gFooter {

		background-color: transparent;

		background-repeat: repeat-x;

		background-image: url(/com/imgs/bg-footer.gif);

		background-position: left top;
	}
	
	body #gFooterArea {

		clear: both;

		padding-bottom: 30px;
		
	}



/* フッター */

	body #gFooter {

		margin-right: auto;

		margin-left: auto;

		padding-top: 0;

		width: 940px;
		
		position: relative;
		

	}



/* フッターナビ */

	#fNav {

		clear: both;

		margin-bottom: 35px;

		padding-top: 5px;

		font-size: 12px;

		line-height: 18px;

		color: #666666;

	}

	#fNavLine2,

	#fNavLine3,
	
	#fNavLine4 {

		clear: both;

	}

	#fNav li {

		float: left;

		padding-right: 5px;

	}

	/* アンカー */

	#fNav a {

		margin-right: 5px;

		color: #666666;

		text-decoration: none;

	}

	#fNav a:hover {

		color: #333333;

		text-decoration: underline;

	}

	/* オン */

	#fNav strong{

		margin-right: 5px;

		color: #333333;

		font-weight: bold;

	}

	/* オフ */

	#fNav span{

		margin-right: 5px;

		color: #999999;

	}



/* ページトップ */

	body #pagetop {

		margin-bottom: 10px;

		margin-left: auto;

		width: 115px;

	}

	body #pagetop a,

	body .pagetop a {

		display: block;

		width: 115px;

		height: 18px;

		line-height: 12px;

		text-indent: -9999px;

		text-align: left;

		background-color: transparent;

		background-repeat: no-repeat;

		background-image: url(/com/imgs/pagetop.gif);

		background-position: left top;

	}

	body .pagetop a {

		margin-left: auto;

		width: 98px;

		background-image: url(/com/imgs/pagetop-sub.gif);

		background-position: right top;

	}

	body #pagetop a:hover {

		background-position: left -18px;

	}

	body .pagetop a:hover {

		background-position: right -18px;

	}



/* コピーライト */

	body #copyright {

		clear: both;

		display: block;

		width: 940px;

		height: 18px;

		text-indent: -9999px;

		background-color: transparent;

		background-repeat: no-repeat;

		background-image: url(/com/imgs/copyright.gif);

		background-position: left top;

	}


/*
copyrightとなりのトップリンク（2012/02/SEO対策）*/

	div#gFooter p#fNavtop {
		position: absolute;
		top: 120px;
		left: 170px;
		font-size: 90%;
}


