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

h1,h2,p,dt,dd{
  text-align: left;
  color:#333;
  }

#content_wrap{
  width: 970px;
  margin: 0 auto;
  padding-top: 40px;
  }
  
#content_wrap h1{
  border-bottom: 2px solid #333;
  font-size: 30px;
  padding: 0px 0px 15px 0px;
  margin-bottom: 30px;
  color: #333;
  }
  
#content_wrap .main_img{
  margin-bottom: 30px;
  }  

#content_wrap .con_inner{
  margin-bottom: 50px;
  }

#content_wrap h2{
  border-left: 5px solid #026BC1;
  border-bottom:1px dotted #333;
  font-size: 20px;
  padding: 3px 0px 5px 8px;
  margin-bottom: 20px;
  color: #333;
  }  
  
#content_wrap .day{
  font-size: 13px;
  }
  
#content_wrap .content_list dt{
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 5px;
  }

#content_wrap .content_list dd a{
  display: inline-block;
  padding-left: 32px;
  background: url(/mcommon/img/btn_dls.gif) no-repeat -8px center;
  }

#content_wrap .content_list dd{
  margin-bottom: 10px;
  }
  
#content_wrap .history{
  padding-top: 10px;
  margin-left: 10px;
  }

#content_wrap .history a{
  display: inline-block;
  padding-left: 20px;
  background: url(/pcommon/img/ya_s1.gif) no-repeat left 4px;
  }
  
  
  
  
  
  
  
