@charset "utf-8";
.pageTitle {
	text-align: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#about #aboutList p {
	margin-bottom: 20px;
}

#about #aboutList ul {
	margin-bottom: 30px;
}

#about #aboutList ul li {
	margin-bottom: 10px;
}

#about #aboutProgram {
	margin-bottom: 30px;
}

#about #aboutProgram img {
	margin-bottom: 10px;
}

#about #aboutProgram div p {
	margin-bottom: 15px;
}

#aboutDetail table {
	margin: 0 10px 20px;
  font-size: 12px;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#aboutDetail table .title {
	background: #ddd;
	text-align: center;
}

#aboutDetail table th {
	font-weight: normal;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#aboutDetail table .title td {
	background: none;
}

#aboutDetail table td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	height:50px;
}

#aboutDetail table td {
	background: url(../img/icon.gif) no-repeat 5px center;
	background-size:7px 15px;
	padding-left: 15px;
}

#aboutDetail table td a {
	text-decoration:underline;
}