body {
  margin: 0;
  padding: 0;
  background: #bdbd9b;
  text-align: center;  /*IEのバグ対応*/
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
  margin-top: 0;
  margin-bottom: 0;
}


#header {
  margin-top: 0;
  padding-top: 15px;
  height: 35px;
  color: #999999;
  background-color: #1c4325;
  border-bottom: 5px solid #660000;
  margin-bottom: 25px;
}

#header p{
  text-align: center;
  font-weight: bold;
  font-size: 80%;
}

#oreno_caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  width: 600px;
  height: 50px;
  padding: 10 0 20 0;
}

#oreno_caption100 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  width: 600px;
  height: 100px;
  padding: 10 0 20 0;
}

#oreno_caption p{
  text-align: center;
}

#oreno_caption100 p{
  text-align: center;
}

/*-----photo_nav用のクラス-----*/

ul.photo_nav{
    list-style:none;
    width:100%;
    font-weight: bold;
    font-size:14px;
    margin-left:0px;
    padding:3px 10px;
/*    border-top:double 4px #663300;
    border-bottom:double 4px #663300;*/
    text-align:center;
/*    background-color:#ffffff;*/
}
ul.photo_nav li{
    list-style:none;
    display:inline;
  color: #bdbd9b;
/*    background-color:#ffffff;*/
    margin:0px 50px;
}
ul.photo_nav a{
    padding:5px;
/*    border: 1px #888888
    padding-right:5px;*/
  color: #1c4325;
    text-decoration:none;
  color: blue;
}
ul.photo_nav a:hover{
  color: #ffffff;
  background-color: #839679;
}

/*------photo_nav用のクラス終わり----*/

#footer {
  clear: both;
  width: 800px;
  height: 20px;
  text-align: center;
  font-size: 80%;
  background-color:  #c5c5b3;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

}

#footer p{
  text-align: center;
}

.fam_name{
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}


/*--以下は銀閣寺の工事中の写真掲載用の一時的スタイル--*/

h1{
  font-size: 150%;
  padding-top: 10px;
  padding-bottom: 20px;
}

p{
  margin: 0 10px 10px 15px;
}

.shitaMgn {
  margin-bottom: 15px;
}