@charset "utf-8";
/* CSS Document */

.allWidth {
	width:100%;
}

.allWidthIn {
	width:1168px;
	margin:0 auto 0 auto;
}

.subWidth {
	width:900px;
	margin:0 auto 0 auto;
}
.subWidthIn {
	width:645px;
}

.leftSet {
	width:auto;
}
.rightSet {
	width:auto;
}

#container {
	min-width:1168px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:2;
	background:#FFFFFF;
}

#adimg {
	width:1168px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:2;
	background:#FFFFFF;
	margin-top:20px;
}