* {
	margin : auto ;
	padding : 0 ;
}
html {
	font-family: Meiryo, 'MS PGothic', 'Hiragino Kaku Gothic Pro';
	font-size: 12px ;
	height: 100% ;
}
body {
	height: 100% ;
	background: #fffaf2 ;
}
table {
	width: 100% ;
	height: 100% ;
	vertical-align: middle ;
	text-align: center ;
}
a {
	color: #000000 ;
	text-decoration: none ;
}
a:hover {
	color: #fffaf2 ;
	background: #ebb14d ;
}
