@charset "utf-8";
/**
 * INIT util.css
 * (C) United Arrows Ltd.
 */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/

/* 1col */
	#Article{ clear: both; }
	#Article{ zoom:1; }
	#Article:after{ content : ''; display : block; clear : both; }

/* ArticleFooter */
	#ArticleFooter { clear: both; margin-left: auto; margin-right: auto; }
	#ArticleFooterNavArea { position: relative; }
	/* clearfix */
	#ArticleFooterNavArea { zoom:1; }
	#ArticleFooterNavArea:after { content:""; display: block; clear:both; }
	#FooterPagetop { position: absolute; right: 0; top: 0; }

