@charset "utf-8";
/* CSS Document */
.center{
	text-align:center;
}
.center img{
	margin:auto;
}
.leftBox{
	width:40%;
	float:left;
}
.rightBox{
	width:55%;
	float:right;
}
.txt16px{
	font-size:16px;
	line-height:16px;
}
