/* Hide useless elements in print layouts... */
@media print {
.breadCrumb {
display: none;
}
}
/* パン屑
 ---------------------------------------------------------------------*/

.breadCrumb {
color: #333;
display: block;
height: 10px;
overflow: hidden;
width: 920px;
margin-top: 10px;
margin-bottom: 10px;
border: 0;
padding:0px 40px 0px 40px;
}

.breadCrumb a{
color: #333;
text-decoration: none;
}

.breadCrumb ul {
margin: 0;
padding: 0;
height: 21px;
display: block;
}

.breadCrumb ul li {
display: block;
float: left;
position: relative;
height: 10px;
overflow: hidden;
margin: 0px 0px 0px 0;
padding: 0px 10px 0px 0;
font-size: 10px;
line-height: 10px;
}

.breadCrumb ul li a{
display: block;
float: left;
position: relative;
height: 10px;
overflow: hidden;
margin: 0px 0px 0px 0;
padding: 0px 10px 0px 0;
font-size: 10px;
line-height: 10px;
background: url(../images/chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li a:hover{
text-decoration: underline;
}