*{-webkit-box-sizing: border-box;} 
*{
	margin:0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	list-style-type:none;
}

a { outline: none; }

html,body{
height: 100%;
background-color: #FDFFE6;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #666666;
}
p {
	font-size: 120%;
	line-height: 20px;
}

h1 {
	margin:0;
	padding: 0;
	position: absolute;
	top: 0px;
	z-index: 20;
}

h2 {
	font-size:200%;
	font-weight:bold;
	line-height:2;
	padding:100px 10px;
}

