@charset "utf-8";

/* ページ全体の枠組み
---------------------------------------------------- */
body{
  margin: 0;
  padding: 0;
  border-top: 5px solid #699600;
  font-size: 13px;
  color: #666666;
  background: #F3FFCC;
}

#header{
  height: 270px;
  background: url(001images/headbg.png) repeat-x;
}
#header .inner{
  margin: 0 auto;
  width: 800px;
}

#content{
  background: #ffffff url(001images/contentbg.png) no-repeat top center;
}
ul#globalnav li{
  position: absolute;
  top: 80px;
  display: block;
}
ul#globalnav li a{
  display: block;
}
ul#globalnav li.item01{
	left: 0;
}
ul#globalnav li.item02{
	left: 160px;
}
ul#globalnav li.item03{
	left: 320px;
}
ul#globalnav li.item04{
	left: 480px;
}
ul#globalnav li.item05{
	left: 640px;
}
ul#globalnav li.item01 a{
	background: url(001images/gnav1hover.png) no-repeat;
}
ul#globalnav li.item02 a{
	background: url(001images/gnav2hover.png) no-repeat;
}
ul#globalnav li.item03 a{
	background: url(001images/gnav3hover.png) no-repeat;
}
ul#globalnav li.item04 a{
	background: url(001images/gnav4hover.png) no-repeat;
}
ul#globalnav li.item05 a{
	background: url(001images/gnav5hover.png) no-repeat;
}
ul#globalnav li a:hover img{
	visibility: hidden;
}

#content .inner{
  margin: 0 auto;
  padding: 15px 35px 50px;
  width: 730px;
}
#content .inner::after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main{
  float: right;
  width: 450px;
}
#sub{
  float: left;
  width: 245px;
}

#footer{
  min-height: 80px;
  background: #F2FFF6;
}
#footer .inner{
  margin: 0 auto;
  width: 800px;
}

/* リンクと画像
---------------------------------------------------- */
a{
  text-decoration: none;
  color: #699600; 
}
a:hover{
  text-decoration: underline;
}

img{
  border: none;
}

/* ヘッダー
---------------------------------------------------- */
#header .inner{
  position: relative;
  height: 270px;
} 
#header ul{
  margin: 0;
  padding: 0;
} 
#logo{
  position: absolute;
  top: 0;
  left: 0;
}
ul#headnav{
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 1.0;
  margin-top: -0.5em;
}

ul#headnav li{
  list-style: none;
}
ul#headnav li a{
  padding-left: 9px;
  background: url(001images/bulletgreen.png) no-repeat left center;
}
#mainvisual{
  position: absolute;
  top: 123px;
  left: 0;
}

/* トピックパス（パンくずリスト）
---------------------------------------------------- */
#topicpath{
  font-size: 93%;
}

/* メインコンテンツ
---------------------------------------------------- */
#main h1{
  margin: 9px 0 15px 0;
  padding: 6px 0 6px 20px;
  line-height: 1.0;
  font-size: 232%;
  color: #699600;
  background: url(001images/h1.png) no-repeat left center;
}
#main p{
  line-height: 1.6;
  font-size: 116%;
  padding-left: 20px;
}

/* サブコンテンツ
---------------------------------------------------- */
#sub h2{
  margin: 15px 0;
  line-height: 1.0;
  font-size: 131%;
  color: #699600;
}
ul#localnav{
  margin: 0;
  padding: 0;
}
ul#localnav li{
  display: block;
}
ul#localnav li a{
  display: block;
  padding: 0.9em 0 0.9em 20px;
  width: 230px;
  line-height: 1.0;
  color: #666666;
  background: url(001images/lnavbg.png) no-repeat;
}
ul#localnav li a:hover{
  text-decoration: none;
  background: url(001images/lnavbghover.png) no-repeat left center;
}
/* フッター
---------------------------------------------------- */
#footer{
  padding-top: 15px;
  line-height: 1.0;
  font-size: 85%;
}
#footer a{
  color: #344938; 
}

ul#footnav{
  margin: 0;
  padding: 0;
}
ul#footnav li{
  float: left;
  display: block;
  padding: 0 10px;
  border-left: 1px solid #ffffff;
}
ul#footnav > li:first-child{
  padding-left: 0;
  border-left: none;
}

p#copyright{
  margin: 0;
  color: #344938; 
  text-align: right;
}
/* mediaルール
---------------------------------------------------- */

