@charset "UTF-8";

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
3cols-layout
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*交流センター*/
#wrap {
	float: left;
	width: 910px;
}
.col3home #subArea {
	float: left;
	width: 180px;
}
.col3home #mainArea {
	float: right;
	width: 720px;
}
.col3home #sidebarArea {
	float: right;
	width: 200px;
}
