﻿@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:10px 0;
   padding:0;
   line-height:2.0;
   letter-spacing:1px;
   font-family:"ＭＳ ゴシック",Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#001F00;
}

      .box p {
        font-family: "游ゴシック";
        font-weight: bold;
        font-size:30px;
        color: #fa7;
      }

      .box {
        position:relative;
      }

      #headimage p {	/* 影付け */
/*           text-shadow: 2px 2px 3px #000, 4px 4px 3px #000, 6px 6px 3px #000; */
        text-shadow: 2px 2px 6px #000, -2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000, 4px 4px 5px #000, 6px 6px 5px #000;
      }

      #txt1 {	/* 自然と寄り添い */
        position:absolute;
        top:0;
        left:100;
      }

      #txt2 {	/* 山を元気に */
        position:absolute;
        top:50;
        left:257;
       }

      #txt3 {	/* 森林保全 */
        position:absolute;
        top:100;
        left:350;
       }

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

/* ul.menu li:hover ul {
  display: block;
} */

/*メインメニュー 基準位置*/
ul.menu {
  position: relative;
}

/* サブメニュー (基準からの相対位置 */

/* ----------- 無効 --------------------
ul.menu li ul {
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;
  top: 70px; left: 83px;
}

ul.menu li ul li {
  width 10px;
}

ul.menu li ul li a {
  line-height: 20px;
  text-align: left;
  padding-left: 0px;
  font-weight: normal;
}
*/ -------------------------------------

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   text-indent: 0.5em;
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:850px;
   margin:0 auto;
   padding:10px;
   background-color:#E7DFCE;
}

#indexcontents {
height:500px;
   clear:both;
   width:850px;
   background: #FFF url(../images/bg_contents.gif) 100% 0 repeat-y;
}

#contents-01 {
height:600px;
   clear:both;
   width:850px;
   background: #fff url(../images/bg_contents.gif) 100% 0 repeat-y;
}

#contents-02 {
height:600px;
   clear:both;
   width:850px;
   background: #fff url(../images/bg_contents.gif) 100% 0 repeat-y;
}

#contents-03 {
height:1000px;
   clear:both;
   width:850px;
   background: #fff url(../images/bg_contents.gif) 100% 0 repeat-y;
}

#contents-04 {
 height:1300px;
   clear:both;
   width:850px;
   background: #fff url(../images/bg_contents.gif) 100% 0 repeat-y;
}

#headImage {
   width:850px;
}

#headImage2 {
   width:850px;
}

#main {
   margin:5px;
   float:left;
   width:590px;
/*   width:570px; */
   padding:0 10px;
}

#sub {
   float:right;
   width:170px;
}

#sub2nd {
   float:right;
   width:170px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header {
   width:850px;
   font-size:18px;
   margin:0;
   padding:0;
   color:#eeeec1;
   background:#200700;
   line-height:80px;
}

#header span {
   font-size:31px;
}

#headImage {
   width:850px;
   height:200px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

   #headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
   background:#fff;
}

#headImage2 {
   width:850px;
   height:100px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage2 ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage2 li {
   position:absolute;
   background:#fff;
   align=center;
}

/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#indexcontents h1 {
   margin-bottom:8px;
   padding:5px;
   color:#fff;
   font-family:Georgia;
   font-size:20px;
   font-weight:bold;
   background:#200700;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#D70053;
}

#main a:hover {
   color:#D2447B;
   border:0;
   border-bottom:1px solid #D2447B;
}

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #31001D;
}

#main h3 {
   margin-bottom:3px;
   padding:2px 4px;
   font-size:13px;
   color:#fff;
   background:#551b14;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#551b14;
   border-bottom:2px solid #551b14;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#551b14;
   border-left:8px solid #551b14;
}

#main h6 {
   font-size:13px;
   color:#551b14;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========PAGENEXT========= */
#next {
   margin:10px 0;
   text-align:center;
   font-size:13px;
}

#next a {
   padding:0 0 0 12px;
}

/* ========PAGEBEFORE========= */
#before {
   margin:10px 0;
   text-align:center;
   font-size:11px;
}

#before a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}

/* ========sub CONTENTS CUSTOMIZE======== */

#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
}

#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

#sub li {
   margin:0;
   padding-left:18px;
   font-weight:bold;
   color:#FF0;
   line-height:1.8;
   background:url(../images/button_green.gif) 0 4px no-repeat;
   list-style:none;
}

.white {
   font-weight:normal;
   color:#fff;
}

#sub li a {
   font-weight:normal;
   color:#fff;
}

#sub li a:hover {
   color:#ddd;
   border-bottom:1px solid #ddd;
}

#sub2nd h2 {
   padding:161px 3px 3px 3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
}

#sub2nd ul {
   margin:0;
   padding:5px 0 1em 5px;
}

#sub2nd li {
   margin:0;
   padding-left:18px;
   font-weight:bold;
   color:#ff0;
   line-height:1.8;
   background:url(../images/button_green.gif) 0 4px no-repeat;
   list-style:none;
}

#sub2nd li a {
   font-weight:normal;
   color:#fff;
}

#sub2nd li a:hover {
   color:#ddd;
   border-bottom:1px solid #ddd;
}

/* ========FOOTER CUSTOMIZE======== */
#footer {
   clear:both;
   width:850px;
   padding:20px 0;
   font-style:normal;
   font-size:12px;
   color:#333;
   text-align:center;
}

.copy {
   font-family:'Times New Roman', 'Times';
}

