@charset "UTF-8";

/*
	2014 new design ver.4.1
	フッタテンプレート部分用
*/


/* --------------------------------------------------

-------------------------------------------------- */



#footer{
	clear:both;
	width:100%;
	background:url(../image/v4/footer_bg.gif) repeat-x;
	possition:none;
}

#footer div{
	clear:both;
	width:980px;
	margin:auto;
	padding:15px 0 0 0;
	text-align:left;
	
}

#footer div img{
	height:40px;
	margin:5px 10px 0 0;
}

#footer ul{
	width:980px;
	margin:auto;
	padding:20px 0 30px 0;
	
	/*対応ブラウザ$sizeValue + rem*/
	font-size: 1.0rem; 
	/* rem未対応ブラウザ($sizeValue * 10) + px*/
	font-size: 10px;
}
#footer ul li{
	float:left;
	background:url(../image/v4/arrow_footer.gif) no-repeat 0px 3px;
	padding:0 10px 0 15px;
}
#footer ul li a{
	text-decoration: none;
}

#footer p.copy{
	font-size:120%;
	width:980px;
	margin:auto;
	text-align:right;
}