.contentTitle {
	padding: 20px 10px 0 30px;
	margin-bottom: 30px;
	border-bottom:double 3px #eb6101;
}


.contentTitle h1 {
	padding: 0 0 0 0;
	font-size: 200%;
	font-weight: lighter;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

.contentDescription{
	display: none;	
	}

.contentHeader .date{
	margin-top: 5px;
text-align:right;
}
.contentBody h2 {
	font-size: 130%;
	font-weight: lighter;
	color: #eb6101;
	text-align: left;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}




.contentBody h3 {
	font-size: 120%;
	font-weight: lighter;
	text-align: left;
	background-image: url(../images/bg-h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}



.contentBody {
	font-size: 100%;
	line-height: 140%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}

.contentBody ol,
.contentBody ul {
  margin: 10px 0 10px 30px;
}

.contentBody p{
	margin: 10px 0 10px 0;
}




.contentBody ol {
  list-style: decimal;
}
.contentBody ul {
  list-style: disc;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.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 {
  background-color : #eee;
}

.contentBody table th,
.contentBody table td {
  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: bold;
}




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

.red{
  color: red;
}



@media (max-width: 768px) {

.contentTitle {
	padding: 20px 10px 0 10px;
	margin-bottom: 30px;
	border-bottom:double 3px #eb6101;
}


.contentTitle h1 {
	padding: 0 0 0 0;
	font-size: 125%;
	font-weight: lighter;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

.contentHeader .date{
	margin-top: 0px;
text-align:right;
}


.contentBody h2 {
	font-size: 115%;
	color: #eb6101;
	font-weight: lighter;
	text-align: left;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}







.contentBody h3 {
	font-size: 115%;
	font-weight: lighter;
	text-align: left;
	background-image: url(../images/bg-h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}




}



