@charset "UTF-8";

/*---------- パンくずリスト ----------*/

.navbar{
  background-color: #DFF0D8;
}

.nav-text{
  color: #001100;
  font-size: 14pt;
}

.footer{
  background-color: #DFF0D8;
}

.breadcrumb{
  padding:0px;
  margin:0px;
  list-style:none;
  background-color: #DFF0D8;
  border-radius:0px
}

.breadcrumb > li + li:before {
  content: ">";
}


/*---------- タイトル ----------*/

h1 {
  color: #990000;
  line-height: 100%; 
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #FFB9DC;
  margin:1.5rem;
}

h2 {
  color: #990000;
  text-shadow: 1px 1px 1px #990000;
  margin:1.5rem;
}

h3 {
  text-shadow: 1px 1px 1px #C0C0C0;  
}

h4 {
  text-shadow: 1px 1px 1px #C0C0C0;  
}

/*---------- ページ全体の指定 ----------*/

body {
font-size: 14pt;
}

a:link {
  color: #0033ff;
  text-decoration: none;
}

a:visited {
  color: #6699ff;
  text-decoration: none;
}

a:hover {
  color: #cc9966;
  text-decoration: none;
}

