@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　シンプルで汎用性の高いパンくずリスト　LESSON09
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a:link {
 text-decoration:underline;
 color: #CC0000;
}
a:visited {
 text-decoration:underline;
 color: #CC0000;
}
a:hover {
 text-decoration:none;
 color: #CC0000;
}
#frame {
 text-align: left;
 line-height: 1.5;
 width: 800px;
 margin-top: 50px;
 margin-left: 50px;
 font-size: 93%;
}
#frame .tp01,
#frame .tp02,
#frame .tp03 { padding-bottom: 50px; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+　パンくずリスト02
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topicPath02 a:link {
 text-decoration:none;
 color: #FFFFFF;
}
#topicPath02 a:visited {
 text-decoration:none;
 color: #FFFFFF;
}
#topicPath02 a:hover {
 text-decoration:underline;
 color: #FFFFFF;
}
#topicPath02 { height: 22px; }
#topicPath02 li {
 background: #c38743 url(../img/tp02_01.gif) no-repeat 0px 0px;
 height: 22px;
 float: left;
 line-height: 22px;
 padding-right: 10px;
 padding-left: 20px;
}
#topicPath02 li.home { background: #C38743 url(../img/tp02_02.gif) no-repeat 0px 0px; }
#topicPath02 li.location {
 background: #f39800 url(../img/tp02_03.gif) no-repeat 0px 0px;
 padding-right: 0px;
 font-weight: bold;
 color: #F3dd86;
}
#topicPath02 li.location span {
 background: url(../img/tp02_04.gif) no-repeat right top;
 padding-right: 13px;
 display: block;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
