@charset "utf-8";

/* INTRODUCTION
------------------------------------------------------------------------------*/

.introBox {
	margin-top: 15px;
	min-height: 298px;
}

.introBox h3 {
	margin-bottom: 15px;
}

.introBox p {
	width: 375px;
	line-height: 1.75;
	margin-bottom: 25px;
}

#introAbout {
	background-image: url(../images/introduction/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#introMember {
	background-image: url(../images/introduction/bg_member.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#introConsultant {
	margin-top: 15px;
	min-height: 611px;
	background-image: url(../images/introduction/bg_consultant.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#introConsultant p {
	margin-bottom: 0px;
}

.introBox h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.introBox li {
	line-height: 1.75;
}

#consultant_2 {
	margin-top: 25px;
}


/*110330updata*/

.flowBox {
	padding-top: 20px;
}

.flowBox h3 {
	margin-bottom: 15px;
}

.flowBox h4 {
	margin-bottom: 15px;
}

.flowBox p {
	line-height: 1.75;
	margin-bottom: 15px;
}

.flowBox dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-bottom: 20px;
}

.flowBox dt {
	float: left;
	width: 80px;
	padding-left: 20px;
	background-color: #FAEEF1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.flowBox dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.flowBox .dtTwoRows,
.flowBox .ddTwoRows,
.flowBox .dtThreeRows,
.flowBox .ddThreeRows {
	line-height: 1.75;
	padding-top: 7px;
}

.flowBox .dtTwoRows {
	padding-bottom: 31px;
}

.flowBox .dtThreeRows {
	padding-bottom: 52px;
}

.flowBox li {
	line-height: 1.75;
	list-style-position: inside;
	list-style-type: disc;
}


#companyGreeting {
	margin-top: 15px;
	background-image: url(../images/company/bg_companyprofile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#companyGreeting h3 {
	margin-bottom: 15px;
}

#companyGreeting p {
	width: 375px;
	line-height: 1.75;
	margin-bottom: 10px;
}

