/*---------------------------------------------------
　リンク設定　カスタム
---------------------------------------------------*/
a.white:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.white:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.white:active {
  color: #FFFFFF;
  text-decoration: underline;
}

a.white:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a.blue:link {
  color: #0099FF;
  text-decoration: none;
}

a.blue:visited {
  color: #0099FF;
  text-decoration: none;
}

a.blue:active {
  color: #0099FF;
  text-decoration: underline;
}

a.blue:hover {
  color: #0099FF;
  text-decoration: underline;
}

.small{
  font-size:75%;
}
/* left navigation */
#nav {
  color: #006699;
}

#nav a:link {
  color: #333333;
  text-decoration: none;
}

#nav a:visited {
  color: #333333;
  text-decoration: none;
}

#nav a:hover {
  color: #006699;
  text-decoration: underline;
}

#nav a:active {
  color: #006699;
  text-decoration: underline;
}

#nav a.selected:link {
  color: #006699;
  text-decoration: none;
  font-weight:bold;
}

#nav a.selected:visited {
  color: #006699;
  text-decoration: none;
  font-weight:bold;
}

#nav a.selected:hover {
  color: #006699;
  text-decoration: underline;
  font-weight:bold;
}

#nav a.selected:active {
  color: #006699;
  text-decoration: underline;
  font-weight:bold;
}
#nav2{
  margin-top: 15px;
}
/* section title on the landing page */
#landingtable {
  margin-left: 20px;
}
#landingtable a:link {
  font-size: 100%;
  font-weight: bold;
  color: #006699;
  text-decoration: none;
}

#landingtable a:visited {
  font-size: 100%;
  font-weight: bold;
  color: #006699;
  text-decoration: none;
}

#landingtable a:hover {
  font-size: 100%;
  font-weight: bold;
  color: #006699;
  text-decoration: underline;
}

#landingtable a:active {
  font-size: 100%;
  font-weight: bold;
  color: #006699;
  text-decoration: underline;
}

/* Image on landing page */
#landimg { border:1px #999999 solid; padding:0px;}

