@charset "UTF-8";

/*フォント、背景画像の設定*/
body { 
	text-align:center; 
	height:100%;
	width:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	-moz-background-size:cover;
	background-size:cover; 
}  

#links a{
	text-decoration: none;
	display: block;
	padding:5px 0px 0px 0px;
	height:30px;
	width:100px;
	text-align:center; 
	margin-left:auto;
	margin-right:auto;
}

h1{
	font-size:16px;
}