@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:20px 0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#33C;
   background:#F08300;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
/* 表題バック大きさ */
#top {
   width:740px;
   margin:0 auto;
   padding:10px;
   background-color:#95C837;
}

#header {
   width:740px;
}

#menu {
   width:740px;
}

#contents {
   clear:both;
   width:740px;
   background: #FFCC00 url(../images/bg_contents.gif) -440px 0 repeat-y;
}

#headImage {
   width:740px;
}

#main {
   float:left;
   width:540px;
   padding:0 10px;
}

#sub {
   float:right;
   width:180px;
}

#footer {
   clear:both;
   width:740px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
   font-size:32px;
   color:#fff;
   line-height:80px;
}

#header h1 a {
   color:#624643;
}

#header h1 a:hover {
   color:#AE847F;
}

#header h2 {
   margin:0;
   padding:0;
   font-size:16px;
   color:#fff;
   line-height:80px;
}

#header h2 a {
   color:#624643;
}

#header h2 a:hover {
   color:#AE847F;
}

#siteTitle {
	text-align: left;
	float: left;
}

#blogTitle {
	text-align: right;
}

#headImage {
   width:740px;
   height:200px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
   background:#fff;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#dropmenu{
  list-style-type: none;
  width: 740px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #ffff00;
  border-bottom: 5px solid #ffffff;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

/* メニューの子以下まとめてリンクに適用 */
#dropmenu li:hover > a{
  background: #fedb1b;
  color: #000000;
}

/* メニューの子のリンクに適用 */
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
/* メニューの農園紹介のリンクに画像適用 */
#dropmenu > li.en > a{
 background: url(../images/icon/tree1.gif) no-repeat 2px center; 
}
#dropmenu > li.en:hover > a{
 background: url(../images/icon/tree2.gif) no-repeat 2px center #fedb1b;
}

/* メニューの商品紹介リンクに画像適用 */
#dropmenu > li.syo > a{
 background-image: url(../images/icon/boxi1.gif),
 url(../images/icon/juicei1.gif);
 background-repeat: no-repeat,
 no-repeat;
 background-position: 3px center,
 119px center;
}

#dropmenu > li.syo:hover > a{
 background-image: url(../images/icon/boxi2.gif),
 url(../images/icon/juicei2.gif);
 background-repeat: no-repeat,
 no-repeat;
 background-position: 3px center,
 119px center;
}

/* メニューの豆知識リンクに画像適用 */
#dropmenu > li.mi > a{
 background: url(../images/icon/juicei1.gif) no-repeat 2px center; 
}

#dropmenu > li.mi:hover > a{
 background: url(../images/icon/mame.gif) no-repeat 2px center #fedb1b;
}
/* メニューの作業リンクに画像適用 */
#dropmenu > li.sa > a{
 background: url(../images/icon/hasamii1.gif) no-repeat 2px center; 
}

#dropmenu > li.sa:hover > a{
 background: url(../images/icon/hasamii2.gif) no-repeat 2px center #fedb1b;
}

/* メニューのおまけリンクに画像適用 */
#dropmenu > li.om > a{
 background: url(../images/icon/came_1.gif) no-repeat 2px center;
}

#dropmenu > li.om:hover > a{
 background: url(../images/icon/came_2.gif) no-repeat 2px center #fedb1b;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #ffff00;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#contents h1 {
   margin-bottom:8px;
   padding:5px;
   color:#fff;
   font-family:Georgia;
   font-size:20px;
   font-weight:bold;
   background:#e3ab30;
}


/* ========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:#FFCC00;
}


#grid {
	width: 540px;
}
#grid li {
	margin: 5px;
	height:95px;
	float: left;
	list-style: none;
}
a.btn {
    width: 200px;
	height:60px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
	
	}
a.btn {
    padding: 11px 10px 8px;
    display: block;
    background: #ffCC00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 0 #b48800,0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    color: #fff!important;

    text-decoration: none;
}
a.btn:hover {
    box-shadow: 0 3px 0 #ce9b00,0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background: #F08300;
}

/* ========sub CONTENTS CUSTOMIZE======== */
#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
}

#sub a {
   color:#000000;
}

#sub a:hover {
   color:#000000;
   border-bottom:1px solid #000000;
}

#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

#sub li {
   margin:0;
   padding-left:18px;
   color:#000000;
   line-height:1.8;
   background:url(../images/bg_sub_li.gif) 0 4px no-repeat;
   list-style:none;
}

#sub li a {
   color:#000000;
}

#sub li a:hover {
   color:#000000;
   border-bottom:1px solid #000000;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   margin:10px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.inquiry{
   font-style:normal;
   font-size:11px;
   color:#333;
   text-align:right;
}

.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#333;
   text-align:center;
}