﻿/******************
パンくずリスト
*******************/


div.breadcrumbs {
	overflow:hidden;
	width:640px;
	margin:0px 0 0 0px;
	padding:0;
	height:30px;
	line-height:30px;
	background:#ffffff;
	/*-- sample only --*/
	color:#888888;
	border:1px solid #003399;
	margin-bottom:20px;
	font-size:11px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs span {
	background:url(../img/bg-breadcrumb.gif) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}


div.breadcrumbs1 {
	width:



div.breadcrumbs_shop {
	overflow:hidden;
	width:520px;
	margin:0px 0 0 10px;
	padding:0;
	height:27px;
	line-height:30px;
	background:#ffffff;

	/*-- sample only --*/
	color:#888888;
	border:1px solid #003399;
	margin-bottom:20px;
	font-size:11px;
}
div.breadcrumbs_shop a, div.breadcrumbs_shop em, div.breadcrumbs_shop span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs_shop span {
	background:url(../img/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}
