@charset "Shift-JIS";

#footer ul {
	float: left;
	margin: 10px 0px 0px 12px;
	padding: 0px;
	list-style-type: none;
	display: inline;/*float指定時にmarginが2倍になるIEバグ回避*/
}

#footer li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

/* 2005.08.25 ini.takahara コメントアウト
#footer li a {
	display: block;
	background-repeat: no-repeat;
	height: 9px;
}
*/

/*プライバシーポリシー*/
#footer #privacy {
	width: 82px;
	background-image: url(/common/images/footer/privacy.gif);
}

/*インターナショナルリンク*/
#footer #international {
	width: 107px;
	background-image: url(/common/images/footer/international.gif);
}

/*インフォメーション*/
#footer #information {
	width: 98px;
	background-image: url(/common/images/footer/information.gif);
}

/*Terms of Use*/
#footer #iterms_of_use {
	width: 72px;
	background-image: url(/common/images/footer/terms_of_use.gif);
}

/*コピーライト*/
#footer #copyright {
	float: right;
	margin: 10px 12px 0px 0px;
	padding: 0px;
	width: 306px;
	height: 9px;
	display: inline;/*float指定時にmarginが2倍になるIEバグ回避*/
}

/*テキスト非表示*/
#footer a span
{
	position: absolute;
	left: -9999px;
}

/*EOF*/