@charset "utf-8";
/* CSS Document */

/*=====フッター黒=====*/
#black {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff; 
}

#black #footer_bandai_wrapper {
	margin: 0 auto;
	padding: 20px;
	width: 960px;
	height: 100px;
}

#black #footer_bandai_logo {
	margin: 0;
	padding: 0;
	width: 63px;
	height: 61px;
	display: block;
	float: left;
}

#black #footer_bandai_top {
	margin: 0 0 0 20px;
	padding: 0;
	width: 200px;
	height: 16px;
	display: block;
	float: left;
}

#black #footer_bandai_top a {
	color: #ffffff;
	text-decoration: none;
}

#black #footer_bandai_top a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #FFFFFF;
}

#black #footer_bandai_menu ul {
	margin: 20px 0 0 0;
	padding: 0;
	width: 700px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
}

#black #footer_bandai_menu li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style:none;
	float: left;
	
}

#black #footer_bandai_menu li a {
	color: #ffffff;
	text-decoration: none;
}

#black #footer_bandai_menu li a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #FFFFFF;
}

#black #footer_bandai_menu li img {
	margin: 0 5px 0 0;
}

#black #footer_bandai_p_bandai {
	margin: -16px 0 0 0;
	padding: 0;
	width: 146px;
	height: 55px;
	display: block;
	float: right;
}

#black #footer_bandai_copyright {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 10px;
	display: block;
	float: right;
}


/*=====クリア=====*/
.clear {
	clear: both;
}