#footer {
	clear: both;
	margin-top: 10px;
	background-color: #dcdcdc;
}

	#footer div.bottombody {
		width: 950px;
		margin: 0 auto 10px auto;
		text-align: left;
		font-size: 85%;
	}
	#footer td {
		width: 230px;
	}
	#footer td ul {
		list-style-position: outside;
		margin-left: 15px;
	}
		#footer td ul li {
			margin: 0;
		}
	#footer ul.level01 li {
		list-style-image: url("/kw/img/top/icon_arrow_03.png");
	}
	#footer ul.level02 li {
		list-style-image: url("/kw/img/top/icon_arrow_04.png");
	}
	#footer ul.level03 li {
		list-style-image: url("/kw/img/top/icon_arrow_05.png");
	}
	#footer .copyright {
		padding-bottom: 10px;
		text-align: center;
	}
		#footer .copyright p {
			font-size: 75%;
			font-family: Arial;
		}
	#footer a {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer a.blank {
		background: transparent url("/kw/img/top/icon_blank.png") no-repeat right;
		padding-right: 18px;
	}

/* 20140701 ’Ç‰Á by yamada */
	#footer .topline { 
	margin-bottom: 1px;
	background-color: #cccccc;
	height: 1px;
	border-bottom: 1px solid #ffffff;
	line-height: 1px;
	max-height: 1px;
	min-width: 950px;
	overflow: hidden;
	width: 100%;
	}

