@CHARSET "UTF-8";

table {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table caption {
  margin-top: 1em;
  text-align: left;
}

table th,
table td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table td{
	padding: 15px;
	line-height: 1.7em;
}

table td img{
	margin-right: 15px;
}


table tr{
  background: #FFF;
}

#content h3{
	font-size: 1.2em;
	border-bottom: solid 1px #FF8BA6;
	border-left: double 6px #FF8BA6;
	padding-left: 5px;	
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: both;