/* CSS Document */



#mainArea {
	font-size:14px;
}
.columnLeft {
	float:left
}
.columnRight {
	float:right;
}
/* clearfix */





#mainArea .clearfix {
	overflow: hidden;
}
#mainArea .clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/

* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/

.w01 {
	width:590px;
}
.w01 h1 {
	margin-bottom:10px;
}
.w02 {
	width:370px;
}
.w01 h2,  .w02 h2 {
	margin:0;
	padding:0;
}


.clear {
	clear: both;
}

#footerArea {
	background:url(/cfs/images/index/bg_footer.jpg) no-repeat left top;
	width:980px;
	height:105px;
	position:relative;
	margin-top:10px;
}
#footerArea .btn {
	position:absolute;
	left:30px;
	top:0;
}
