@charset "utf-8";

/* 初期設定
------------------------------------------------------ */
body {
	margin:0;
	padding:0;
	/* メイリオはあえて入れてません */
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;

	font-size:62.5%; /*  16px~62.5%=10px */
	text-align:left; /* 全体の左詰め */
	background:#fff;
	color:#000;
}
div, p,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
/*input, textarea,*/
blockquote,
th, td { 
	margin:0;
	padding:0;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1.4em;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
img, fieldset {
	border:none;
}
img {
	vertical-align:bottom;
}
ul, ol, li {
	list-style:none;
}
a {
	text-decoration:none;
}


/* ページ設定 */
#contents {
	width:500px;
}
table {
	font-size:1.2em;
	width:460px;
	border-collapse:collapse;
	margin:0 auto 20px;
}
p {
	font-size:1.2em;
	width:400px;
	margin:0 auto;
	padding:.5em;
	line-height:1.3;
}
h2 {
	text-align:center;
}
th,
td {
	padding:.5em;
}
th {
	font-weight:normal;
	background-color:#d9e5ff;
	border-bottom:1px solid #6699ff;
}
td {
	line-height:1.3;
	background-color:#d9e5ff;
	border-left:1px solid #6699ff;
	border-bottom:1px solid #6699ff;
}

