@charset "ECU-JP";

.style1 {color: #f5842a}
.style2 {color: #f8bb36}

#mainimg{
  position: relative;
  width: 792px;
  height: 292px;
  margin: 5px 0px 0px 0px;
  overflow: hidden;
  background-color: #666;
  border-radius: 5px;
}
#mainimg img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 792px;
  height: 292px;
}
