body{
	margin: auto;
	text-align: left;
}
.wrap{
	margin:auto;
	width:800px;
	//background-color: yellow;

	background-image: linear-gradient(to right, #c1c161 0%, #c1c161 0%, #fffacd 100%);


/*
	background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);	
	background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
	background: -moz-linear-gradient(top, #d3ebfe, #b9ffb9 30%, #dbffdb 50%, #ffffff);
	background: -webkit-linear-gradient(top, #d3ebfe, #b9ffb9 30%, #dbffdb 50%, #ffffff);
	background: linear-gradient(to bottom, #d3ebfe, #b9ffb9 30%, #dbffdb 50%, #ffffff);
	background: -moz-linear-gradient(to bottom,#FFF,#FFC778 30%,#F89174);
	background: -webkit-linear-gradient(to bottom,#FFF,#FFC778 30%,#F89174);
	background: -moz-linear-gradient(開始位置, 開始色, 終了色); 
	background: -webkit-linear-gradient(開始位置, 開始色, 終了色); 
	background: linear-gradient(to 方向, 開始色, 終了色); 

	color: #d3ebfe;水色
	color: #b9ffb9;黄緑
	color: #dbffdb;うす黄緑
	color: #efefef;白？
	color: #c5f396;
*/

}

.header,
.overview,
.contents1,
.contents2,
.footer{
  //width:500px;
  //height:300px;
  //background:gold;
  border-radius:3px;
  //border: inset 2px #0000a0;
}

.header{
	text-align: center;
}

h2{
	color:navy;
}
h4{
	text-align: center;
}
.overview{
	background-color: #FFC778;
//お知らせ
 	margin-right:20px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:20px;
	border-radius:8px;
	border:1px solid #640125;
	font-size	:16px;
	font-weight	:bold;
	color		:navy;
	padding: 5px 10px 5px 10px;//上右下左
}

.tytle_str{
	font-size	:300%;
	font-weight	:bold;
	color		:#8b008b;
	padding: 30px 30px 0px 30px;//上右下左令和６年
	letter-spacing	:2px;
	text-shadow:
				 1px  1px 1px #ff6013,
				 2px  2px 1px #ff6013,
				 2px  2px 1px #40e0d0,
				 2px  2px 1px #ff6013,
				 2px  2px 1px #ff6013,
				 10px  10px 1px #d8d8d8,
				 10px  10px 1px #d8d8d8,
				 2px  2px 1px #d8d8d8;
}

.contents1, .contents2{
	vertical-align:top;
	padding: 5px 30px 5px 30px;//上右下左
}
.contents1{
	text-align: left;
}

.contents2{
	//text-align: center;
	text-align: left;
	
}
.side_s, .side_w{
	display:  inline-block;
	//border:1px solid #c0c0c0;
	vertical-align:top;
}

.side_w{
	text-align: left;
	//width: 400px;
	padding: 5px 10px 5px 50px;//上右下左
}


img{
	border-radius:8px;
	box-shadow:3px 3px 20px #808080;
	//border:1px solid #c0c0c0;
	width:200px;
	//height:50px;
}

.footer{
	border-radius:8px;
	border:1px solid #0000ff;
	padding: 3px;
}
td{
	vertical-align: top;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
td:nth-of-type(1){
	width:80px;
}



@media screen and (max-width:600px){
	body, .wrap{
		width:100%;
		margin: auto;
		padding: 1px;
	}
	.overview,.side_w{
		text-align: left;
	}
	
	h1{
		font-size: 130%;
	}
	h2{
		font-size: 110%;
	}
	h3{
		font-size: 110%;
	}
	h4{
		font-size: 120%;
	}
	p{
		font-size: 75%;
	}
	table{
		width: 100%;
	}
	td{
		font-size:10px;
	}
}
