@charset "euc-jp";
/*------------------------------------------------------------------*/
/*     Å¹ÊÞ¤Î¤´°ÆÆâÍÑCSS                                            */
/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/
/* navi
------------------------------------------------------------------- */
#navi {
  margin-top:236px;
}

#pan {
  margin-top:20px;
}

/*------------------------------------------------------------------*/
/* contents
------------------------------------------------------------------- */
#contents_box { padding-top:300px; }

/* left */
#left {
  margin-left:20px;
  float:left;
}
/* right */
#right {
  margin-right:20px;
  float:right;
}
/* title */
h3.title {
  width:760px;
  margin-top:20px;
  padding-bottom:10px;
  font-size:20px;
  font-weight:bold;
  color:#000000;
  border-bottom:1px solid #c29577;
}

/* news */
#news_box {
  width:760px;
  margin-top:20px;
}
    .article {
      width: 760px;
      margin: 0 auto;
    }

      .article p {
        line-height: 1.6em;
      }

      .photo {
        width: 60px;
        margin: 4px 10px 5px 0;
        float: left;
      }

        h3 {
          font-size: 1.1em;
          font-weight: bold;
          line-height: 1.6em;
        }