@charset "shift_jis";
/* CSS Document */


/* --------------------------------

	* global Footer Style {


		* last update 08.02/22
		* author : shin;
	
	}
	
	
--------------------------------

	* Contents
	
	1. footer
	
	
--------------------------------


/* ==========================================================================================================

	 1. footer
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	Structure Frame

---------------------------------------------------------------------*/

div#footer {
	background		: #ffffff;
	border-top		: 1px solid #CCCCCC;
	clear			: both;
	margin-bottom	: 15px;
	padding			: 13px 12px 0 12px;
	width			: 950px;
}


/*  ------------------------------------------------------------------

	Copyright logo

---------------------------------------------------------------------*/

div#footer p.footLogo{
	float: left;
	display: inline;
	padding-right: 5px;
}


/*  ------------------------------------------------------------------

	footNav

---------------------------------------------------------------------*/
div#footer ul#footNav {
	float: right;
	text-align: right;
	margin-top: -3px;
	margin-bottom: 1em;
	width: 440px;
}
/* macIE hack */
* html>body div#footer ul#footNav {
	text-align: left;
}

div#footer ul#footNav li {
	display: inline;
	white-space: nowrap;
	margin-bottom: 0.5em;
	padding: 0 4px 5px 13px;
	font-family	: Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: -0.05em;
	font-size: 86%;
}

/* safari hack \*/
html:\66irst-child div#footer ul#footNav li {
	letter-spacing: -0.15em;
	font-size: 77%;
}
/* end */


div#footer ul#footNav li a {
	text-decoration:underline;
	color: #666666;
}

div#footer ul#footNav li a:hover {
	text-decoration:underline;
	color: #333333;
}


/*フッターリンクアイコン*/

ul#footNav li.linkArrowFoot01 {
	background: url(/user/biz/common/images/footer_icon_06.gif) no-repeat 0 40%;
}

ul#footNav li.linkArrowFoot02 {
	background: url(/user/biz/common/images/footer_icon_02.gif) no-repeat 0 40%;
}

ul#footNav li.linkArrowFoot03 {
	background: url(/user/biz/common/images/footer_icon_03.gif) no-repeat 0 40%;
}

ul#footNav li.linkArrowFoot04 {
	background: url(/user/biz/common/images/footer_icon_04.gif) no-repeat 0 40%;
}

ul#footNav li.linkArrowFoot05 {
	background: url(/user/biz/common/images/footer_icon_05.gif) no-repeat 0 40%;
}


/*  ------------------------------------------------------------------

	address

---------------------------------------------------------------------*/

div#footer address {
	margin-top: -3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	letter-spacing: -0.07em;
	color: #999999;
}

/* safari hack \*/
html:\66irst-child div#footer address {
	letter-spacing: -0.15em;
}
/* end */


/* アドレス内に画像 */
div#footer address a.logoIn {
	background: url(/user/biz/common/images/copy_logo.gif) no-repeat 0 40%;
	padding-left: 63px;
}

div#footer address a:link {
	color: #999999;
}

div#footer address a:visited {
	color: #999999;
}

div#footer address a:hover {
	color: #666666;
}