#infoArea .date {
	text-align: right;
	font-size: 85%;
	margin-bottom: 20px;
}

#infoArea .mainText {
	margin-bottom: 30px;
}

#infoArea .img01 {
	text-align: center;
	margin-bottom: 30px;
}

#infoArea p, #infoArea div {
	margin-bottom: 1em;
}

#infoArea pre {
  white-space: normal;
  font-family: inherit;
  margin: 0;
  padding: 0;
  overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
}

#infoArea pre span {
    display: block;
    margin-bottom: 1em;
    font-size: 1rem;
}


#infoArea a {
	text-decoration: underline !important;
}


#infoArea .mainText h1 {
	background: url(/images/common/bg_title02_cat0.png) no-repeat left center #ebebeb;
	border-radius: 0.25em;
	padding: 1em 2em;
	margin: 1em 0;
	font-size: 1.6em;
	font-weight: 800;
}

#infoArea .mainText h2 {
	margin-bottom: 1.5em;
	padding: 1.5rem 0 1.5rem 2rem;
	color: #009f8a;
	font-size: 1.5em;
	border-left: 12px solid #009f8a;
}

#infoArea .mainText h3 {
	background: url(../images/common/bg_title02.gif) no-repeat left center #ebebeb;
	border-radius:3px;
	padding:12px 12px 12px 30px ;
	margin-bottom:20px;}

#infoArea .mainText h4 {
    padding-left: 20px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-left: 1em solid #009f8a;
}

#infoArea table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

#infoArea table th,
#infoArea table td {
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	line-height: 1.4;
}

#infoArea table th {
	background:#fbffe7;
	font-weight:normal;
}


#infoArea ul, #infoArea ol {
	text-indent: -2em;
	margin:  0 0 1em 2em;
	line-height: 1.4;
}

#infoArea ul li {
	list-style: disc;
	padding-left: 2em;
}
#infoArea ol li {
	list-style: decimal;
	padding-left: 2em;
}

#infoArea blockquote {
	padding: 2em 1em 1em 1em;
	margin: 1em 1em 1em 1em;
	background: #eeeeee;
}