div,td{/*全体の文字サイズ*/
  font-size: 13px;
  }
.box{/*枠全体の幅*/
  width: 400px;
  text-align: center;
  }
.title{/*タイトル部分の設定*/
  width: 384px;
  height: 20px;
  border: solid 1px #28A828;
  padding: 3px;
  text-align: left;
  }
.pot{/*タイトルの両脇の「棒」の設定*/
  width: 8px;
  height: 10px;
  position: relative;
  z-index: 1;
  background-color: #287828;
  margin: 5px 0px 5px 0px;
  font-size: 11px;
  }
.cont{/*内容文の設定*/
  color:339966;
  border: dashed 2px #ADCDBD;
  border-top: none;
  margin: -6px 4px 6px 4px;
  padding:  25px 15px 15px 15px;
  text-align: left;
  }
