@charset "utf-8";

/*------------------------------
DL elements
------------------------------*/
.textarea table{
  background:#fff;
  border:1px solid #ccc;
  border-collapse: collapse;
  font-size:0.8em;
}
.textarea th, .textarea td{
  padding:10px 15px;
  text-align:left;
}
.textarea th{
  border-bottom:1px solid #ccc;
  width:100px;
  color:#fff;
  padding-left:1.3em;
  background:url(../images/table-bk.jpg) repeat-y;
  font-weight:bold;
}
.textarea td{
  border-bottom:1px solid #eee;

}

/*------------------------------
h elements
------------------------------*/
h4{
  margin-bottom:10px;
}
h6{
	text-align:center;
	margin-top:20px;
	letter-spacing: 0.1em;
	word-spacing: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom:5px;
	font-weight:bold;
}
.top_m {
	margin-top: 15px;
}

