﻿body{
	background:url(../img/header/bg.jpg) top left repeat-x;
	padding:0px;
	margin:0px;
	line-height:150%;
	letter-spacing:1px;
	font-size:90%;
        overflow-x: hidden;
}

table,img,p {
    border: 0;
}

img{
	vertical-align:top;
	border:none;
}

a{
	color:#666666;
}

a:hover{
	color:#999999;
}

/*header*/
#header{

	width:989px;
        height: 118px;
	overflow:hidden;
	padding:0px;
	margin:0px auto;
}

h1{
	font-size:12px;
	margin:10px 0px 0px 5px;
	padding:0px;
	float:left;

}

#logo{
	float:left;
	width:376px;
	clear:both;
}

#logo h1{
	padding:0px;
	margin:0px;
}

#info{
	float:right;
	width:360px;
}

#header .text {
	position:relative;
	top: -43px;
	left: -356px;
}

/*
#header_navi {
    float: right;
    width: 360px;
    text-align: right;
    padding-right:0px;
    margin-right:0px;
 }*/
#header_navi ul {
	margin: 0px;
	padding: 0px;
    text-align: right;
}

div#header_navi ul li {
	display: block;
	float: left;
	margin-top: 7px;
	padding-top:-1px;
	list-style-type: none;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry,
div#header_navi ul li.cart  {
    margin-top: 6px;
    padding-top:1px;
}
.text_logo {
	width: 1100px;
	position: relative;
	top: 75px;
	left: -510px;
	font-size: 13px;
	color: #666;
}

/*navi*/
#navi{
	background:url(../img/navi/menu_bg.jpg) top left repeat-x;
	overflow:hidden;
}

#navi_box{
	width:989px;
	padding:0px;
	margin:0px auto;
	width:
        text-align: center;
}

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

#navi_box li{
	float:left;
}

/*container*/
#container{
	width:1000px;
	padding:0px;
	margin:10px auto;
	overflow:hidden;
}

/*side*/
#side{
	width:250px;
	float:left;
}

#login_box{
	width:250px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}

#login_text{
	background:url(../img/side/login_bg.jpg) top left repeat-y;
	overflow:hidden;
	padding:10px 20px;
}

/*商品一覧*/
#list{
	overflow:hidden;
	margin:10px 0px 20px 0px;
}

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

#list li{
	padding:0px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 55px;
}
#list ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}


.list_box{
        overflow:hidden;
        clear:both;
        border-bottom:1px dotted #cccccc;
        padding:20px 0px 20px 0px;
        margin:10px;
        width:750px;
}

.list_photo{
        float:left;
        width:150px;
        text-align:center;
}

.list_text{
        float:right;
        text-align:left;
        width:580px;
}

.list_text h3{
        clear:both;
        margin:10px 0px;
}

.list_icon li{
         float:left;
         margin-left:5px;
}

.list_detail{
    float: left;
    margin: 10px 0;
    width: 160px;
}

.quantity{
     float: left;
    margin: 10px 0;
    width: 300px;
}

.quantity1 {
    float: left;
    width: 300px;
}

.cart_box{
          clear:both;
          margin:10px 0px;
          background:#F5F4EB;
          padding:10px;
          width:500px;
}

#blog{
	padding:0px;
	margin:0px 0px 20px 0px;
}

#side_info{
	overfow:hidden;
	padding:0px;
	margin:0px 0px 0px 10px;
}

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

#side_info li{
	padding:0px;
    margin: 15px 0 5px;
}

/*main*/
#main{
	width:739px;
	float:right;
	text-align:left;
 }

