/* ページ全体 */
body{
   color : #666666;
   background-color : #ffffff;
   font-size: 13px;
   font-weight: 400;
   line-height: 1.5;
   font-family: Times New Roman, Times, serif;
   margin : 0 auto 0;
   padding: 0;
   text-align: center;
}
p,form,h1,h2,h3,h4,h5{
   margin : 0;
   padding: 0;
}
ul,ol{
   margin-top : 0;
   margin-bottom : 0;
   padding-top: 0;
   padding-bottom: 0;
}
img{
   border: 0;
   vertical-align: bottom;
}
/*  リンク指定 */
a{
   color : #666666;
   text-decoration : none;
}
a:visited{
   color: #666666;
   text-decoration : none;
}
a:hover{
   color: #999999;
   text-decoration : underline;
}
a:active{
   color: #666666;
   text-decoration : none;
}
/*  色指定 */
.red1{
   color: #AE1F24;
}
.red1 a{
   color : #AE1F24;
   text-decoration : none;
}
.red1 a:visited{
   color: #AE1F24;
   text-decoration : none;
}
.red1 a:hover{
   color: #AE1F24;
   text-decoration : underline;
}
.red1 a:active{
   color: #AE1F24;
   text-decoration : none;
}
.red2{
   color: #ffffff;
   background-color: #AE1F24;
}
.green{
   color: #60861F;
   font-size: 14px;
}
.blue{
   color: #144E94;
}
.blk {
   color: #000000;
}
.blk a:link {
   color: #000000;
   text-decoration: none;
}
.blk a:visited {
   color: #666666;
   text-decoration: none;
}
.blk a:hover {
   color: #000000;
   text-decoration : underline;
}
.blk a:active {
   color: #000000;
   text-decoration: none;
}
.white{
   color: #ffffff;
}
/* レイアウト */
/* --------------------------------------------------- */
#container {
   width: 900px;
   margin: 0 auto 0;
   padding: 0 20px 0 20px;
   text-align: left;
   background-image: url(../image/bg01.jpg);
   background-repeat: repeat-y;
   background-color : #FDF7DD;
}
/* head1 ヘッダー１ 740px */
/* --------------------------------------------------- */
#container #head1 {
   margin: 0;
   padding: 0;
   width: 900px;
   background-image: url(../image/bg_head.jpg);
   background-repeat:no-repeat;
   background-position: top;
}
#container #head1 #head1_left{
   float: left;
   width: 300px;
   position: relative;
}
#container #head1 #head1_right{
   float: right;
   width: 590px;
   position: relative;
   padding-top: 10px;
}
#container #head1 #head1_right h1{
   font-size: 13px;
   font-weight: 400;
   padding-bottom: 5px;
}
#container #head1 #head1_right #search {
   float: left;
   position: relative;
   width: 200px;
   padding-bottom: 5px;
}
#container #head1 #head1_right #search .btn{
   border-style: none;
   background-color:#F2952B;
   color:#ffffff;
   padding: 2px 0 1px 0;
   font-size: 13px;
   margin: 0;
}
#container #head1 #head1_right #toplink {
   float: right;
   position: relative;
   width: 380px;
}
/* head2 ヘッダー２ 800px */
/* --------------------------------------------------- */
#container #head2 {
   margin: 0;
   padding: 0;
}
#container #head2 ul{
   margin: 0;
   padding: 0;
   list-style-type:none;
}
#container #head2 ul li {
   margin: 0;
   padding: 0;
   float: left;
}
/* head3 ヘッダー３ 800px */
/* --------------------------------------------------- */
#container #head3 {
   background-image: url(../image/top_image01.jpg);
   background-repeat: no-repeat;
   margin: 0;
   padding: 0;
   height: 275px;
}
#container #head3 #head3_left{
   float: left;
   width: 630px;
   position: relative;
}
#container #head3 #head3_left .btn01{
   padding-left: 67px;
   padding-top: 3px;
}
#container #head3 #head3_right{
   float: right;
   width: 262px;
   top: 17px;
   position: relative;
}
#container #head3 #head3_right ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#container #head3 #head3_right li{
   margin: 0;
   padding: 0;
}
/* トップページ 830px */
/* --------------------------------------------------- */
#container #main {
   margin: 0;
   padding: 30px 40px 30px 30px;
}
#container #main .pagetop{
   text-align: right;
}
#container #main .pagetop10{
   text-align: right;
   padding-bottom: 10px;
}
#container #main .pagetop20{
   text-align: right;
   padding-bottom: 20px;
}
#container #main .pagetop30{
   text-align: right;
   padding-bottom: 30px;
}
/* トップページ左部分　590px */
/* --------------------------------------------------- */
#container #main #main_left {
   width: 580px;
   margin: 0;
   padding: 0;
   float: left;
   left: 10px;
}
#container #main #main_left h3{
   padding: 6px 5px 4px 5px;
   text-align: center;
   width: 570px;
   background-image: url(../image/bg_merit.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   color: #FFFFFF;
   font-size: 16px;
   font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#container #main #main_left #merit{
   border: solid 1px #BF1402;
   padding: 20px;
   text-align: left;
   width: 538px;
   margin-bottom: 20px;
   background-image: url(../image/bg_merit01.jpg);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-color: #FFFFFF;
   color: #000000;
}
#container #main #main_left #merit ol{
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 0;
   padding-bottom: 0;
}

