/* notices and errors */

#flashMessage{
  background-image: url(/img/flash_msg_back.gif);
  height: 59px;
  width: 520px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-size: 10px;
  line-height: 59px;
  font-weight: bold;
  color: #FFFFFF;
}
.error, .error_message {
  font-size: 10px;
  color: #FF0066;
}
.notice {
  color: #FF0066;
  font-size: 10px;
  background-color: #f4f4f4;
  padding: 0.5em;
  margin: 1em 0;
  display:block;
}

div .under_space{
  margin-bottom :200px;
}

.notice_msg{
  font-size: 12px;
}

.textLeft {
	text-align:left;
	}
.textCenter {
	text-align: center !important;
	}
.textRight {
	text-align:right !important;
	}
.alignCenter {
	text-align:center;
	margin:0px auto !important;
	}


div#areafile_pop_shousai a{
  color:#FF6600;
  text-decoration:underline;
  font-size:12px;
}

div#areafile_pop_shousai a:hover{
  color:#FFC6A0;
  font-size:12px;
  text-decoration:underline;
}

