@charset "utf-8";
/* CSS Document */
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:25px;
font-size: 12px;  
}

hr {
	border-top: 1px solid #8c8b8b;
	width:638px;
	margin:10px auto 50px auto;
}

table , td, th {
	width: 640px;
     text-align: center;
     margin-left: auto;    
     margin-right: auto;   
}
td, th {
	padding: 2px;
	width: 30px;
	height: 25px;
	font-size: 17px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
