@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
  background: url(../images/body_bg.png) top center no-repeat;
}

.layout {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
  background: url(../images/page_bg.jpg) repeat-x;
}

/* ==== Header === */
#hd {
  height: 210px;
  position: relative;
}

/* ==== Navigation === */
#nav {
  height: 334px;
  background: url(../images/nav_bg.jpg) no-repeat;
}
#nav li {
  float: left;
  margin-bottom: 2px;
}
#nav a img.current {
  opacity: 0;
  filter: alpha(Opacity=0);
}

#sidenav {
  float: left;
  width: 218px;
  margin: 10px 20px auto 0;
  border: #CCCCCC solid 1px;
  background-color: #FFFFFF;
}

/* ==== Content === */
#main {
  width: 718px;
  float: right;
  margin-top: 10px;
  border: #CCCCCC solid 1px;
  background-color: #FFFFFF;
}
#main ol {
  padding: 5px 0px 5px 25px;
  margin-left: 1.5em;
}
#main ul {
  padding: 5px 0px 5px 25px;
  margin-left: 1.5em;
  list-style-type: disc;
}
#main ol li, #main ul li {
  padding: 5px 0px;
}
#main p {
  margin-left: 20px;
  line-height: 1.5;
  padding-right: 1.5em;
}
#main table {
  margin: 10px 0px;
}
#main table th, #main table td {
  padding: 5px;
}
#main a img {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover {
  transform: scale(0.9);
}
#main .poster_img p {
  text-align: center;
}
#main .poster_img p a {
  width: 70%;
}
#main .poster_img p a img {
  width: 70%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#main .poster_img p a img:hover {
  transform: scale(1);
}

/* ol,ul */
/* table */
/* img */
.shrink:focus, .shrink:active {
  transform: scale(0.9);
}

/* ==== Footer === */
#ft {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #D93600;
  border-top: 20px solid #FF9326;
  color: #fff;
}

/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1 {
  position: absolute;
  top: 10px;
  left: 10px;
}

h2 {
  padding: 35px 0 35px 30px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: url(../images/h2_bg.jpg) left center no-repeat;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
  height: 40px;
  padding: 0.3em 0 0 1.3em;
  margin-left: 1em;
  background: url(../images/h3_bg.jpg) left center no-repeat;
}

h4 {
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 10px;
  margin: 0.3em 0 0.2em 23px;
  border-left: 7px solid #F3710D;
  color: #F3710D;
}

h5 {
  font-size: 1em;
  margin: 10px 0;
  padding-left: 16px;
  font-weight: bold;
}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
  margin-bottom: 30px;
}

#i_news_frame {
  width: 680px;
  height: 160px;
  border: none;
  margin-left: 20px;
}

#i_news {
  background: #fff;
}
#i_news table td {
  vertical-align: top;
  font-size: 0.9em;
  padding: 15px;
  border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
  width: 9em;
  padding-left: 15px;
  color: #74AC3D;
  font-weight: bold;
}

* + html #i_news table td.date {
  width: 11em;
  /* IE7 */
}

#i_bnr {
  margin: 10px 0 100px 0;
  padding-left: 10px;
}

/*----pagetop----*/
#page-top {
  position: absolute;
  bottom: -9px;
  right: 9px;
}
#page-top a {
  width: 65px;
  height: 65px;
  padding: 30px 0;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}

/*----other----*/
.font01 {
  font-family: Times New Roman, ＭＳ ゴシック, sans-serif;
}

/* 会長挨拶 */
.kaicho {
  padding-left: 15px;
  margin-right: 20px;
}
.kaicho figcaption {
  margin-top: 5px;
  text-align: center;
}

.btn {
  background: #DA3600;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}
.btn:hover {
  filter: saturate(150%);
  transition: all 0.5s;
}
.btn a {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: #fff;
}

.bottom_border {
  border-bottom: #000;
  margin-bottom: 2px;
}

/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */