﻿@charset "utf-8";

  /*margin,paddingは上右下左の順*/
.BrowserSiteMapListD1
{
  /*	background-color:#ffffff ;*/
  /*	background-image: url("../../../Images/grayback.gif");*/
  padding: 10px 0px 10px 0px;
  margin: 0px;
}

.BrowserSiteMapListD1 .DepthChar
{
  /*	background-color:#ffffff ;*/
  color: #97cc00;
  font-size: small;
  font-weight: bold;
  padding: 8px 0px 0px 40px;
  margin: 0px;
}

.BrowserSiteMapListD1 .SitemapTitle
{
  font-size: small;
}

.BrowserSiteMapListD1 .Separator
{
  font-size: small;
  font-weight: bold;
  line-height: 200%;
  text-align: left;
  color: #ff6634;
  padding: 8px 0px 0px 35px;
  border-bottom: 1px solid #97cc00;
  width: 95%;
}

/*リンク設定*/
.BrowserSiteMapListD1 A.SitemapTitle:link
{
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.BrowserSiteMapListD1 A.SitemapTitle:visited
{
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.BrowserSiteMapListD1 A.SitemapTitle:hover
{
  font-weight: normal;
  color: #ff6634;
  text-decoration: underline;
}

.BrowserSiteMapListD1 A.SitemapTitle:active
{
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

/*リンク設定*/
.BrowserSiteMapListD1 .Separator A.SitemapTitle:link
{
  font-size: small;
  font-weight: bold;
  color: #ff6634;
  text-decoration: none;
}

.BrowserSiteMapListD1 .Separator A.SitemapTitle:visited
{
  font-size: small;
  font-weight: bold;
  color: #ff6634;
  text-decoration: none;
}

.BrowserSiteMapListD1 .Separator A.SitemapTitle:hover
{
  font-size: small;
  font-weight: bold;
  color: #ff6634;
  text-decoration: none;
}

.BrowserSiteMapListD1 .Separator A.SitemapTitle:active
{
  font-size: small;
  font-weight: bold;
  color: #ff6634;
  text-decoration: none;
}


