@charset "utf-8";
/* company css */

#main {
	padding-left: 2.5px;
	width: 707px;
	height: auto;
	margin-bottom: 15px;
}
#main .mainboxHead {
	background-image: url(../images/mainbox_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 705px;
}
#main .mainBody {
	background-image: url(../images/mainbox_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 874px;
	width: 705px;
}
#main .mainBody h5 {
	height: 80px;
	width: 580px;
	padding-left: 40px;
	padding-top: 10px;
	margin-bottom: 15px;
	display: block;
}
#main .mainBody .staff {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 60px;
}
#main .mainBody .text {
	padding-bottom: 10px;
	margin-left: 60px;
	margin-bottom: 10px;
}
#main .mainBody table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #6666CC;
	border-left: 1px solid #6666CC;
	margin-bottom: 25px;
}
#main .mainBody table th#head {
	background-color: #6666CC;
	color: #FFFFFF;
	font-weight: bold;
}
#main .mainBody table td#text {
	width: 400px;
}

#main .mainBody table th {
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C2D6FE;
	width: 250px;
	border-right: 1px solid #6666CC;
	border-bottom: 1px solid #6666CC;
	font-size: 1.2em;
	font-weight: normal;
}
#main .mainBody table td {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #6666CC;
	border-bottom: 1px solid #6666CC;
	font-size: 1.2em;
	width: 250px;
}
#main .mainBody p {
	font-size: 1.1em;
	padding-left: 70px;
	margin-bottom: 25px;
}
#main  .mainBody  #staff_banner {
	width: 600px;
	padding-left: 0px;
	margin-left: 52px;
}
#main  .mainBody  .volunteerTxt {
	width: 570px;
}
#main .mainBody .bold {
	font-weight: bold;
	margin-bottom: 10px;
}
#main .mainBody #volunteer {
	width: 500px;
	margin-right: 70px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main  .mainBody  #volunteer td {
	font-size: 1.1em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main   .mainBody   #volunteerTxt02 {
	margin-left: auto;
	width: 520px;
	margin-right: auto;
}
#main .mainBody ul {
	margin-left: auto;
	padding-bottom: 40px;
	width: 400px;
	margin-right: auto;
	display: block;
}
#main .mainBody ol {
	padding-left: 25px;
	float: left;
}
#main  .mainBody  #contact  {
	clear: both;
	height: 43px;
	width: 258px;
	margin-left: 150px;
}
#main .mainBody #offer {
	width: 500px;
	margin-right: 70px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
}
#main .mainBody #offer th {
	background-color: #FFFFFF;
	width: 100px;
	font-size: 1em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main .mainBody #offer td {
	font-size: 1em;
	width: 400px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}










#main .mainboxFoot {
	background-image: url(../images/mainbox_foot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 705px;
}
