/* CSS Document */


#mainBox{
	
}
#mainBox:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	
	font-size:0.1em;
	line-height:0;
	clear:both;
}  
#mainBox{   
    /display:inline-block;
}  



	#mainBox .myPic{
		float:left;
		width:47%;
		margin-right:20px;
	}
	#mainBox .textBox{
		float:right;
		width:47%
	}


section h4{
	color:#900;
}

.leftImgBox:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	
	font-size:0.1em;
	line-height:0;
	clear:both;
}  
.leftImgBox{   
    /display:inline-block;
}  



	.leftImgBox .myPic{
		float:left;
		width:30%
	}
	.leftImgBox .textBox{
		float:right;
		width:65%
	}

.rightImgBox{   
    /display:inline-block;
}  



	.rightImgBox .myPic{
		float:right;
		width:30%
	}
	.rightImgBox .textBox{
		float:left;
		width:65%
	}





