@charset "utf-8";
/* ヘッダ */
div#header{
	width: 810px;
}
div#header img{
	display: block;
	border: none;
}


div#header a#dejizo{
	float: left;
	width:158px;
	height:80px;
}
div#header a#est{
	float: right;
	width:173px;
	height:80px;
}
div#header a#dejizo img{
	float: left;
	width:158px;
	height:80px;
	
}
div#header a#est img{
	float: right;
	width:173px;
	height:80px;
}

/*パン屑
----------------------------------------------------------------*/
div#breadcrumbs{
	clear: both;
	width: 780px;
	background-color: #ccc;
	margin-top: 0;
	margin-bottom: 1em;
	margin:0 auto 1em;
	padding:0;

}
div#breadcrumbs ul{
	margin: 0;
	padding:0;
	list-style-type: none;
	width: 100%;

	height: 2.7em;

	background-color: #ccc;

	border:1px solid #999;


}
	div#breadcrumbs ul li{
		margin: 0;
		padding: 0 0 0 0;
		list-style-type: none;
	
		display: block;
		float: left;
	


		color: #333;
		font-weight: bold;
		text-shadow: 0 1px #fff;
		padding-left:0.5em;
		line-height:2.7em;
	}
	/*
	div#breadcrumbs ul li#current{
		color: #333;
		font-weight: bold;
		text-shadow: 0 1px #fff;
		padding: 0;
		background: none;
	}
	*/
	div#breadcrumbs a{
		float:left;
		display:block;
		background-image: url(img/breadcrumbs.gif);
		background-position: right center;
		background-repeat: no-repeat;
		padding:0 15px 0 0;
	}
	div#breadcrumbs a:link, div#breadcrumbs a:visited{
		color: #333;
		display: block;
		text-shadow: none;
		text-decoration: none;
		font-weight: normal;
	}
	div#breadcrumbs a:focus,
	div#breadcrumbs a:hover {
		color: #fff;
		display: block;
		text-shadow: none;
		text-decoration: none;
		font-weight: normal;
	}
	
	div#breadcrumbs :active {
		color: #333;
		display: block;
		text-decoration: none;
	}

