a {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

img {
  margin: 10px 0; border: 0; padding: 0;
}

a#flag {
  display: none;
}

#blue_nav {
  display: none;
}

a.grey_links {
  display: none;
}

/* make the top link invisible to everything but basic browsers - invisible to print */

.top_link {
  display: none;
}

/* Remove or alter various page elements for print */

/* contact_info_ja.html */

#cool24_toiawase {
  display: none;
}

#global24_toiawase {
  display: none;
}

/* global24_ja.html */

p.warnings {
  font-size: 10px;
}

/* index.html */

.more {
  display: none;
}

/* Alter the appearance of tables for print */

/* #confirmation_table */

#confirmation_table {
  margin: 0; border: 1px solid #AAAAAA;
  border-collapse: collapse;
  table-layout: auto;
  width: 98%;
}

#confirmation_table td {
  padding: 5px;
  text-align: left;
}

#confirmation_table td.confirmation_left {
  width: 40%;
}

#confirmation_table td.confirmation_right {
  width: 60%;
}

/* #contact_info_table */

#contact_info_table {
  border: 0;
  table-layout: auto;
  empty-cells: show;
  position: relative;
  width: 98%;
}

#contact_info_table td {
  border: 0;
  vertical-align: top;
}

#contact_info_table td.left_cells {
  width: 25%;
}

#contact_info_table td.right_cells {
  width: 75%;
}

/* .cool24_table - takes advantage of all the tables being in cool24_bottom_div */

#cool24_bottom_div table.cool24_table { /* i.e. all tables of the class .cool24_table within the id cool24_bottom_div */
  border: 0;
  table-layout: auto;
  empty-cells: show;
  width: 98%;
}

#cool24_bottom_div td {
  border: 1px solid #AAAAAA; padding: 2px;
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

#cool24_bottom_div th {
  border: 1px solid #AAAAAA; padding: 2px;
  width: 99%;
  text-align: center;
  vertical-align: middle;
  background-color: #AAAAAA;
  font-weight: bold;
}

#cool24_bottom_div td.table_heading {
  background-color: #AAAAAA;
  font-weight: bold;
}

/* #employment_table */

#employment_table {
  border: 0;
  table-layout: auto;
  empty-cells: show;
  position: relative;
  width: 98%;
}

#employment_table td {
  border: 0; padding: 5px;
  line-height: 20px;
  vertical-align: top;
}

#employment_table td.left_cells {
  width: 25%;
  font-size: 14px;
  text-decoration: underline;
}

#employment_table td.right_cells {
  width: 75%;
}

/* the global24 hidden comparison tables */

table.hidden_table {
  position: relative;
  border: 0;
  table-layout: auto;
  empty-cells: show;
  width: 98%;
}

table.hidden_table th {
  border: 1px solid #AAAAAA; padding: 2px;
}

/* #global24_table */

#global24_table {
  margin: 0; border: 0; padding: 0;
  border-collapse: separate;
  table-layout: fixed;
  empty-cells: show;
  width: 98%;
}

#global24_table td, th {
  border: 0; padding: 3px;
  width: 11%;
}

#global24_table th {
  border: 1px solid #000000; padding: 3px;
  text-align: center;
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
}

#global24_table td {
  text-align: right;
}

#global24_table tr.grey_cell {
  background-color: #C8C8C8;
}

#juuryou {
  vertical-align: middle;
}

#global24_table span.larger {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

/* #index_news_table */

#index_news_table {
  margin: 0; border: 0; padding: 0;
  table-layout: auto;
  border-collapse: separate;
  position: relative;
  width: 98%;
}

#index_news_table td {
  border: 0; padding: 3px;
  text-align: left;
  vertical-align: top;
  line-height: 20px;
}

#index_news_table td.left_cells {
  width: 15%;
}

#index_news_table td.right_cells {
  width: 85%;
}

/* .IR_table */

#IR_content table.IR_table {
  border: 0; margin: 0; padding: 0;
  table-layout: auto;
  background-color: #FFFFFF;
  position: relative;
  left: 60px;
  border-collapse: collapse;
}

#IR_content td {
  line-height: 20px;
}

#IR_content td.left_cells {
  margin: 0; border: 0; padding: 5px;
  border-bottom: 1px #AAAAAA solid;
  width: 130px;
}

#IR_content td.right_cells {
  margin: 0; border: 0; padding: 5px;
  border-bottom: 1px #AAAAAA solid;
  width: 445px;
}

#IR_content td.left_no_border {
  margin: 0; border: 0; padding: 5px;
  width: 130px;
}

#IR_content td.right_no_border {
  margin: 0; border: 0; padding: 5px;
  width: 445px;
}

/* #news_table */

#news_table {
  margin: 0; border: 0; padding: 0;
  table-layout: auto;
  empty-cells: show;
  background-color: #FFFFFF;
  border-collapse: separate;
  width: 98%;
}  

#news_table td {
  border: 0; padding: 5px;
  vertical-align: top;
  text-align: left;
  line-height: 20px;
}

#news_table td.left_cells {
  font-size: 14px;
  font-weight: bold;
  width: 15%;
}

#news_table td.right_cells {
  width: 80%;
}

/* table for all 4 toiawase form pages */

#toiawase_table {
  margin: 0; border: 0; padding: 0;
  table-layout: auto;
  width: 98%;
}

#toiawase_table td {
  border: 0; padding: 5px;
  text-align: left;
  width: 99%;
}