@charset "Shift_JIS";


/* page style */
.both {
  clear:both;
}


/* text editer style */
.redit_field {
  display:block;
  position:relative;
  margin-bottom:2px;
}
.redit_field,
.redit_field th
.redit_field td {
  font-size:12px;
}
.redit_field .tool_button_cell {
  background:#e8e8f0 url(../img/bg_toolbar.jpg) repeat-y right center;
}
.redit_field .tool_button {
  width:100%;
}
.redit_field .tool_button .inner {
  padding:1px 0 0 1px;
  line-height:2px;
}
.nobr {
  float:left;
  display:block;
  white-space:nowrap;
  padding-right:6px;
  background:transparent url(../img/separate.gif) no-repeat right center;
}
.redit_field .tool_button img {
  margin:1px;
}
.redit_field .border_inset {
  border-left:solid 1px #aab;
  border-top:solid 1px #aab;
  border-right:solid 1px #fffff8;
  border-bottom:solid 1px #fffff8;
}
.redit_field .border_outset {
  border-left:solid 1px #fffff8;
  border-top:solid 1px #fffff8;
  border-right:solid 1px #aab;
  border-bottom:solid 1px #aab;
}
.mode_btn_field {
}
.mode_btn_field td {
  white-space:nowrap;
}
.mode_btn_field td input {
  margin:0;
  padding:0;
  width:80px;
  height:20px;
  border:0px;
  vertical-align:baseline;
  letter-spacing:-1px;
  color:#369;
}
.mode_btn_cell {
  text-align:left;
  width:170px;
  vertical-align:top;
}
.mode_rich_btn {
  font-size:12px!important;
  height:20px!important;
  background:transparent url(../img/btn_off.gif) no-repeat left top;
}
.mode_text_btn {
  font-size:12px!important;
  height:20px!important;
  background:transparent url(../img/btn_on.gif) no-repeat left top;
  cursor:pointer;
}
.tab_space {
  width:50px;
  text-align:right;
  vertical-align:top;
}
.tab_space img {
  cursor:pointer;
}
.tool_menu_win {
  position:absolute;
  height:auto;
  background:#b0b0b8;
  color:white;
  font-size:14px!important;
  font-weight:bold!important;
  line-height:24px!important;
  cursor:move;
  padding-top:5px!important;
  text-align:center;
  z-index:900;
}
.tool_menu_win iframe {
  margin:5px auto 0 auto!important;
}
.license {
  font-size:10px;
  font-family:"MS Serif",sans-serif;
  line-height:10px;
  text-align:right;
  color:#abc;
}
#reditSource {
  clear:both;
  display:block;
  width:100%;
  padding:77px 0 78px 0;
  text-align:center;
  color:#9ab;
  font-size:12px;
  border:solid 1px #9ab;
}
