/* ライターズガイド - Style コンテンツ用 CSS (contents.css) */

p{
  padding-bottom:7px;
  }

.entry_body{
  line-height:180%;
  padding:5px 0;
  }

table{
  width:542px;
  margin:5px auto;
  }

th{
  width:180px;
  text-align:left;
  padding:3px 5px;
  }


td{
  /*width:356px;*/
  text-align:left;
  padding:3px 5px;
  }


.test{
  width:100px;
  text-align:left;
  padding:3px 5px;
}

.gray{
  background-color:#EDEDED;
  }

.bottom{
  text-align:center;
  padding:5px 0;
  }

.red{
  color:red;
  }

.red02{
  color:red
}