/* default */
*{
list-style: none;
font-weight:normal;
font-style:normal;
margin: 0;
padding: 0;
font-size: 100%;
}


/*---------パンくずリスト---------*/
#pl{
	text-align: left;
	font-size: 0.9em;
	width: 800px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#crumbs{
	height:2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
#crumbs li{
float: left;
line-height: 2em;
padding-left: 0.75em;
}
#crumbs li a {
	display: block;
	padding-right: 15px;
	background-image: url(../images/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
