#main_content {
	width: 100%;
	height: auto;	
	margin: 0 auto 0;
	padding: 0;
	overflow: auto;
	display: inline-block;
	z-index: -600;
	float: left;
}
#what_is_the_page_about {
	width: 98%;
	font-family: "Meiryo UI", Geneva, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #006ce2;
	padding: 0 0 5px 0;
	margin: 0 auto 0;
	display: inline-block;
	z-index: -500;
	border-bottom-color: #bdbdbd;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	text-shadow:#cccccc 0px 1px 1px;
	text-align: left;
}
#about_us_content {
	width: 98%;
	height: auto;
	text-align: center;
	font-family: "Calibri Light", Geneva, sans-serif;
	margin: 0 auto 50px;
	padding: 0 0 0 0;
	display: inline-block;
	z-index: -500;
}
#about_us_text {
	width: 96%;
	font-size: 16px;
	color: #555555;
	margin: 12px auto 0;
	padding: 0 auto 0;
	display: inline-block;
	border-bottom: #CDCDCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: justify;
	line-height: 130%;
	z-index: -400;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
from {
	opacity:0;
}
to {
    opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
from {
    opacity:0;
    }
to {
    opacity: 1;
    }
}
.text_wrap_001 {
	width: 28%;
	height: auto;
	float: left;
	margin: 1px 30px 5px 0;
}
.text_wrap_002 {
	width: 19%;
	height: auto;
	float: right;
	margin: 1px 0 5px 15px;
}
.text_wrap_003 {
	width: 19%;
	height: auto;
	float: right;
	margin: 1px 0 5px 30px;
}



