@charset "utf-8";
/* CSS Document */

#Footer {
	font-size: 12px;
	width: 100%;
	height: 550px;
	background-color: #FFF;
	background-image: url(../images/BgB.png);
}
#FooterInner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#FooterContents {
	float: left;
	width: 400px;
	line-height: 2.0em;
	list-style-image: url(../images/f_icon.png);
}
#FooterContentsFirst {
	width: 200px;
	float: left;
	margin: 0px;
}
#FooterContentsSecond {
	width: 175px;
	float: right;
	margin: 0px;
}
#FooterCompany {
	float: left;
	width: 330px;

}
#FooterCompany ul {
	line-height: 1.5em;
	list-style: none;
	letter-spacing: 0.1em;
	color: #666;
}

#FooterAccount {
	float: right;
	width: 230px;
}
#FooterAccount ul {
	list-style-type: none;
}
#FooterAccount ul li a {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #999999;	
}
#FooterAccount ul li a:hover {
	color: #000;	
}
#FooterAccount ul li a img {
	vertical-align: middle;
	border-style:none;
}
#FooterCopyright #FooterSponsorship {
	float: left;
	width: 680px;
	line-height: 1.5em;
	color: #999;
}
#FooterAP a img {
	border-style:none;
}
.clear {
	clear: both;
}
a {
text-decoration: none;
color:#666;
font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #CCC;
}
