@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding: 0;
}

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #000;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

p{
	padding: 5px 0;
}

h1{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

div.description{
	text-align: center;
}


