/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.unchi{
  color:white;
  text-align:end;
  font-size:24px;
  padding: 0 20px;
}

body {
  background-color:#0041A5;
  margin:auto;
}

body.Alt0 {
  background-color:#FFFFFF;
  margin:auto;
}

body.Alt1{
  background-image:
  url("res/pothole.jpg");
  background-size: cover;
}

body.Alt2{
  background-image:
  url("res/sea.png");
  background-size: cover;
}

body.Alt3{
  background-image:
  url("res/speaker.jpg");
  background-size: cover;
}



body.Alt5{
  background-image:
  url("res/images-2.jpeg");
  background-size: cover;
}

#home{
  color:#FFFFFF;
  text-align:center;
  font-family:Yusei Magic;
  font-size:50px;
}

.icon{
  width: 60px;
  height:60px;
}

.iconLarge{
  width: 120px;
  height:120px;
}

.title{
  color:white;
  text-align:center;
  font-family:DotGothic16;
  font-size:36px;
}

.titleNiwa{
  color:white;
  text-align:center;
  font-family:Kosugi Maru;
  font-size:36px;
  margin: auto;
  height:300px;
  background-image:
  url("res/images-2_noletters.jpg");
  background-size: cover;
}

.titleHuman{
  color:white;
  text-align:center;
  font-family:Sawarabi Mincho;
  font-size:36px;
  margin: auto;
  height:300px;
}

.note{
  border: 4px solid #e5a323;
  background-color: #f2d58a;
  width:900px;
  background-image:
  url("/res/memo.png");
}

.caution{
  border: 4px dashed #e5a323;
  background-color: #f2d58a;
  width:900px;
  background-image:
  url("/res/memo.png");
}

.handWritten{
  font-family:Yuji Boku;
  color:black;
  text-align:start;
}

.newsBackground{
  background-image:
  url("/res/images-2.png");
}

.ad{
  width : 250px;
  height : 225px;
}

.buttonWhite{
  background-color:#e6eae6;
  color:#0068b7;
  border:2px solid #0068b7;
  border-radius:5px;
  margin: 5px;
  padding: 10px 20px;
  text-align:center;
  font-family:Kosugi Maru;
  font-size:14px;
  cursor:pointer;
}

.buttonEnji{
  background-color:#890016;
  color:#790006;
  border:2px solid #790006;
  border-radius:5px;
  margin: 5px;
  padding: 10px 20px;
  text-align:center;
  font-family:Kosugi Maru;
  font-size:14px;
  cursor:pointer;
}

.text{
  color:#FFFFFF;
  text-align:center;
  font-family:DotGothic16;
}

.humanDesc{
  color:#FFFFFF;
  text-align:start;
  font-family:Hina Mincho;
  font-size:18px;
  line-height:1.5;
  margin:0 15%;
  padding: 60px 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 4px none #595959;
  border-radius:10px;
}

.niwaDesc{
  color:black;
  text-align:start;
  font-family:Kosugi Maru;
  font-size:18px;
  line-height:1.5;
  margin:0 15%;
  padding: 60px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 4px none #595959;
  border-radius:10px;
}

.BG1{
  background-image:
  url("res/images-2_grad.png");
  background-size: cover;
  padding: 40px 0;
}

#footer{
  background:#890016;
  padding: 20px 40px;
}

.evenTable{
  table-layout:fixed; 
}

table , td, th {
	border: 4px none #595959;
	border-collapse: collapse;
	margin:auto;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}