body {
  font-family: "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}
b {
  font-size: 12px;
  font-weight: bold;
}
.red {
	color: red;
}
h1 {
  font-size: 16px;
  color: #909090;
}
a:link {
  color: #909090;
  text-decoration: underline;
}
a.photo:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: #909090;
  text-decoration: underline;
}
a.photo:visited {
  color: black;
  text-decoration: none;
}
a:active {
  color: #F36363;
  text-decoration: none;
}
a.photo:active {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #F36363;
  text-decoration: none;
}
a.photo:hover {
  color: black;
  text-decoration: none;
}
.menu {
  padding-top: 4px;
  border-bottom: solid 2px #999999;
}
.menu_mo {
  padding-top: 4px;
  border-bottom: solid 2px #F36363;
}
td.content {
  padding: 20px 50px 10px 23px;
  font-size: 12px;
  line-height: 150%;
}
ul {
  list-style-type: square;
  list-style-position: outside;
  line-height: 175%;
}
ul.sitemap {
  list-style-type: square;
  list-style-position: outside;
  line-height: 175%;
  font-size: 11px;
}
li {
  list-style-type: square;
  list-style-position: outside;
  line-height: 175%;
}
.smallmenu {
  padding: 3px 3px 3px 3px;
  text-align: center;
  font-size: 10px;
}
