 /*パンくずリスト*/
div.topicPath {
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    /*font-size: 1.3em;*/
    /*border-bottom: 1px solid #cccccc;*/
}

.topicPath a, .topicPath a:link, topicPath a:visited,
 topicPath a:hover, topicPath a:active {
    /*color: blue;*/
}

.topicPath ul{
    /*padding: 5px;*/
}

.topicPath li{
    /*display: inline;*/
    /*line-height: 110%;*/
    /*list-style-type: none;*/
}
li.current{
    font-size: 1.3em;
    font-weight: bold;
}