@media screen and (max-width : 767px){

    /* ページ全体の枠組み
---------------------------------------------------- */
body{
  margin: 0;
  padding: 0;
  border-top: 10px solid #699600;
  font-size: 13px;
  color: #666666;
  background: #F3FFCC;
}
img{
    max-width: 100%;    
    }
#header{
  height: 270px;
  background: url(001images/headbg.png) repeat-x;
}
#header .inner{
  margin: 0 auto;
  width: 300px;
}

#content{
  background: #ffffff;
}
ul#globalnav li{
  position: absolute;
  top: 80px;
  display: block;
}
ul#globalnav li a{
  display: block;
}
ul#globalnav li.item01{
	left: 0;
}
ul#globalnav li.item02{
	left: 160px;
}
ul#globalnav li.item03{
    top: 123px;
	left: 0px;
}
ul#globalnav li.item04{
    top:123px;
	left: 160px;
}
ul#globalnav li.item05{
    top:166px;
	left: 0px;
}
ul#globalnav li.item01 a{
	background: url(001images/gnav1hover.png) no-repeat;
}
ul#globalnav li.item02 a{
	background: url(001images/gnav2hover.png) no-repeat;
}
ul#globalnav li.item03 a{
	background: url(001images/gnav3hover.png) no-repeat;
}
ul#globalnav li.item04 a{
	background: url(001images/gnav4hover.png) no-repeat;
}
ul#globalnav li.item05 a{
	background: url(001images/gnav5hover.png) no-repeat;
}
ul#globalnav li a:hover img{
	visibility: hidden;
}

#content .inner{
  margin: 0 auto;
  padding: 10px 10px 20px;
  width: 300px;
}
#main{
  width: 300px;
}
#sub{  
  width: 300px;
}
#footer{
  min-height: 100px;
  background: #F2FFF6;
}
#footer .inner{
  margin: 0 auto;
  width: 300px;
}

/* リンクと画像
---------------------------------------------------- */
a{
  text-decoration: none;
  color: #699600; 
}
a:hover{
  text-decoration: underline;
}

img{
  border: none;
}

/* ヘッダー
---------------------------------------------------- */
#header .inner{
  position: relative;
  height: 270px;
} 
#header ul{
  margin: 0 auto;
} 
#logo{
  position: absolute;
  top: 0;
  left: 0;
}
#logo img{
    width: 80%;
    padding: 15px 0 0 0 ;
}
ul#headnav{
  position: absolute;
  top: 60px;
  left: 220px;
  line-height: 1.0;
  margin-top: -0.5em;
}

ul#headnav li{
  list-style: none;
  font-size: 0.9em;
}
ul#headnav li a{
  padding-left: 9px;
  background: url(001images/bulletgreen.png) no-repeat left center;
}
#mainvisual{
  position: absolute;
  top: 209px;
  left: 0;
}
#mainvisual img{
  width: 300px;
  height: 60px;
}

/* トピックパス（パンくずリスト）
---------------------------------------------------- */
#topicpath{
  font-size: 93%;
}

/* メインコンテンツ
---------------------------------------------------- */
#main h1{
  margin: 9px 0 15px 0;
  padding: 6px 0 6px 20px;
  line-height: 1.0;
  font-size: 180%;
  color: #699600;
  background: url(001images/h1.png) no-repeat left center;
}
#main p{
  line-height: 1.6;
  font-size: 86%;
  padding: 0 10px;
  width: 100%;
}

/* サブコンテンツ
---------------------------------------------------- */
#sub h2{
  margin: 15px 20px;
  line-height: 1.0;
  font-size: 131%;
  color: #699600;
}
ul#localnav{
  margin: 0 auto;
  padding: 0 0 0 20px;;
}
ul#localnav li{
  display: block;
}
ul#localnav li a{
  display: block;
  padding: 0.9em 0 0.9em 20px;
  width: 220px;
  line-height: 1.0;
  color: #666666;
  background: url(001images/lnavbg.png) no-repeat;
}
ul#localnav li a:hover{
  text-decoration: none;
  background: url(001images/lnavbghover.png) no-repeat left center;
}
/* フッター
---------------------------------------------------- */
#footer{
  padding-top: 10px;
  line-height: 1.8;
  font-size: 90%;
}
#footer a{
  color: #344938; 
}

ul#footnav{
  margin: 0;
  padding: 10px;
  line-height: 1.8
}
ul#footnav li{
  padding: 0 5px;
}
ul#footnav li:first-child{
  padding-left: 10px;
  border-left: none;
}

p#copyright{
  margin: 10px;
  color: #000000; 
  text-align:left;
}
}

 
