@charset "utf-8";
/* CSS Document */

/* footer */
div#cart-footer, footer {
	background: none;
}
div#footer-rule {
	width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}
div#footer-rule h2 {
	padding: 10px;
	border: 1px solid #ff6e01;
	color: #ff6e01;
	text-align: center;
	margin: 30px 0 20px;
	font-weight: bold;
	font-size: 14px;
}
div#footer-rule h3 {
	border-bottom: 1px dashed #ff6e01;
	margin: 30px 0 20px;
	padding: 0 0 5px;
	color: #ff4f01;
	font-size: 14px;
}
div#footer-rule h3:first-child {
	margin-top: 0;
}
div#footer-rule p {
	font-size: 13px;
	line-height: 26px;
	margin: 0 0 20px;
}
div#footer-rule img {
	margin: 0 0 10px;
}
div#footer-rule-1and2 {
	width: 660px;
	float: left;
}
div#footer-rule-1, div#footer-rule-2, div#footer-rule-3 {
	width: 320px;
	float: left;
}
div#footer-rule-1and2, div#footer-rule-1 {
	margin-right: 20px;
}
div#footer-rule-3 p span {
	font-size: 12px;
}
div#footer-wrapper {
	background: #000;
	width: 100%;
	clear: both;
}

div#cart-footer,
 footer {
	margin:0 auto;
	min-width: 960px;
	background: url(../img/footer_bg.gif) repeat-x left bottom !important;
	line-height: 100%;
	position: relative;
	height: 57px;
	margin-top: -57px;
	clear: both;
 }
 #footer-inner {
	 width: 960px;
	 margin: 0 auto;
	 overflow: hidden;
 }
 div#cart-footer #footer-inner .footer_gnavi,
 footer #footer-inner .footer_gnavi {
     float: none;
     padding: 20px 0 0;
	 text-align: center;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li,
 footer #footer-inner .footer_gnavi ul li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     *margin-bottom: 12px;
     padding: 0 3px 0 18px;
     line-height: 100%;
     font-size: 60%;
     color: #999;
     background: url(../img/slash_ccc.gif) no-repeat left center;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li:first-child,
 footer #footer-inner .footer_gnavi ul li:first-child {
     background-image: none;
     padding: 0 3px 0 0;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li a,
 footer #footer-inner .footer_gnavi ul li a {color: #999; text-decoration: none;}
 div#cart-footer div.cart-nav,
 footer nav, #copyright {
     float: none;
     font-size: 67%;
     text-align: center;
     color: #FFF;
     padding: 10px;
 }
 #copyright ul li {
     color: #FFF;
     background-image: none;
     padding: 0;
	 list-style: none;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
 footer #footer-inner .footer_gnavi ul li a:hover {
     color: #FFF;
     text-decoration: underline;
 }