@charset "utf-8";
/* CSS Document */
 .center {
	width:960px;
	background:#FFF;
	margin:0 auto;
		}
.center_left {
	width:710px;
	float:left;
	border-right:1px #CCC solid;
}
.center_left_top {
	width:710px;
	float:left;
	border-top:1px #CCC solid;
}
.center_left_top ul {
	width:700px;
	list-style:none;
	margin:0;
	padding:0;
		}
.center_left_top ul li {
	height:200px;
	width:200px;
	float:left;
	margin:0 15px 0 10px;
	}
.center_right {
	width:210px;
	float:left;
	margin:0 0 0 30px;
	}
