body{text-align : center;
     margin : 0px;}

h1{text-align : left;
   margin : 0px;
   padding : 5px;
   background : #333;
   color : #eee;}
h2{text-align : left;
   margin : 0px;
   padding : 0px;
   background : #333;
   color : #eee;}
  
p{text-align : left;
  line-height: 1.5;
  margin : 0px;
  background-image: url("image/p.gif");
  background-repeat:no-repeat;
  padding : 5px;
  padding-top : 15px;
  padding-bottom : 15px;}
    
  
td{width : 138px;
   height : 120px;
   text-align : center;}

div#contents{width : 780px;
             height : 600px;}

div#menu{width : 780px;
         background:#111;}

div#left{float : left;
         width : 210px;
		 background : #111;}

div#right{float : right;
          width : 560px;
		  margin : 5px;
		  text-align : right;
		  background : #111;}

div#button{margin : 5px;}

div#footer{color : #eee;
           margin : 5px;}
		   
.link{border-left : solid 5px #f33;
      padding : 5px;
      text-decoration : none;
      color : #333;}

a#company{color : #f00;
          font-weight : bold;
		  font-size : large;}
