/* Default Style sheet */
/* Navigations */
#maskhead
{
  background:transparent url("../media/image/background/maskhead.gif") 0 0 no-repeat;
  height: 170px;
}
#maskhead .navigation, #footer
{
  text-transform: uppercase;
}
#maskhead img
{
  float:right;
  margin: 20px 20px 0;
}
#maskhead ul.navigation
{
  padding: 30px 0 0 5px;
  margin-left: 20px;
  font-size: 1.2em;
  float: left;
  width: 960px;
}
.navigation a
{
  color: #131d2a;
  float: left;
  margin: 0 15px 10px;
  padding: 0 0 2px;
}
.navigation .current a
{
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #449635;
}
.navigation a:hover
{
  text-decoration: none;
  color: #892a17;
  border-bottom: 2px solid #892a17;
}

#footer
{
  width: 920px;
  height: 40px;
  padding: 70px 20px 10px;
  background: #439735 url("../media/image/background/footer.jpg") 0 0 no-repeat;
}
#footer a
{
  color: white;
}
#footer ul
{
  float: left;
  display: none;
}
#footer ul li a
{
  padding: 0 6px 0 12px;
  background: transparent url("../media/image/icon/footerLine.gif") 0 2px no-repeat;
}
#footer ul li a.first
{
  background: none;
}
#footer #copyright
{
  float: right;
  margin-right: 20px;
  color: #b6f08b;
  background: transparent;
}
#footer p#copyright 
{
  margin: 0;
}
#footer p
{
  margin: 15px 0 10px;
}