@charset "UTF-8";
@media all{
  table {margin-left:auto; margin-right:auto;}
  #col1_content td {
    text-align:center;
    vertical-align:middle;
    width: 210px;
    height: 100px;
  }
  #col1_content td.Class1 {
    border-right:1px dotted #C0C0C0;
    border-bottom:1px dotted #C0C0C0;
  }
  #col1_content td.Class2 {
    border-bottom:1px dotted #C0C0C0;
  }
  #col1_content td.Class3 {
    border-right:1px dotted #C0C0C0;
  }
  #col1_content td.Class4 {
    padding:20px;
  }
  #col1_content td.Class5 {
    border-left:1px dotted #C0C0C0;
    border-bottom:1px dotted #C0C0C0;
  }
  #col1_content td.Class6 {
    border-left:1px dotted #C0C0C0;
    border-top:1px dotted #C0C0C0;
  }
  #col1_content td.Class7 {
    border-left:1px dotted #C0C0C0;
  }
 #col1_content ul li {margin-bottom:10px;}
}

