@charset "utf-8";

.error_list,
.error-list
{
  color:red;
}

.message_list,
.message-list
{
  color: green;
}

.emwidget-inputtext,
.emwidget-textaera
{
  width : 80%;
}

.emwidget-textaera
{
  height: 10em; 
}

body
{
  margin:    0;
  padding:   0;
  background-color: #ACACAC;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, Helvetica, sans-serif;
  font-size: small;
  color : #444444;
  background-image: url( ../images/bg-body.gif );
  background-repeat: repeat-x;
  position: top;
}


