body{
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;	
	
}
.contentBody{
	line-height: 1.2em;
}
.contentBody h2{
    font-size: 1.25em;
    color: #222222;
    font-weight: bold;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background-color: #FFEB71;
}


.contentBody h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}
/*
.contentBody h2:before{
	content: url(../images/h2-l.png);
position: relative;
	top:-10px;
}
.contentBody h2:after{
	content: url(../images/h2-r.png);
position: relative;
	top:10px;
}
*/
.contentBody h3 {
	margin: 2em 0 1em;
	padding-right: 10px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 2px solid #FF9333;
	color: #604C3F;
	font-size: 1.08em;
	background-repeat: no-repeat;
	background-image: url(../images/h2arrow.png);
	border-radius: 30px;
	background-position: 5px center;
	font-weight: bold;
}

.contentBody h4 {
  margin: 2em 0 1em;
  padding: 0 10px;
  color: #004383;
  font-size: 1.05em;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}

.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}

.contentBody ul {
  list-style: disc;
  padding-left: 1.5em;
}
.contentBody li {
padding-bottom: 1.2em;
}

.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] {
  border: 1px solid #ccc;
}

.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
  border: 1px solid #ccc;
}

.contentBody table[border] th {
  font-weight: normal;
}

.contentBody table {
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  margin: 1rem 0;
}
.contentBody table thead,
.contentBody table tbody,
.contentBody table tr,
.contentBody table th,
.contentBody table td {
  border: inherit;
}

/* Color Definition
================================================== */
.red {
  color: red;
}

.style1{
	font-size: 150%;
}

.style2{
	font-size: 90%;
}

