body {
    width: 800px; 
    margin: 10px auto;
    }    
   /* ボディーの幅800px、余白上下10px、左右自由 */
     
h1 {
   width: 200px;
   height: 75px;  
   margin: 0;
   float: left;
   }
   /* タイトルロゴについて */
 
img {
  border: none;
  }
  /* 画像のリンクの枠線を消す */ 
  
 p#return {
   font: 10pt "MS 明朝",平成明朝,serif;
   margin-top: 60px;
   float: right;
   }
   
 p a:link {
   color: #999900;
   text-decoration: none;
   font: 10pt "MS 明朝",平成明朝,serif;
   }
   /* トップページへについての指定 */
 
 p a:hover { 
   border-bottom: 1px solid #999900; 
   } 
   /* リンクオンマウス時について下線に1pxの線をひく */
 
 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;
   }
   /*『会社概要』について */   

 p {
   font: 13pt "MS 明朝",平成明朝,serif;
   margin: 0;
   margin-left: 20px;
   padding: 3px;
   }
   /* テキストについて */
   
 table {
   margin-bottom: 50px;
   margin-left: 20px;
   border-collapse: collapse;
   background-color: #ffffcc;
   }
  
 th {
    color: #999900;
    font: 13pt "MS 明朝",平成明朝,serif;
    padding: 20px;
    border-bottom: 1px #999900 dotted;
    }
    /* thについて */
       
 td { 
    font: 13pt "MS 明朝",平成明朝,serif;
    padding: 20px;
    border-bottom: 1px #999900 dotted;
    }
   /* 内容について */
   
 #italia {
   float:right;
   margin-top: 100px;
   } 
 
 span#space1 {
   padding-left: 20px;
   }
   /* 奈良支店のところを揃える */
 
 span#space2 {
  padding-left: 85px;
  }

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