body{
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	min-width: 450px;
	width: 75%;
	font-size: 16px;
}
h1{
	font-size: 13px;
	background-color:whitesmoke;
	text-align: left;
}
h2,h3,h4{
	font-size: 15px;
}
nav,.botan{
	display: grid;
	grid-template-columns:repeat(3,1fr);
	grid-template-rows: repeat(1,1fr);
	margin: 50px auto 50px;
	grid-gap: 20px;
}
.l2{
	text-align: center;
	background-color:whitesmoke;
}
a{
	text-decoration: none;
}
a:link{
	color: black;
}
a:visited{
	color: black;
}
a:hover{
	color: black;
}
#gotyuumonn,#hurikomisaki{
		margin: 80px auto 80px;
		background-color: beige;
		padding-top: 50px;
		padding-bottom: 50px;
}
/*テーブル*/
table{
	margin: 0 auto;
	border-collapse: collapse;
}
td{
	padding: 5px;
}
.th1{
	background-color:lightgray;
}
.th2{
	background-color:lightgreen;
}
.th3{
	background-color:aliceblue;
}
.souryou1{
	background-color: aqua;
}
.souryou2{
	background-color:burlywood;
}
.souryou3{
	background-color:lightgreen;
}
.souryou4{
	background-color:gainsboro
}
.souryou5{
	background-color:honeydew;
}
.souryou6{
	background-color:lightpink;
}

/*footerの指定*/
footer{
	border-top:2px solid black;
	margin-top:80px;
	background:url("../images/tenka.jpg")no-repeat;
	background-size:80%;
}
.footer2{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
li{
	font-size: 12px;
	line-height: 35px;
	list-style: none;
}
.ppp{
	font-size: 12px;
}
@media (min-width: 600px){
	body{
		font-size: 15px;
	}
}