/* 左部分上段・ＮＥＷＳ */
#container #main #main_left #main1 {
   width: 558px;
   float: right;
   position: relative;
   margin-bottom: 30px;
   padding: 0 10px 10px 10px;
   border-bottom: solid 1px #E5AF57;
   border-left: solid 1px #E5AF57;
   border-right: solid 1px #E5AF57;
   background-color: #FFFFFF;
}
/* 左部分中段 */
#container #main #main_left #main2 {
   width: 580px;
   float: right;
   position: relative;
   margin-bottom: 30px;
}
/* 左部分中段・訳あり野菜特集 */
#container #main #main_left #main2 #main2_left{
   width: 285px;
   float: left;
   position: relative;
   background-image: url(../image/bg_wakeariyasai1.jpg);
   background-position: center;
   background-repeat: repeat-y;
   background-color: #F9F6F1;
}
#container #main #main_left #main2 #main2_left .wtext01{
   padding: 3px 15px 5px 15px;
}
#container #main #main_left #main2 #main2_left .wtext02{
   padding: 0 15px 0 15px;
   text-align: right;
}
#container #main #main_left #main2 #main2_left .wimage01{
   padding: 0 15px 5px 15px;
}
/* 左部分中段・オススメ野菜レシピ */
#container #main #main_left #main2 #main2_right{
   width: 285px;
   float: right;
   position: relative;
   background-image: url(../image/bg_osusumeyasai1.jpg);
   background-position: center;
   background-repeat: repeat-y;
   background-color: #FCF2E8;
}
#container #main #main_left #main2 #main2_right .wimage01{
   padding: 0 15px 5px 15px;
}
#container #main #main_left #main2 #main2_right .rimage01{
   text-align: center;
   padding-top: 1px;
}
/* 左部分下段 */
#container #main #main_left #main3 {
   width: 580px;
   float: right;
   position: relative;
}
#container #main #main_left #main3 h2{
   margin-bottom: 20px;
}
#container #main #main_left #main3 h5{
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
   font-size: 14px;
   font-weight: 400;
   color: #638A20;
}
#container #main #main_left #main3 .chu{
   text-align: center;
}

