*.logbox
      {
	border: 1px none #808080;
	width: 100%;
	height: 160px;
	padding: 0.2em;
	overflow: auto;
      }
#g_menu li a {
  display: block;
}
#g_menu li.g_menu_1 {
    width: 163px;
}

#top_news {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

#top_news dl {
  display: table-row;
  margin: 0;
  padding: 0;
  width: 100%;
}

#top_news dt,
#top_news dd {
  display: table-cell;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
  margin: 0;
}

#top_news dt {
  font-weight: normal;
  text-align: left;
  width: 120px;
  padding-left: 22px;
}
#top_news dd {
margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 4px !important;
}