@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	background:#FFF;
	font-size:85%;
	color:#000;
	line-height:1.4;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}
h1 {
	margin-bottom: 50px;
	margin-top: 20px;
}
p {
	margin-bottom: 50px;
}
h2 {
	margin-bottom: 25px;
}
table {
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	line-height: 2.0;
	margin-bottom: 50px;
}
th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	width:50%;
	vertical-align: top;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	text-align: left;
	width:80%;
}
footer {
	color: #FFF;
	background-color: #333;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}
