@charset "Shift_JIS";
/*パンくずリスト*/
#topicpath{
	height: 25px;
	width: 800px;
	font-size: 12px;
	font-family: "Times New Roman";
	padding-left: 5px;
/*
	border-width: 1px;
	border-style: solid;
	border-color: fuchsia;
*/
}
ol{
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left;
}
ol li{
	background-image : url(../i/path-mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	display: inline;
}
ol li.first{
	background-image: url(../i/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#shoppingcart {
	height: 25px;
	width: 60px;
	float: right;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
div#shoppingcart2 {
	height: 20px;
	width: 170px;
	float: right;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
}