@charset "utf-8";

/* ページの基本デザイン用css */

* { font-style: normal;
	padding:50;
	margin: 50;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, arial, Sans-Serif;
}

html, body {width: 100%; height: 100%}

body {
    color: #666666;
	font-size: 15px;
	text-align:center;
	line-height: 200%;
	font-weight: 200;


	}