@charset "utf-8";
@import url(parts.css);
/* CSS デフォルト */
h3{
  margin:220px 0 20px 10px;
}
h4{
  font-size:1.4em;
  border-bottom:1px solid #7ec256;
  margin:0 0 1em;
}
#contents table{
  font-size:1em;
  width:410px;
  margin:0 10px;
  border-collapse:collapse;
  border:1px solid #cdc;
}
#contents table p{
  margin:0;
  padding:0;
}
#contents th,
#contents td{
  padding:0.3em 0.5em;
  font-size:1.0em;
  border-top:1px solid #ded;
}
#contents th{
  width:20%;
  font-weight:normal;
  border-right:1px solid #cdc;
  text-align:left;
  background:#efe;
}
#contents td{
  width:80%;
  font-weight:bold;
}
#contents p{
  text-indent:0;
  padding:0 0 0 1em;	
}
