@charset "Shift_JIS";

/* ■「エニータウンとは？」ページ */

h3  {
  font-size:  100%;
  margin:  10px 0;
  padding:  5px;
  background:  #eeeecc;
}
h4  {
  font-size:  100%;
  margin:  10px 5px;
  font-weight:  normal;
}
h5  {
  margin:  10px 0 0 0;
  padding:  0 0 5px 0;
  font-size:  100%;  
  color:  #ff6600;
  border-bottom:  dotted 1px #000000;
}

p  {
  margin:  20px 0;
  font-size:  84%;
  line-height:  130%;
}
p.anytown  {
  padding:  10px;
  background:  #eeeedd;
  color:  #ff6600;
  font-size:  84%;
  line-height:  130%;
}
.center  {
  text-align: center;
}