@charset "utf-8";
/* CSS Document */

.footerbox {}
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html .box {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html .box {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    .box {display: inline-table;}
    /**/
  .footerbox:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	text-align: center;
}

#footer_privacy {
	width:600px;
	margin: 10px auto;
	background-color:#FFFFFF;
	padding-bottom: 5px;
/*	border: dashed #bbbbbb 1px;*/
	text-align: center;
}
*html #footer_privacy {
	margin-left: 30px;
}

#footer_privacy ul {
	width: 600px;	/* ←要素が増えたらここの値を上げる */
/*	border: solid #f00 1px;*/
	margin: 0 auto;
	padding: 10px;
	list-style: none;
}
*html #footer_privacy ul {
	width: 600px;	/* ←要素が増えたらここの値を上げる */
}
#footer_privacy li {
	display:inline;
	text-indent: 0;
	text-align: center;
}
#footer_privacy li img{
	border-style:none;
}



