
/* ページタイトル*/
.title P{
        color: #88c450;

}
.site h1 a {color: #88c450;
            text-decoration:none
        }
.site h1    {margin: 0;
            font-size: 30px;
}
/* .image {  background-image: url("./TOP画.JPG");
        position: absolute;
        width 300px;
        height:300px;
        right:0px;
} */
body{width:1000px;}

/* テーブル内の項目名の書式定義*/
.Koumoku{
        height: "10";
        width: "400";
        background-color:darkorange;
}

/*テーブル内の値の書式定義*/
.Atai{
        height: "40";
        width: "400";
        text-align: "center";
}



/* ナビゲーションの設定*/
.menu {display:block !important;
        background-color: rgb(197, 230, 109);
}
.menu ul li{display: inline;
        }
.Productlist table{float: center;

}
#menu {display:none;}

#menubtn {display:none;}

#menebtn span {display: inline-block;
                text-indent: -9999px
}

#menubtn i {color: #888888;
                font-size: 18px}

.Footer {
        position: fixed; /* フッターを固定する */
        bottom: 0; /* 上部から配置の基準位置を決める */
        left: 10; /* 左から配置の基準位置を決める */
        width: 100%; /* フッターの横幅を指定する */
        height: 16px; /* フッターの高さを指定する */
        padding:5px; /* フッター内側の余白を指定する(上下左右) */
        color: #000000; /* フッターのフォントの色を指定する */
        background-image: url("cherry.PNG");/* フッターの背景画像を指定する */
        border-top: 4px solid #ff9696; /* フッターの境界線（上部）を指定する */
}

