@charset "UTF-8";

#footer{
	background:#eee;
	margin:20px 0 0 0;
	width:100%;
	*width:100%;
	min-width:970px;
	font-size:85%;
}
#footer .inner{
	width:970px;
	margin:0px auto;
}

#footer ul{
	padding:12px 0px 5px 0px;

}
#footer a:hover{
	text-decoration:none;
}
#footer li{
	padding:1px 30px 10px 10px;
	background:url(http://jaic-portal.com/image/i_footer.gif) left 5px no-repeat;
	float:left;
}
#logo{
	margin:15px 0 15px 0px;
	float:left;
}
#copyright{
	width:970px;
	padding:35px 0px 15px 0px;
	text-align:center;
}	

/*
　　ページTOP
-------------------------------------------------*/
#toTop{
	width:970px;
	text-align:right;
	margin:20px auto 0 auto;
}
