#head {
  position: relative;
  width: 760px;
  text-align: left;
  margin-top: 10px;
  border-bottom: 3px solid #FF1401;
}

#head #logo {
  top: 0;
}

#head #desc {
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 26px;
  font-weight: bold;
}

#main {
  width: 740px;
}

#main div {
  position: relative;
  margin-top: 50px;
  text-align: left;
  font-size: 14px;
  line-height: 180%;
  padding: 20px 0px 0px 220px;
  background: transparent url(/images/common/cry_big.jpg) 100px 0px no-repeat;
}

#main div h2 {
  font-size: 16px;
  color: red;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}

#main div p {
  margin: 40px 0 20px;
}

#main div ul {
  margin: 0 0 0 50px;
  list-style-type: decimal;
}

#main div a {
  color: red;
}
