@charset "utf-8";

/*
	* Name: default.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - 基本設定 -
	    - 01. 初期設定 - Area -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - 基本設定 -
	======================================== */

	body {
		background-color: #FFFFFF;
		font-size: 0.75em;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	body,
		table tr th,
			table tr td,
			 	input {
					color: #3C3C39;
					font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
					line-height: 1.6;
	}

	iframe {
		display: block;
		margin: 0;
		padding: 0;
	}


	/* ========================================
	   * 01. 初期設定 - Area -
	======================================== */

	aside,
		article,
			figure,
				footer,
					header,
						nav,
							section {
								display: block;
								margin: 0;
								padding: 0;
	}

	article:after {
    	display: block;
	    content: '';
	}

}