@charset "UTF-8";

* {
  color: #5F5F5F;
  padding: 0;
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  background-image: none;
}

body {
  margin: 0 auto;
  width: 800px;
  background-color: #FFFFFF;
}

#base {
  width: 800px;
  background-color: #FFFFFF;
  margin-top: 0px;
  border: 2px solid #F5F5F5
}

/************ HEADER ****************/
#header {
  height: 200px;
  background-image: url(../img/header.jpg);
  background-size: contain;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #003559;
}

/************ HEAD NAVI ****************/
#nav {
  height: 35px;
  padding: 5px 10px;
  background-color: #003559;
  border: 1px solid #4F4F4F;
  text-align: right;
}

#nav a {
  color: #E6E6FA;
  text-decoration: none;
}

#nav img {
  border: 0px;
}

/************ CONTENTS ****************/
#contents {
  width: 630px;
  float: right;
  background-color: #FFFFFF;
  padding: 10px 10px 10px 0;
}

#contents ul {
  padding-left: 30px;
}

#contents h1 {
  font-size: 20px;
  font-weight: bold;
}

#contents h2 {
  font-size: 18px;
  color: #0066CC;
  font-weight: bold;
}

#contents h3 {
  font-size: 14px;
  font-weight: bold;
}

#contents p {
  margin: 10px 0 10px 0;
}

.contents-img {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 10px 0;
}

#title {
  border: 1px solid white;
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
}

.subtitle {
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #0066CC;
  padding-left: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0066CC;
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  background-position: top 0px right 7px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.subcontent {
  margin-left: 10px;
  margin-bottom: 10px;
}

/************ SIDE MENU ****************/
#side {
  float: left;
  width: 150px;
}

#side_menu {
  margin: 5px;
  width: 140px;
  border: 1px solid #F8F8F5;
  background-color: #ccccff;
}

#side_menu h2 {
  display: block;
  width: 140px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  background-color: #333333;
}

#side_menu ul {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
}

#side_menu li a {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  display: block;
  width: 140px;
  font-size: 12px;
  text-decoration: underline;
  line-height: 17px;
  padding-top: 5px;
  background-position: 7px center;
}

#current_link {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  display: block;
  width: 140px;
  font-size: 12px;
  line-height: 17px;
  padding-top: 5px;
  background-position: 7px center;
  font-weight: bold;
}

/************ FOOTER ****************/
#footer {
  clear: both;
  text-align: right;
  padding: 5px 10px;
  height: 35px;
  background-repeat: repeat-x;
  border: 1px solid #4F4F4F;
  background-color: #003559;
  color: #FFFFFF;
}