@charset "utf-8";

/* ---------------------
 Layout style
 
 2column-right
 
------------------------ */

body {
	text-align: center;		/* IE6 hack */
}

#wapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;		/* IE6 hack */
}

#main {
	float: right;
	width: 576px;
	/* overflow: hidden; */
}

#sub {
	float: left;
	width: 272px;
	/* overflow: hidden; */
}




#footer {
	clear: both;
}