body {
   background:  url("sakuhin/kabegami.gif") repeat;
   font-family : 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
   font-size : 1.2em;
   line-height : 1.3em;
   width: 780px;
   margin-left : 50px;
   margin-right : 50px;
  }
a:link {
   color : #0000ff ;
   text-decoration : underline ;
   }
a:visited {
   color : #660066;
   text-decoration : underline ;
   }
a:active {
   color : #cc0000;
   text-decoration : underline ;
   }
a:hover {
   color : #006600;
   text-decoration : underline ;
   }

h1 {
      color : #330000;
      font-size: 200%; 
      margin-left: 20px; 
      margin-top:20px;
     }
h2 {
      font-size: 120%;
      margin-left: 20px;
   }
h3 {
      margin-left: 20px;
   }
h4 {
      margin-left: 30px;
   }

li {
      margin-left: 35px; 
      line-height: 1.5em; 
      list-style-type: circle;
     }
dl {
      margin-left: 35px; 
      line-height: 1.5em; 
      margin-right: 50px;
     }
p {
      margin-left: 50px; 
      line-height: 1.3em; 
      margin-right: 50px;
     }
hr {
      margin-left: 20px;
      margin-right: 20px;
     }
img {
      margin-left: 10px;
      border: 0px;
     }
table{
      font-size : small;
      line-height: 1.5em;
     }

div#header
    {
    background:  url("sakuhin/title.gif") repeat;
   	width: 90%;
	height: 60px;
	margin: 5px 5px 32px;
	padding: 0px;
	position: relative;
}

div#left
     { 
       margin-left: 5px;
       width:45%;
       float:left; 
       color: #000000;
       text-align:left;
     }
div#right
     { 
       width:45%;
       float:right; 
       color: #000000;
       text-align:left;
     }
div#center
     { 
       background-color : #ffffff;
       margin-left: 5px;
       clear:both;
       width:90%;
       float:none;
       color: #000000;
       text-align:left;
      }
*.float
      {
         float: left;
         margin-right: 1em;
      }
*.floatclear
      {
         clear: both;
      }