/*---------------------------
 * attention
 *---------------------------*/
#attention{
  width: 90%;
  margin:5% auto;
  text-align:left;
  line-height: 1.3;
  color:#eee;
}
#attention H3{
  font-size: 16px;
  text-align: center;
  height: 40px;
}
#attention .attentionBody{
  text-align: left;
}
#attention A{color:#FEDFDF;text-decoration: underline;}
/*---------------------------*/
#attention OL LI{
  list-style-type: decimal
}
#attention UL LI{
  list-style-type: disc;
}
#attention LI{
  margin: 0 0 0 20px;
}
#attention UL LI.noMark{
  list-style-type: none;
}
#attention UL.attentionLink{
  margin: 30px 0 0;
}
/*---------------------------*/
#attention #attentionTable{
  margin: 15px auto 20px auto;
  text-align:center;
}
#attention #attentionTable TABLE,
#attention #attentionTable TH,
#attention #attentionTable TD{
  border-collapse: collapse;
  border: solid #eee 1px;
  color:#eee;
}
#attention #attentionTable TABLE{
  margin:0 auto;
  padding: 0;
}
#attention #attentionTable TH{
  width: 90px;
  _width:100px;
  padding: 5px;
  text-align:center;
  vertical-align:middle;
  color:#eee;
}
#attention #attentionTable TD{
  width:100%;
  padding: 5px;
  text-align:left;
  vertical-align:middle;
}
#attention #attentionTable IMG{
  width: 88px;
  height: 31px;
  vertical-align:middle;
}
#attention #attentionTable #tablehdr{ width: 100%; }

/*---------------------------*/
#attention .attentionLine{
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 10px auto;
  border-top: 1px dashed #eee;
}

/*---------------------------
#attention_tbl
 *---------------------------*/
#attention_tbl{
  width:80%;
  margin: 0 auto;
}
#attention #attention_tbl TABLE{
  margin: 10px auto 20px;
  border-collapse: collapse;
  border: 1px solid #eee;
  color:#eee;
}
#attention #attention_tbl TH,
#attention #attention_tbl TD{
  padding:3px 5px;
  border: 1px solid #eee;
}
#attention #attention_tbl TH{
  text-align:center;
  color:#eee;
}
#attention #attention_tbl TD{
  font-size: 12px;
}
#attention #attention_tbl TD.frame_left_btm{
  padding: 5px;
  text-align:center;
  vertical-align:middle;
}
#attention #attention_tbl IMG{
  border: 0;
  width: 88px;
  height: 31px;
  vertical-align:middle;
}
/*---------------------------*
#environment
*---------------------------*/
#attention #isp_environment{
  text-align:center;
}
#environment{
  width:80%;
  margin: 0 auto;
}
#environment #environment_list{
  margin-top: 10px;
  text-align: left;
}
#environment #environment_list EM{
  font-weight: bold;
  font-size: 1em;
  font-style: normal;
}
#environment #environment_list UL{
  margin: 3px 0 10px 30px;
}
#environment #environment_list LI{
  margin: 0px auto 3px;
}
#environment #environment_list LI.noMark{
  margin: 0px auto 3px 8px;
  list-style: none;
}
