/*
	* Name: area.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - Area -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - Area -
	======================================== */

	aside,
		article,
			figure,
				footer,
					header,
						nav,
							section {
								display: block;
								margin: 0;
								padding: 0;
	}

	article:after {
    	display: block;
	    content: '';
	}

}