.contentTitle {
	margin: 20px 0 10px 0;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	padding: 2px 0 2px 0;
}


.contentTitle h1 {
	padding: 30px 0 28px 18px;
	font-size: 130%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}




.contentBody h2 {
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	font-size: 130%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 65px;
}

#content-center2-2 h2 {
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 18px 0 8px 65px;
	margin: 20px 0 20px 0;
	color: #ffffff;
	font-size: 130%;
}


.contentBody h3 {
	background-image: url("../images/bg-h3.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px;
	padding-left: 55px;
	font-size: 110%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-shadow: 1px 1px 3px #fff; 
	color:#463A3A;
}

.contentBody h4 {
	background-image: url("../images/bg-h4.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin: 8px 0 8px 0;
	padding: 1px 0 1px 25px;
	font-size: 130%;
}


@media (max-width: 768px) {


.contentTitle h1 {
	padding: 20px 0 18px 18px;
	font-size: 130%;
	line-height : 130%;
}
.contentTitle h2 {
	font-size: 130%;
}

.contentBody h2 {
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 18px 0 8px 65px;
	margin: 15px 0 10px 0;
	color: #ffffff;
	font-size: 108%;
}



#content-center2-2 h2 {
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 18px 0 8px 55px;
	margin: 20px 0 20px 0;
	color: #ffffff;
	font-size: 108%;
}





.contentTitle h3 {
	font-size: 108%;
}

}





.contentBody p,
.contentBody ol,
.contentBody ul {
}
.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}
.contentBody ul {
  list-style: disc;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table[border] {
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
}
.contentBody table[border] th {
  font-weight: normal;
}


/* Color Definition
================================================== */

.red{
  color: red;
}

