@charset "utf-8";
/* CSS Document */

#breadcrumb
{
	width:998px;
	height:35px;
	border:#CCCCCC 1px solid;
	overflow:hidden;
	background-image:url(../misc-image/breadcrumb-back.png);
	background-repeat:repeat-x;
	border-radius:2px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	
}

#breadcrumb img
{
	margin-left:0px;
	border:0px;
	border-right:1px #CCCCCC solid;
	float:left;
}