/*--左欄--*/
.sidebar1{
	float:left;
	width:265px;
	height:600px;
	background-image:url(../images/service/sidebar_bg.jpg);
	background-repeat:repeat;
	position:relative;
	text-align:justify;
	}
.welcome{
	margin:30px 20px 10px 20px;
	color:#FFFFFF;
	text-align:justify;
	}
.bar_L{
	background-image:url(../images/bar_yellow.jpg);
	background-repeat:repeat;
	width:265px;
	height:15px;
	}
.title{
	margin:20px;
	font-size:24px;
	color:#FFFFFF;
	}
.lawyer{
	margin:10px 11px 10px 20px;
	color:#FFFFFF;
	text-align:justify;
	font-size:14px;
	}
.photo1{
	margin:10px;
	width:225px;
	}

/*--右欄--*/
.sidebar2{
	float:left;
	margin-left:14px;
	width:659px;
	height:600px;
	background-color:#FFF;
	border-right:#d3d3d3 1px solid;
	border-bottom:#d3d3d3 1px solid;
	position:relative;
	}
.bar_R{
	background-image:url(../images/bar_gray.jpg);
	background-repeat:repeat;
	width:659px;
	height:15px;
	}
.sidebar_p{
	margin-left:45px;
	color:#464664;
	}
.sidbar_dashed{
	border-bottom:#7f7f8d 1px dashed;
	margin-top:8px;
	margin-bottom:8px;
	}
.container{
	margin:20px;}
