@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/back.gif);
  background-repeat: repeat-y;
  background-position: top;
}

body img{
  border:none !important;
}


a:link {
  color: #69821b;
  font-size: 12px;
}

a:hover {
  color: #99ab4e;
  font-size: 12px;
}

a:visited {
  color: #69821b;
  font-size: 12px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #333;
}

h3 {
  font-size: 14px;
  padding-left: 10px;
  color: #cb2f2f;
  display:block;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin-top: 20px;
  background-color: #06ae02;
}

#header-inner {
  margin-top: 20px;
  padding-top: 5px;
  color: #333333;
  width: 800px;
  background-color: #ffffff;
  background-repeat: no-repeat;
   border-top-left-radius: 20px;         /* CSS3 */
   border-top-right-radius: 20px;         /* CSS3 */
   -moz-border-top-left-radius: 20px;    /* Firefox */
   -moz-border-top-right-radius: 20px;    /* Firefox */
   -webkit-border-top-left-radius: 20px; /* Safari,Chrome */
   -webkit-border-top-right-radius: 20px; /* Safari,Chrome */
}
#header-inner p{
  font-size: 10px;
  margin:0;
  padding-left:15px;
  line-height: 100%;
  letter-spacing:0.5px;
}

#top-left{
  width:238px;
  height:50px;
  text-align: left;
  padding: 10px 0 2px 10px;
  font-size: 12px;
  color: #333333;
  line-height: 190%;
  text-decoration: none;
}

#top-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#top-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#top-right{
  text-align: right;
  margin: -50px 0 5px 0;
  padding: 2px 14px 2px 0;
  font-size: 14px;
  color: #ff0000;
  line-height: 150%;
  text-decoration: none;
}

#top-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#top-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  background-color: #333333;
  margin: 0px;
  padding: 8px 0 6px 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  width: auto;
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 8px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #1c5f14;
  text-decoration: none;
}

#header-menu a:hover {
  color: #142908;
}

#header-img {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 200px;
  font-family:Verdana;
  background-image: url(img/main_photo.jpg);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 5px;
  width: 780px;
  background-color: #ffffff;
}



/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin:  6px 0 0 0;
  padding: 0 5px 0 8px;
  line-height: 100%;
  width: 570px;
}

#contents img.left {
  float: left;
  margin: 0 15px 0 0;
}

#contents img.right {
  float: right;
  margin: 0 0 0 15px;
}

#contents img.center {
 text-align:center;
 margin: 0 auto 20px;
 display:block;

}

#contents h2 {
  margin: 0 0 5px 0;
  padding: 7px 0 9px 40px;
  line-height: 110%;
  font-size: 15px;
  color: #166f1c;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 10px 0 10px 0;
  padding: 0 0 0 5px;
  letter-spacing: 0.5px;
  line-height: 140%;
}

#news {
  width: 558px;
  height: 150px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin: 12px 0 14px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}
#news dt {
  font-size:12px;
  color:#959595;
margin-bottom:10px;
}


#news dd {
  font-size:12px;
  color:#5c5c5c;
}

#contents b {
  font-size:14px;
}

#contents .check {
  width:100%;
  height:29px;
  margin: 0;
  padding: 0;
  background-image: url(img/check.jpg);
  background-repeat: no-repeat;

}

#contents .check p {
  line-height: 200%;
  font-weight:bold;
  font-size:15px;
  margin: 0;
  padding-left:40px;
}

#contents .cont_01 {
  margin: 15px 0;
  padding: 10px 5px;
  border:1px solid #cccccc;
  background-color: #e1e1e1;
}

#contents span3 {
  margin-bottom: 15px;
  font-size:10px;
  color:#452223;
  line-height: 140%;
}

/*---------- メニュー ----------*/

#menu {
  float: right;
  margin: 0;
  padding: 6px 3px 0 6px;
  width: 180px;
  text-align: left;
  line-height: 160%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#menu h2 {
  margin: 0;
  padding: 6px 0 0 30px;
  line-height: 110%;
  font-size: 12px;
  height:26px;
  width:180px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}
#menu ul {
  margin:0;
  padding:0;
  line-height: 220%;
}

#menu ul li {
  list-style-image: url(img/ico1.gif) ;
  list-style-position: inside;
  margin-bottom:5px;
}

#menu ul li a:hover {
  text-decoration: none;
}

#menu #gray {
  margin-bottom: 10px;
  padding: 10px 5px;
  border:1px solid #90c697;
  background-color: #b6fdbe;
}

#menu #gray span {
  color:#186721;
  font-weight:bold;
  font-size: 14px;
}

 .cont_01 span {
  color:#186721;
  font-weight:bold;
  font-size: 14px;
}

#menu #gray span2 {
  color:#cb2f2f;
  font-weight:bold;
  font-size: 14px;
}
#menu #gray .span3 a {
  color:#7d7d7d;
  text-align:left;
  font-size: 10px;
  padding-bottom:10px;
}

#menu #gray .span3 a:hover {
  color:#5e5e5e;
  text-decoration: none;

}

#menu .img_center  {
  margin-bottom:10px;
}

/*---------- フッター ----------*/

#footer {
  text-align:center;
  padding:5px 0 15px 0;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  border-top: 2px;
  background-color: #06ae02;
   border-bottom-left-radius: 20px;         /* CSS3 */
   border-bottom-right-radius: 20px;         /* CSS3 */
   -moz-border-bottom-left-radius: 20px;    /* Firefox */
   -moz-border-bottom-right-radius: 20px;    /* Firefox */
   -webkit-border-bottom-left-radius: 20px; /* Safari,Chrome */
   -webkit-border-bottom-right-radius: 20px; /* Safari,Chrome */
}

#footer p {
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
 }

#footer a:hover {
  color: #666666;
}

/*---------- サイトマップ ----------*/

div.cote h3 {
background-color: #eeeeee;
border-bottom: 1px solid #999999;
border-left: 3px solid #333333;
color: #000000;
font-size: 12px;
font-weight:normal;
letter-spacing: 1px;
line-height:140%;
margin: 0;
padding:3px 10px;

}

div.cote {
float: left;
margin: 15px 3px 5px;
width:183px;
}

div.cote li {
list-style-image: url(img/ico2.gif);
line-height:160%;
}

div.cote li a {
color: #000000;
text-decoration: none;
}

div.cote li a:hover {
color: #999999;
text-decoration: none;
}