@charset "utf-8";

/* footer styles */

#footer {
	width: 980px;
	padding-top: 20px;
}
#footer p {
	clear:both;
	text-align: center;
	margin-bottom: 16px;
}
/*#footer .banner img {
	margin-left: 12px;
	vertical-align: middle;
}*/

#footer .banner{
	width:980px;
	margin:0 auto 30px;
	}
#footer .banner ul{
	width:713px;
	list-style:none;
	margin:0 auto;
	}
	#footer .banner ul li.bn1{/*公式サイト*/
		float:left;
		width:200px;
		height:60px;
		display:block;
		margin:0 5px 0 0;
		}
	#footer .banner ul li.bn1 .text{
		margin:0 0 3px 0;
		}
	#footer .banner ul li.bn2{/*モバイル*/
		float:left;
		width:303px;
		height:50px;
		margin:16px 5px 0 0;
		display:block;
    	overflow:hidden;
		}
	#footer .banner ul li.bn3{/*アニメイトフェア*/
		float:left;
		width:170px;
		height:57px;
		margin:9px 5px 0 0;
		display:block;
    	overflow:hidden;
		}
	#footer .banner ul li.bn4{/*DVD*/
		float:left;
		width:200px;
		height:50px;
		margin:16px auto 0 0;
		display:block;
    	overflow:hidden;
		}
		.banner:after{
    		content:"";
    		display:block;
    		clear:both;
    		height:1px;
    		overflow:hidden;
			}
			* html .banner {
   			 height:1em;
				overflow:visible;
				}

#footer a {
	color: #FFFFFF;
	}
#footer a:link {
	color: #FFFFFF;
	}
#footer a:visited {
	color: #FFFFFF;
	}
#footer a:hover, a:focus, a:active {
	color: #FF0000;
	}

