/* CSS Document */
/*
#bg {
background-image:url(../img/bg.gif);
background-repeat:repeat-x;
height:89px;
}*/

body {
  background-color: #ffffff !important;
}

#header_uriapa {
  background-image: url("../img/bg.gif");
  background-repeat: repeat-x;
  text-align: left !important;
}

#ttl1_uriapa {
  background-image: url("../img/title1.gif");
}

#headArea_uriapa {
  margin-bottom: 10px;
}

.result th {
  background-color: #d8d8d8 !important;
}

.toiawase {
  margin-top: 10px !important;
}

.bnr_t {
  background-color: #060;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 6px 12px;
}

#contents {
  width: 100%;
}

/****/

.fr {
  float: right;
}
.fl {
  float: left;
}

.ofh {
  overflow: hidden;
}

.ml30 {
  margin-left: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