/* トップページ右部分　210px */
/* --------------------------------------------------- */
#container #main #main_right {
   width: 210px;
   margin: 0;
   padding: 0;
   float: right;
   text-align: center;
}
#container #main #main_right h3{
   padding-bottom: 10px;
   text-align: center;
}
#container #main #main_right .btn1{
   padding-bottom: 10px;
   text-align: center;
}
#container #main #main_right .btn2{
   padding-bottom: 30px;
   text-align: center;
}
#container #main #main_right .cmt1{
   text-align: center;
}
#container #main #main_right .cmt2{
   padding-bottom: 30px;
   text-align: left;
}
/* category */
#container #main #main_right #category{
   float: left;
   border: solid 1px #60861F;
   background-color: #FFFFFF;
   padding: 10px;
   width: 188px;
   margin-bottom: 20px;
   text-align: left;
   position: relative;
}
#container #main #main_right #category ul{
   list-style: url(../image/p06.gif);
   margin: 0;
   padding: 0;
}
#container #main #main_right #category li{
   margin-bottom: 10px;
   margin-left: 20px;
   font-size: 14px;
   color: #60861F;
}
#container #main #main_right #category li a:link {
   color: #60861F;
   text-decoration: none;
}
#container #main #main_right #category li a:visited {
   color: #2F420F;
   text-decoration: none;
}
#container #main #main_right #category li a:hover {
   color: #2F420F;
   text-decoration : underline;
}
#container #main #main_right #category li a:active {
   color: #60861F;
   text-decoration: none;
}
/* YouTube */
#container #main #main_right #youtube{
   padding: 10px;
   background-color: #E79027;
   color: #FFFFFF;
   text-align: left;
   margin-bottom: 10px;
}
#container #main #main_right #youtube h4{
   font-size: 13px;
   color: #FFFFFF;
   padding-bottom: 5px;
}
#container #main #main_right .youtube{
   margin-bottom: 30px;
}
/* お試しキャンペーン */
#container #main #main_right #canpain{
   background-image: url(../image/bg_canpain.jpg);
   background-repeat: repeat-y;
   margin-bottom: 15px;
}
#container #main #main_right #canpain .ctext01{
   padding: 0 10px 10px 10px;
   text-align: left;
}
#container #main #main_right #canpain .moshikomi{
   text-align: center;
   padding: 0;
   margin: 0;
}
/* 定期購入案内 */
#container #main #main_right #teikikonyu{
   background-image: url(../image/bg_teikikonyu.jpg);
   background-repeat: repeat-y;
   margin-bottom: 15px;
}
#container #main #main_right #teikikonyu h4{
   font-size: 13px;
   color: #E5911F;
   padding: 0 10px 5px 10px;
   text-align: left;
}
#container #main #main_right #teikikonyu .ttext01{
   padding: 0 10px 10px 10px;
   text-align: left;
}
#container #main #main_right #teikikonyu .shosai{
   text-align: center;
   padding: 0;
   margin: 0;
}
/* ご利用店舗 */
#container #main #main_right #riyotenpo{
   background-image: url(../image/bg_riyotenpo.jpg);
   background-repeat: repeat-y;
   margin-bottom: 15px;
}
#container #main #main_right #riyotenpo h3{
   padding-bottom: 15px;
   text-align: center;
}
#container #main #main_right #riyotenpo .rimage01{
   margin-bottom: 10px;
   margin-left: 20px;
   text-align: left;
}
/* リンク */
#container #main #main_right #toplink{
   background-image: url(../image/bg_link.jpg);
   background-repeat: repeat-y;
}
#container #main #main_right #toplink .rimage01{
   margin-bottom: 5px;
   text-align: center;
}
#container #main #main_right #toplink h4{
   font-size: 13px;
   font-weight: 400;
   color: #284E95;
   padding: 0 10px 0 10px;
   text-align: left;   
}
#container #main #main_right #toplink .ltext01{
   padding: 0 10px 0 10px;
   text-align: left;
}
/* フッター１ */
/* --------------------------------------------------- */
#container #footer {
   margin: 0;
   padding: 10px 0 10px 0;
   background-color: #C09A6B;
   color: #FFFFFF;
   text-align: center;
}
#container #footer h5 {
   font-size: 13px;
   color: #FFFFFF;
   font-weight: 400;
   padding-bottom: 10px;
}
#container #footer h5 a:link {
   color: #ffffff;
   text-decoration: none;
}
#container #footer h5 a:visited {
   color: #ffffff;
   text-decoration: none;
}
#container #footer h5 a:hover {
   color: #ffffff;
   text-decoration : underline;
}
#container #footer h5 a:active {
   color: #ffffff;
   text-decoration: none;
}
/* ＮＥＷＳ詳細用  */
/* --------------------------------------------------- */
#news1 {
   margin: 0 auto 0;
   padding: 0;
   text-align: left;
}
#news1{
   width: 560px;
   margin: 0;
   padding-bottom: 30px;
}
#news1 .image01 {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
}
#news1 .table01 {
   background-color: #528BE5;
   margin-bottom: 20px;
   margin-top: 20px;
   width: 530px;
}
#news1 .text1 {
   padding: 5px 0 5px 40px;
   color: #ffffff;
   vertical-align: text-top;
   text-align: center;
}
#news1 .text2 {
   background-color : #ffffff;
   padding: 20px 20px 20px 20px;
}
#news1 .close {
   text-align: center;
}
/* clearfix */
/* --------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}