@charset "euc-jp";

/* ---------------------------------------------------------------------
CSS

 File name:      sitemap.css
 Create:         2009.02.26
 Update:         2009.02.26
 Style Info:     サイトマップCSSファイル
--------------------------------------------------------------------- */

/* ページトップへ */
.to-top {
 text-align: right;
 margin-top: 40px;
}

/* breadcrumbs
--------------------------------------------------------------------- */
ul#breadcrumbs {
 margin-top: 2px;
 padding: 0 5px;
}
ul#breadcrumbs li {
 display: inline;
 margin-right: 3px;
 font-size: 85%;
}
ul#breadcrumbs li a {
 padding-right: 11px;
 background: url(../img/arrow_breadcrumbs.gif) right 4px no-repeat;
}

.sitemap-left {
 width:395px;
 float:left;
 padding-left:15px;
 padding-right:15px;
}
.sitemap-right {
 width:395px;
 float:right;
 padding-left:15px;
 padding-right:15px;
}

/* 見出しhn（詳細ページ）
--------------------------------------------------------------------- */
h2.detail {
 padding: 12px 0 8px 8px;
 border: 1px solid #8EB87F;
 background: #DDEADA 0 0 no-repeat;
 line-height: 1.0em;
 margin-top:20px;
}
h3.detail {
 margin-bottom: 10px;
 padding: 20px 0 4px;
 background: url(../img/border_dotted_green.gif) bottom repeat-x;
 line-height: 1.3em;
}
h3.detail strong {
 display: block;
 height: 20px;
 padding-left: 10px;
 border-left: 5px solid #3E653C;
 font-weight: bold;
}

/* ツリー
--------------------------------------------------------------------- */
#content-map ul li{
 padding-left:35px;
 background-image: url(../img/pin01.gif);
 background-repeat: no-repeat;
 background-position: 12px 6px;
 line-height:25px;
}