@import url(idea-new.css);
BODY{
  background-color: #cccccc;
  color: #000033;
  text-align: center;
  width : 730px ;
  font-size: 9pt;
}
.contents{
  width : 730px ;
  margin: auto ;
  background-color:#f6f6f6;
  text-align: left;
}
.main{
  width: 550px;
  float: right;
  padding: 10px;
  list-style-type : square;
}
.side {
  width: 150px;
  float: left;
  color : #f7f7f7;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-top: 10px;
}
.header{
  width : 730px ;
}
.header img{
  margin : 0px ;
}
.footer{
  width : 730px ;
  clear: both ;
}
.table1{
  table-layout: fixed;
}
.table2{
  table-layout: auto;
}