.main_box{
	overflow:hidden;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.main_box1 {
	background-image: url(../img/main/main_1-2.jpg);
	height: 125px;
	width: 469px;
	padding-top: 90px;
	padding-left: 270px;
	color: #666;
	font-size: 13px;
	line-height: 22px;
}
.main_box a {
	color: #666;
	text-decoration: none;
	display: block;
}
.main_box2 {
	background-image: url(../img/main/main_voice2.jpg);
	float: left;
	height: 80px;
	width: 240px;
	padding-top: 50px;
	padding-left: 120px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding-right: 10px;
	letter-spacing: -1px;
}
.main_box3 {
	background-image: url(../img/main/main_fuke2.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 242px;
	float: left;
	margin-left: 5px;
	color: #666;
	padding-top: 50px;
	padding-left: 110px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 20px;

}


/*footer*/
#footer{
	background:#00b37d;
	padding:10px;
	color:#5B7F51;
	clear:both;
	text-align:center;
	font-size:12px;
        width:100%;
}

#footer a{
        color:white;
}

#copyright{
	background:#ffffff0;
        width:100%;
	padding:10px;
	color:#1F4D1F;
	clear:both;
	font-size:11px;
	text-align:center;
}

/*お客様の声*/
#koe_box{
	overflow:hidden;
	background-image: url(../img/koe/koe_top.jpg);
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	height: 71px;
}

#koe_title {
	margin-top: 40px;
	margin-left: 65px;
}
#koe_bg {
	margin: 0px;
	background-image: url(../img/koe/koe_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	vertical-align: top;
	overflow: hidden;
}


#koe_text{
	overflow:hidden;
	margin-top: 10px;
	margin-left: 65px;
	margin-right: 60px;
	margin-bottom: 10px;
}


/*田中ファームについて*/
#about_btn {
	text-align: right;
	margin-right: 20px;
}
.about_bar {
	padding-top: 30px;
	padding-bottom: 10px;
}
.guide_box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.about_table tr,.about_table th,.about_table td{
       border:none;
 }

/*ご利用ガイド*/
#guide_bar {
	padding-top: 10px;
	padding-bottom: 5px;
}
.guide_box dt {
	background-image: url(../img/guide/icon1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
}
.guide_box dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}



/*リンク*/
#link_bar {
	padding-top: 10px;
	padding-bottom: 5px;
}

.link_box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.link_box dt {
	background-image: url(../img/link/link_btn.jpg);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	font-weight: bold;
}
.link_box dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




/*農場たより*/


.tayori_box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.tayori_box dt {
	background-image: url(../img/tayori/icon1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-top: 0px;
	width: 210px;
	float: left;
	padding-bottom: 10px;
}
.tayori_box dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/*定期購入*/
#regular_bar {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.link_box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*お問い合わせ*/
.contact_table{
       border-top:1px solid #999999;
       border-left:1px solid #999999;
}

.contact_table th, .contact_table td{
       border-bottom:1px solid #999999;
       border-right:1px solid #999999;
       padding:5px;
}

/*table*/

.other_table th,.other_table td{
       padding:5px;
}

/*other2*/
.other2_table{
       border-top:1px solid #999999;
       border-left:1px solid #999999;
}

.other2_table th{
       border-bottom:1px solid #999999;
       border-right:1px solid #999999;
       padding:5px;
       background:#e5e5e5;
}

.other2_table td{
       border-bottom:1px solid #999999;
       border-right:1px solid #999999;
       padding:5px;
}


/*商品詳細*/
.detail_box{
      overflow:hidden;
      margin:20px 0px;
}

.detail_box li{
      float:left;
      margin-left:5px;
}

.detail_photo{
      float:left;
      width:220px;
      text-align:center;
}

.detail_text{
     float:right;
     width:510px;
     text-align:left;
}

.detail_text h2{
    background: url("../img/background/line_dot_01.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 160%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 15px;
}

.detail_price{
    background: url("../img/background/line_dot_01.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0);
     margin:10px 0px;
    color: #FF0000;
    padding: 0 0 15px;
}

.detail_comment{
    background: url("../img/background/line_dot_01.gif") repeat-x scroll center top rgba(0, 0, 0, 0);
     margin:10px 0px;
    padding: 20px 0;
}

/*wppost*/
.block_outer{
     margin:10px 0px;
}

.block_outer .product_item {
    margin: 20px 0;
}

#wppost_list{
     margin:10px 0px 0px 10px;
}
#wppost_list li {
	border-left-bottom: 1px;
	border-left-style: dotted;
	border-left-color: #330000;
}