/* フレーム */
#dialog_frame {
  position: absolute;
  width: 440px;
  border: 4px solid #000000;
  padding: 0px 0px 0px 0px;
	text-align: justify;
	text-justify: distribute;
	line-height: 105%;
}
/* タイトルバー */
#dialog_titlebar {
  font-size: small;
  background-color: #ffffff;
  color: #ffffff;
  margin: 0px;
  padding: 6px 12px 0px 12px;
  height: 29px;
  background-image: url(../../img/special/titlebar_bg.gif);
	background-color:#ce0202;
}
/* メッセージ領域 */
#dialog_msgarea {
  font-size: small;
  color: #ededed;
  background-color: #ce0202;
  margin: 0px;
  padding: 2px 20px 20px 20px;
}
/* ボタン領域 */
#dialog_btnarea {
  font-size: small;
  background-color: #000000;
  color: #4c4c4c;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  height: 39px;
  text-align: center;
}
/* ボタン */
#dialog_btnarea .btn {
  margin-left: 12px;
  margin-right: 12px;
}
/* シャドー・マスク */
#dialog_shadow {
	width: 100%;
	height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  filter: alpha(opacity=60);  /* Internet Explorer用 */
  -moz-opacity: 0.6;          /* FireFox用 */
  opacity: 0.6;               /* Safari用 */
}
