@charset "utf-8";

.navigation_background {
  width: 100%;
  color: #ffffff;
  background-color: #ff2201;
  z-index:100;
  height: 30px;
}

.navigation {
  width: 100%;
  color: #ffffff;
  z-index:400;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "Serif";
}

.navigation div {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 20px;
    z-index: 200;
}

.navigation div a { 
    color: #ffffff;
}

.navigation div.selected a { 
    color: #ffff00;
    text-decoration: none;
}

.navigation img { 
    vertical-align: top;
}

.selected {
    font-weight: bold;
    color: #ffff00;
}

.logo {
  float: left;
  left: 10px;
  width: 360px;
  height: 268px;
  z-index: 200;
  position: relative;
  behavior: expression(IEPNGFIX.fix(this));
  background-image: url("../images/logo.png");
}

.logo h1 {
  visibility: hidden;
}

.pic { 
float: left;
z-index: 100;
position: absolute;
behavior: expression(IEPNGFIX.fix(this));
}

.content {
    margin: 0px auto;
    width: 800px;
    clear: both;
    z-index: 400;
    position: relative;
    padding-top: 20px;
}

.contact {
    margin: 0px auto;
    width: 600px;
    clear: both;
    padding-top: 20px;
}

.contact input,textarea {
    margin-bottom: 10px;
}

.diary {
    margin: 0px auto;
    width: 600px;
    clear: both;
    z-index: 400;
    position: relative;
    padding-top: 20px;
}

.diary .separator {
    background-image: url("../images/line_mun.png");
    height: 70px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry img { 
    margin: 0;
    padding-right: 10px;
}

.entry h3 {
    margin: 5px 0 5px 0;
    padding: 0;
}

.entry .date { 
    padding: 0;
    font-size: 80%;
    margin-bottom: -5px;
}

.entry .date a {
    text-decoration: none;
    color: black;
}

.entry div div {
    margin-bottom: 10px;
}

.pic_box {
    margin: 0px auto;
    position: relative;
    width: 800px;
    z-index: 200;
}

.footer {
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 90%;
}

/*
.footer_image { 
  position: relative;
  width: 100%;
  height: 148px;
  top: -130px;
  background-image: url("../images/grass.png");
  background-repeat: no-repeat;
  z-index: -100;
  behavior: expression(IEPNGFIX.fix(this));
}
*/

.midashi { 
  color: #ffcc00;
}

hr { 
    border: 0;
    width: 98%;
    color: #000000;
    background-color: #000000;
    height: 1px;
}

#wrapper {
    background-position: bottom center;
    background-image: url("../images/grass.jpg");
    background-repeat: no-repeat;
}

body {
    margin:0;
/*    behavior: expression(IEPNGFIX.fix(this));*/
}

.intro {
    margin: 0px auto;
    width: 700px;
    height: 590px;
    color: #000000;
    background-position: top center;
    background-image: url("../images/intro.jpg");
    background-repeat: no-repeat;
    position: relative;
}

.intro2 {
    text-align: center;
    font-size: 90%;
    margin: 0px auto;
    width: 700px;
    color: #666;
}

.inquiry {
    margin: 0px auto;
    width: 700px;
    text-align: center;
}

.intro div {
    width: 470px;
    position: absolute;
}

.news { 
    margin-top: 10px;
    margin-left: 30px;
}

.pagination {
    font-weight: bold;
    font-size: 80%;
    text-align: center;
}

