/* 全体の設定*/
BODY{
    font-style:normal;/*文字のスタイル*/
    font-weight:normal;/*文字の太さ*/
    font-size:normal;/*文字の大きさ*/
    text-align:center;/*文字の寄せ方*/
    color:#000000;/*文字の色*/
    background-color:white;/* 背景の色 */
    margin:0px;
    padding:0px;
}
/*外枠*/
table.border{
    border:solid 3px #808000;
    width:1000px;
    border-collapse;
    margin:0px;
    padding:0px;
    background-color:white;
}
/*トップロゴ*/
img.yamaseki{
    padding:0px;
}
a img.yamaseki{
    border-width:0px;
}
/*特定商取引・・・*/
div.sree{
    float:right;
    width:180px;
    background-color:white;
}
/*ロゴ*/
div.one{
    width:220px;
    float:left;
    background-color:white;
}
div.two{
    background-color:white;
    float:left;
}
/*トップ上部リンク*/
a.top:link{
    color:green;
}
a.top:visited{
    color:#008080;
}
a.top:hover{
    color:green;
    background-color:#ffffcc;
    font-weight:bold;
}
    
/*トップメイン*/
div.item{
    float:left;
    width:20%;
    background-color:white;
}
div.topix{
    float:left;
    background-color:white;
}
div.ga{
    float:right;
    width:244px;
    background-color:white;
}
div.foot{
    both:clear;
    background-color:white;
    width:860px;
}
/*取扱商品*/
table.item{
    width:250px;
    border:solid 2px white;
    border-collapse:collapse;
}
table.item th{
    border-style:solid;
    border-width:2px;
    border-color:white;
}
table.item td{
    border-style:solid;
    border-width:3px;
    border-color:white;
}
table.item tbody{
    background-color:green;
}
a.item{
        color:white;
        font-family:AR P行楷書体H;
        font-size:24px;
        text-decoration:none;
}
a:hover.item{
     text-decoration:underline;
} 
/*トップ中央*/
table.topix{
    width:445px;
    border:solid 0px white;
    border-collapse:collapse;
}
table.topix td{

}
a img{
     border-width:0px;
} 
/*新茶Ｈ２０*/
img.sashie{
     border:double 4px #00cc00;
     padding:3px;
}
     
/*トップ右*/  
a img.main{
    border-width:2px 2px 0px 2px;
    border-color:black;
}
a img.main-f{
    border-width:2px 2px 2px 2px;
    border-color:black;
}
/*トップ下会社画像*/
img.foot{
    float:left;
} 

/*農林水産大臣賞*/
h2{
   border-color:#cc0000;
   border-width:0px 0px 1px 12px;
   border-style:solid;
   padding:0.1em;
}

