@charset "UTF-8";
/* CSS Document */

header {
	background: url(images/bg_header.jpg) #fff left top no-repeat;
}

/*
b.header text
*/
.header_text {
	margin-top:57px;
	margin-left:96px;

}
.header_text ul {
	margin-top:13px;
	margin-left: 20px;
}
.header_text ul li {
	list-style-image: url(/pages/about_us/images/list_arrow.png);
	padding-left:3px;
	padding-bottom:6px;
}
.header_text ul li a {
	font-size: 1.2em;
	color: #fff;
}
/*
e.header text
*/
.body {
	margin-top:0;
}
.body p {
	line-height: 1.8em;
	text-align:justify;
	text-justify:inter-word;
}
section {
	padding-bottom:30px;
}
.boxWhite {
	background:url(/pages/about_us/images/bg_header.jpg) #fff left top no-repeat;
}

.row {
	overflow:hidden;
	height:auto;
	margin:0 60px;
}
.rowLeft {
	float:left;
	width:330px;
}
.rowRight {
	float:left;
	padding:20px 30px;
	width:490px;
	background:#f0f0f0;
	text-align:left;
}
.p10, .p20, .p30, .p40, .p50, .p60 {
	padding-bottom:10px;
}
.p11, .p12, .p21, .p31, .p41, .p42, .p43, .p51, .p61 {
	padding-bottom:20px;
}
