/*******************************************
MENU
-------------------------------------------
contents
********************************************/
/*===========================================
body
===========================================*/
#body {
	width:929px;
	padding:10px 0px 0px 24px;
}
/*===========================================
right
===========================================*/
#right {
	margin-left:16px;
	width:144px;
	background-color:#F0F0F0;
	float:left;
}
#right #banner {
	background-color:#F0F0F0;
	padding:10px;
}
/*===========================================
left
===========================================*/
#left {
	float:left;
	width:745px;
	border-right:1px solid #E5E5E5;
	margin-bottom:20px;
}
#left h2 {
	margin-bottom:20px;
}
.main_cnt {
	width:700px;
	float:left;
	margin:20px 0px 10px 28px;
	display:inline;
}
.main_cnt_title {
	width:700px;
	float:left;
	border-bottom:1px solid #E5E5E5;
	display:inline;
}
.main_cnt_title h3 {
	margin-bottom:8px;
	padding:5px 0px 5px 10px;
	border-left:5px solid #EF9500;
	font-size:12px;
}
.cnt_box{
	margin-top:20px;
	position:relative;
	width:700px;
	float:left;
	background:url(../images/corporation/dot_bkimg.jpg) no-repeat;	
}
.cnt_lf {
	width:115px;
	float:left;
}
.cnt_rt {
	width:585px;
	float:left;
}
.main_cnt p {
	line-height:20px;
	padding-bottom:12px;
}