@charset "utf-8";

/*
	* Name: default.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com
*/


/* 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 {
				color: #585858;
				font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				line-height: 1.6;
	}

	body .serif,
		table.serif tr th,
			table.serif tr td {
				font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

	body .display {
		font-family: 'Abril Fatface', cursive;
	}

	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: '';
	}

}