*{
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 14px;
  color: #535353;
}

h1{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}

h2{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

p{
  margin-bottom: 10px;
  line-height: 20px;
  max-width: 750px;
}

ul{
  margin-left: 15px;
  list-style: disc;
}

li{
  margin: 5px;
  max-width: 750px;
}


.header{
  width: 100%;
  height: 53px;
  background: url(img/top.jpg) #000 top left no-repeat;
}

.ver{
  position: absolute;
  top: 95px;
  left: 570px;
  font-weight: 900;
  font-size: 11px;
  color: #ff873d;
}


.menu_main{
  float: right;
  height: 53px;
  width: 75px;
  line-height: 50px;
  color: #fff;
}

.menu_main a{
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}

.box{
  float: left;
  width: 399px;
  height: 492px;
  margin: 20px 20px 0 20px;
}

.precontent{
  float: left;
  width: 399px;
  height: 492px;
  margin: 20px 20px 0 20px;
  padding: 20px;
}

.content{
  clear: both;
  margin: 0 0 100px 40px;
  width: 900px;
}

.footer{
  margin: 10px 20px 0 20px;
  padding:10px 5px;
  border-top: solid 1px #8C8C8C;
}



.plugin{
  clear: both;
  margin-top: 20px;
}


.plugin_image{
  float: left;
  width: 60px;
  text-align: center;
  padding-top: 5px;
}

.plugin_content{
  float: left;
  margin-left: 20px;
}

.plugin_header{
  font-size: 16px;
  font-weight: 900;
}

.desc{
  font-size: 12px;
  color: #737373;
}


.recalls li{
  line-height: 25px;
}

.recalls ul{
  list-style: none;
  margin-left: 2px;
}













