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

/* layout */
.layoutA{
	width: 980px;
}

.layoutA .main{
	float: left;
	width: 730px;
	margin-right: 30px;
}

.layoutA .sub{
	float: left;
	width: 220px;
}


/* col2 */
.col2{
}

.col2 .colBlock{
	float: left;
}



/* clearfix */
.layoutA:after,
.col2:after{
	display: block;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	content: ".";
}

/* IE6 */
* html .layoutA,
* html .col2{
	zoom: 1;
}

/* IE7 */
.layoutA,
.col2{
	zoom: 1;
}

