@charset "utf-8";


div.counterfeit {
    border: #bcbcc2 1px solid; 
    margin:0px 0px;
    width: 690px; 
    height: 160px; 
}


/*=============================================================================
  reset area 
=============================================================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, pre, a, address, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-style: normal;
  font-weight: normal;
}
ol, ul {
 list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}

/*=============================================================================
  anchor & anchorImage
=============================================================================*/
a:link {
  color: #003366;
  text-decoration: none;
}
a:visited {
  color: #003366;
  text-decoration: none;
}
a:hover {
  color: #003366;
  text-decoration: underline;
}
a:active {
  color: #003366;
  text-decoration: underline;
}

/*=============================================================================
  news
=============================================================================*/
#newsAreas {
  width: 660px;
}

#newsAreas table {
  margin: 0;
  border-collapse: separate;
  *border-collapse:collapse; /* for IE6,7 */
  *border-spacing:0;
  empty-cells:show;
  border: none;
}

#newsAreas table th {
  padding: 4px 8px 4px 28px;
  background: url(../../img/listmark_linklist.gif) no-repeat 8px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 80px;
  color: #FF0000;
  line-height: 1.5;
}

#newsAreas table td {
  padding: 4px 8px 4px 8px;
  text-align: left;
  vertical-align: top;
  font-size: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: 1.5;
}


