@charset "utf-8";
/* CSS Document */

 
.sem_top{
  width:690px;
  height:auto;
  margin-bottom:20px;
  }
  
.sem_contens{
   width:680px;
   height:auto;
   padding-left:5px;
   }

.sem_h1{
  width:680px;
  height:auto;
  font-size:100%;
  font-weight:bold;
  margin-bottom:25px;
  }
  
.sem_h2{
  width:325px;
  height:auto;
  font-size:100%;
  font-weight:bold;
  color:#FF0000;
  margin-top:5px;
  margin-left:5px;
  margin-bottom:10px;
  padding-left:10px;
  border-left: medium solid #FF9900;

  } 
  
.sem_box{
  width:610px;
   height:200px;
  margin-bottom:30px;
  }
  
.sem_boxLeft{
   float:left;
   width:290px;
   height:190px;
   margin-right:30px;
   }

.sem_boxRight{
   float:right;
   width:290px;
   height:190px;
   }
   
.sem_voice{
  width:500px;
  height:auto;
  margin-bottom:10px;
  font-size:100%;
  padding-left:5px;
  }
  
.sem_text{
  width:580px;
  height:auto;
  background:#FFFFCC;
  padding:10px;
  }