
	
/*--左欄--*/
.sidebar1{
	float:left;
	width:330px;
	height:680px;
	background-image:url(../images/about/sidebar_bg.jpg);
	background-repeat:repeat;
	position:relative;
	text-align:justify;
	}
.title{
	margin:20px;
	font-size:24px;
	color:#FFFFFF;
	}
.lawyer_name{
	margin:10px 11px 10px 20px;
	font-size:18px;
	color:#FFFFFF;
	}
.lawyer{
	margin:10px 11px 10px 20px;
	color:#FFFFFF;
	text-align:justify;
	font-size:14px;
	}
.photo1{
	margin:20px;
	width:280px;
	}
.bar_L{
	background-image:url(../images/bar_yellow.jpg);
	background-repeat:repeat;
	width:330px;
	height:15px;
	}
/*--右欄--*/
.sidebar2{
	float:left;
	margin-left:14px;
	width:595px;
	height:680px;
	background-color:#FFF;
	border-right:#d3d3d3 1px solid;
	border-bottom:#d3d3d3 1px solid;
	position:relative;
	}
.sidebar_p{
	margin-left:45px;
	margin-right:35px;
	color:#464664;
	text-align:justify;
	}
.photo2{
	margin-left:45px;
	width:475px;
	}
.bar_R{
	background-image:url(../images/bar_gray.jpg);
	background-repeat:repeat;
	width:595px;
	height:15px;
	}
.container{
	margin:20px;}
	