/* ----------------------------------------- */
/* ポップアップ用書式設定 2008.03.08         */
/* ----------------------------------------- */

#pop_owin {
  position: absolute;
  display: block;
  display: table-cell;
  visibility: hidden;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 100;
}

td.pop_title {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px 0px 4px;
}

td.pop_close {
  padding: 0px 1px;
}

/* 枠装飾用 */

.pop_box1{
  border: solid 1px #666666;
  position: absolute;
  display: block;
  display: table-cell;
  visibility: hidden;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 150;
}
.pop_box2{
  font-weight: bold; font-size: 14px;
  border: solid 1px;
  border-color: #ffffff #999999 #999999 #ffffff;
  padding: 2px 1px 1px 1px; background-color: #dddddd;
}
.pop_box3{
  border: solid 1px;
  border-color: #999999 #ffffff #ffffff #999999;
  margin-top: 2px;
}
.pop_box4{
  font-weight: normal; font-size: 13px;
  border: solid 1px #666666;
  padding: 2px; background-color: #ffffff;
}

