body{
     line-height: 140%;
     font-size: 14px;
     color: #000000;
     margin: 20px 0px 10px 0px;
     background-color: #ffffff;
}

.base{
      width: 750px;
      margin: 0px auto 0px auto;
@@@border: 1px solid #c0c0c0;
}

.header{
        height: 140px;
        padding: 23px 0px 0px 0px;
        background: url("title.gif");
        background-repeat: no-repeat;
}

.center{
        width: 710px;
        float: right;
        font-size: 14px;
        color: #000000;
        padding: 10px 5px 10px 5px;
}


.footer{
        clear: both;
        height: 18px;
        background: url("line.gif");
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-size: 10px;
}

h1{
   height: 10px;
   padding: 0px 0px 0px 130px;
   magin: 0px 0px 0px 0px;
   font-size: 10px;
   color: #808080;
}

h2,h3{
   height: 20px;
   padding: 25px 0px 0px 25px;
   background: url("list-image.gif");
   background-repeat: no-repeat;
   magin: 0px 0px 5px 10px;
   font-size: 16px;
   color: #ff0033;
}

A{
  color : #0066cc;
  font-weight : bold;
}

A:HOVER{
  color: #ff0080;
}