@charset "utf-8";

/* ============================== */
/*                                */
/*  footer                        */
/*                                */
/* ============================== */

#footer {
	clear: both;
	margin-top: 5px;
}

	#footer ul {
		zoom: 1;
		padding: 10px 0;
	}
		#footer ul li {
			float: left;
			margin: 0 7px 0 0;
			padding: 0 0 0 7px;
			font-size: 12px;
			border-left: 1px solid #999;
		}
		#footer ul li.first {
			border-left: none;
		}
		#footer ul li.chang_line {
			clear: both;
			border-left: none;
			width: 100px;
		}

	#footer ul.groupSite {
		border-top: 1px solid #777; 
	}


	.footer_explain {
		margin: 0 0 10px;
		padding: 10px 0 10px;
	}
	
		.seoText {
			float: left;
			width: 250px;
			padding: 5px 10px 5px 0;
			font-size: 11px;
			color: #666;
			text-align: left;
		}
			.seoText h6{
				margin-bottom: 2px;
				color: #333;
				font-size : 11px;
				font-weight: normal;
			}
		
		.menseki {
			float: left;
			width: 533px;
			padding: 5px 10px 5px 10px;
			color: #666;
			font-size : 11px;
			border-left: 1px dashed #999;
			border-right: 1px dashed #999;
		}
	
		.trustSeal {
			float: left;
			width: 120px;
			padding: 5px 0 5px 10px;
			text-align: center;
			color: #666;
			font-size : 11px;
		}
			.trustSeal img.truste { width: 116px; height: 32px; }
			.trustSeal img.truste:hover {
				filter: alpha(opacity=60);
				-moz-opacity:0.6;
				opacity:0.6;				
			}
			.trustSeal img.kousei { width: 80px; height: 58px; margin-top: 15px; }



	.copyRight {
		clear: both;
		padding: 10px 0;
		text-align: center;
		color: #000;
		font-size: 11px;
		font-weight: bold;
		border-top: 1px solid #777;
	}





#footer ul:after,
#footer ul.groupSite:after,
#footer div.footer_explain:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#copyright_text {
	padding: 10px 0;
	text-align: center;
	color: #2b2b2b;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #777777;
	margin-top: 10px;
	clear: both;
}
#copyright_text p {
	padding:0;
	margin:0;
	text-align: center;
}

