@charset "shift_jis";


/*------- ◆ 共通部分 ◆ -------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/bg.gif);
}

* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

a:link {
  color: #69821b;
  font-size: 12px;
}

a:hover {
  color: #99ab4e;
  font-size: 12px;
}

a:visited {
  color: #69821b;
  font-size: 12px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}



/*------- ◆ wrapper 部分 ◆ -------*/

#wrapper {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 850px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #ffffff;
}


/*------- ◆ header ◆ -------*/

#header {
  margin: 0;
  border-top: solid 2px #bbbbbb;
  background-color: #999999;
  width: 850px;
}

h2 {
  font-size: 12px;
  margin: 0;
  padding: 9px 3px 9px 3px;
  color: #444444;
}

#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 850px;
  background: linear-gradient(#90ee90, #FFFFFF);
  background-repeat: no-repeat;
}

#table-left{
  text-align: left;
  margin: 0;
  padding: 12px 0 0 15px;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 25px;
  color: #006400;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 25px;
  color: #006400;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 12px 18px 2px 0;
  font-size: 13px;
  color: #228b22;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 13px;
  color: #228b22;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #777777;
  text-decoration: none;
}


#header-menu {
  margin: 0 0 4px 0;
  padding: 0px;
  height: 36px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background-image: url(img/menu_back.gif);
}

#header-menu li {
  list-style-type: none;
  float: left;
}

#header-menu li a {
  font-size: 12px;
  width: 110px;
  line-height: 18px;
  color: #666666;
  background-image: url(img/menu_back.gif);
  text-align: center;
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  text-decoration: none;
  padding: 11px 0 7px 0;
}

#header-menu li  a:hover {
  background-image: url(img/menu_back_hover.gif);
}

#slideshow {
   position: relative;
   width:  850px; /* 画像の横幅に合わせて記述 */
   height: 350px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


/*------- ◆ contents ◆ -------*/

#container {
  margin: 0px;
  padding: 7px 5px 5px 5px;
  width: 830px;
  border-top: solid 1px #cccccc;
  background-color: #ffffff;
}



/*------- ◆ main contents ◆ -------*/

#contents {
  float: right;
  margin:  5px 0 0 0;
  padding: 0 0 0 6px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 610px;
}

#contents img.sample {
  float: left;
  margin: 20px;
}

#contents h2 {
  margin: 0;
  padding: 11px 0 12px 25px;
  line-height: 110%;
  font-size: 14px;
  color: #555555;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0;
  line-height: 160%;
  letter-spacing: 1px;
}

#news {
  width: 598px;
  height: 150px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin: 12px 0 10px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}


/*------- ◆ side_area ◆ -------*/

#side_area {
  float: left;
  margin: 0;
  padding: 5px 3px 0 8px;
  width: 190px;
  text-align: left;
  line-height: 180%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#side_area h2 {
  margin: 0;
  padding: 10px 0 7px 18px;
  line-height: 110%;
  font-size: 12px;
  color: #666666;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#side_area p {
  margin: 10px 4px 24px 4px;
  line-height: 180%;
}

li {
  list-style-image: url(img/mark.gif);
  margin: 0 0 5px 0;
}

#side_area a{
  color: #69821b;
  font-size: 12px;
  line-height: 190%;
 }

#side_area a:hover{
  color: #99ab4e;
  font-size: 12px;
  line-height: 190%;
}



/*------- ◆ footer ◆ -------*/

#footer {
  clear: both;
  margin: 0;
  padding: 24px 22px 18px 0;
  text-align: right;
  font-size: 12px;
  color: #666666;
  border-top: solid 2px #999999;
  background-color: #f3f3f3;
}

#footer h2 {
  margin: 0;
  text-align: right;
  padding: 2px 8px 0 0;
  font-size: 10px;
  color: #666666;
}

#footer h2 a {
  color: #666666;
  font-size: 10px;
 }

#footer h2 a:hover {
  color: #666666;
}

#footer a {
  color: #666666;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
