body{
	width:640px;
	margin:0 auto;
	font-size:20px;
	color:#000;
	font-family :"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Verdana, Meiryo, メイリオ, sans-serif;
	line-height:1.5em;
	padding-top:10px;
	padding-bottom:80px;
}
header{
	margin-bottom:35px;
}
.center{
	text-align:center;
	font-size:24px;
}
.red{
	color:#FF0000;
}
h1{
	text-align:center;
}
h2{
	text-align:center;
	font-size:28px;
}

h3{
	margin-top:50px;
	text-align:center;
}
article h4{
	font-size:30px;
	margin-bottom:10px;
}
.tax{
	text-align:right;
	margin-bottom:3px;
}
table{
	border-spacing: 0;
	font-size:17px;
	border-collapse:separate;
	width:100%;
	line-height:1.5em;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
th{
	background:#e6e6e6;
}
.fast th{
	background:#333333;
	color:#FFF;
}
.size th:nth-child(2n){
	background:#ffe1d6;
}
.size th:nth-child(2n+1){
	background:#ffa09e;
}
.tan{
	background:#f5f5f5;
}
.nou *{
	background:#e6e6e6;
}
.nou th{
	background:#ced0cd;
}
.kei{
	border-right:1px solid #686868;
}
tr *{
	margin:0;
	padding:5px 0;
	text-align:center;
	border-top:1px solid #000;
	border-right:1px solid #000;
}
td{
	min-width:60px;
	vertical-align:top;
}


footer{
	border-top:1px solid #000;
	text-align:center;
	padding:10px 0 20px;
	margin-top:100px;
	background:#E6E6E6;
}
footer a{
	text-decoration:none;
}
.totop a{
	width:640px;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#333;
	color:#FFF;
	font-size:26px;
	position:fixed;
	bottom:0px;
	vertical-align:middle;
	margin-bottom:0;
	text-decoration:none;
}