body {
    width: 800px; 
    margin: 10px auto;
    }    
   /* ボディーの幅800px、余白上下10px、左右自由 */
     
h1 {
   width: 200px;
   height: 75px;
   margin: 0;
   float: left;
   }
   /* h1について */

img {
  border: none;
  }
  /* 画像のリンクの枠線を消す */  
  
 p#return {
   font: 10pt "MS 明朝",平成明朝,serif;
   margin-top: 50px;
   float: right;
   }
   /* トップページへについての指定 */

 p a:link {
   color: #999900;
   text-decoration: none;
   font: 10pt "MS 明朝",平成明朝,serif;
   }
   /* トップページへについての指定 */
 
 p a:hover { 
   border-bottom: 1px solid #999900; 
   } 
 
 p a:visited { 
   color: #999900;
   font: 10pt "MS 明朝",平成明朝,serif;
   }
  /* 訪問後のリンクの指示 */ 
 
 div#navi { 
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   background-image: url("/img/back1.gif");
   margin: 0;
   clear: both;
   }
  /* リンクを一つの固まりに */

 li.sample {  
   padding: 0 10px;
   text-decoration: none;
   border-right: 1px dotted #cc9966;
   display: inline;
   }
   /* リンクのデコレーションなし　*/
   
 #sample1 {
   padding: 0 10px;
   display: inline;
   text-decoration: none;
   }
   /* リンクのデコレーションなし */
   
 li a:link {
   color: #999900;
   text-decoration: none;
   font: 13pt "MS 明朝",平成明朝,serif;
   }
   /* リンクについての指定 */
 
 li a:hover { 
   border-bottom: 1px solid #999900; 
   } 
   /* リンクオンマウス時について下線に1pxの線をひく */
 
 li a:visited { 
   color: #999900;
   font: 13pt "MS 明朝",平成明朝,serif;
   }
 /* 訪問後のリンクの指示 */
 
 h2 {
   font: 20pt "MS 明朝",平成明朝,serif;
   color:  #999900;
   padding-left: 10px;
   border-left: 10px solid #999900;
   }
   /* 商品紹介について */ 
  
 h3 a:link {
   color: #999900;
   text-decoration: none;
   font: 15pt "MS 明朝",平成明朝,serif;
   font-style: italic;
   letter-spacing: 2px;
   }
   /* リンクについての指定 */
 
 h3 a:hover { 
   border-bottom: 1px solid #999900; 
   } 
   /* リンクオンマウス時について下線に1pxの線をひく */ 
  
 h3 a:visited { 
   color: #999900; 
   } 
   /* リンク訪問後の指定 */  
 
 p.photo a:link {
   text-decoration: none;
   }
   /* リンクについての指定 */
 
 p.photo a:hover { 
   border-bottom: none; 
   } 
   /* リンクオンマウス時について */

 div#comment {
  margin-left: 100px;
  }
  /* 『comment』の配置について */  
 
 div#boxA {
  margin-left: 160px;
  }
  /* 各商品の写真の配置について */ 

 address {
    clear: both;
    margin-top: 30px;
    padding-top: 10px;
    font: 13px "MS 明朝",平成明朝,serif;
    color: #996633;
    text-align: center;
    border-top: solid 1px #999999;
    }
   /* 上部に１px分の太さの棒線を引く */