/*****
 ***** Miscellany Top Page Style File *****
 *****/

/*** Site Title Style ***/
#siteTitle {
  margin: 30px auto;
}
#siteTitle h1, p {
  text-align: center;
}

/*** Top Menu Style ***/
#topMenu {
  clear: both;
  margin: 10px auto 150px auto;
  width: 500px;
}
#topMenu img {
  border: 0;
}
#topMenu li {
  display: block;
  width: 24%;
  float: left;
	font-weight: bold;
  text-align: center;
}
#topMenu a:hover {
	text-decoration: none;
}

/*** Other Style ***/
#mobile {
	display: none;
}

#infoArea {
  margin-top: 20px;
}