/*header*/
h1#title{
  display: block;
  color: #99cc00;
  top: 0px;
  position:relative;
  background-color:#caf7d7;
  margin:0px;
  padding:0px;
  text-align:center;
  transform:1s;
  font-size: 32px;
  font-family: "MS明朝",serif;
}

ul{
  margin: 0px;
  margin-bottom: 5px;
  clear:both;
  font-size:0;
  position: relative;
  z-index: 55;
}
li{
  display:inline-block;
  height: 30px;
  width:130px;
  text-align:center;
  font-size: 22px;
  list-style-type:none;
}
li a{
  display: block;
  text-decoration: none;
}
li:hover{
  text-decoration: none;
 text-shadow: -2px -2px 0px #aaa,2px 2px 0px #fff;
 background:hsla(60,100%,80%,1.0);
 color: #f0f;

}
li:active{
 border-style:inset;
}

/*title*/
h1.title{
  clear:both;
  top: 0px;
  width: 100%;
  color: white;
  background-color: teal;
  text-align: center;
  margin: 0px;
  text-shadow:
  0 0 5px #fff,
  0 0 13px #0f3,
  0 0 13px #0f3,
  0 0 13px #0f3,
  0 0 13px #0f3;
}
/*main*/
main{
margin-top: 100px;
text-align:center;
}
/*footer*/
footer{
clear:both;
}
footer a{
 text-decoration: none;
}
/*links*/
h2 a{
  text-decoration: none;
  color: blue;
  background-color: pink;
}
h2 a:hover{
  color: purple;
  background-color: brown;
}
/*util*/
#utils{
clear: both;
text-align: center;
}
section#map{
clear:both;
}

/*images*/
img{
 border-style: double;
}
img:hover{
 background-color: aqua;
}
img#palette{
width:200px;
height:200px;
}
/*others*/
#others{
clear: both;
text-align: center;
}
/*aside*/

aside{
  position:relative;
  font-size: 24px;
  float: left;
  text-align:center;
}
