/* CSS Document */
@charset "shift_jis";
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
}
a:link {
  color: #004080;
}
a:hover {
  color: #cccccc;
}
a:visited {
  color: #004080;
}
#navi_menu {
  position: absolute;
  top: 20px;
  left: 200px;
  background-color: #787B9F;
}
#table-left {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}
#table-left a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
#table-left a:hover {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}
#table-right {
  text-align: right;
  margin: 0;
  padding: 0 14px 2px 0;
  font-size: 16px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}
#table-right a {
  font-size: 18px;
  color: #333333;
  text-decoration: none;
}
#table-right a:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

#header-menu {
  margin: 0;
  padding: 8px 0 5px 15px;
  text-align: left;
  width: auto;
  font-size: 16px;
  height: 60px;

  /* background-color: #006AB8;
  background: url(../img/head_menu_back.gif); */
  background-repeat: repeat-x;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #000000;
  display: inline;
  padding-left: 13px;
  padding-right: 7px;
  background: url(../img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #000000;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}

#Contents {
  position: relative;
  top: 130px;
	left: 200px;
  float: left; 
  margin: 0;
  padding: 0 0 5px 1px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 596px;
}

#profile h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  font-size: 10px;
  font-weight: normal;
  color: #004080;
}

.profile_table {
  width: 100%;
  font-size: 12px;
  border: solid 1px #aab3c3;
  border-collapse: collapse;
  color: #555555;

}

.profile_table th{
  width: 90px;
  text-align: left;
  vertical-align: top;
  background-color: #e9ecf0;
  border: solid 1px #aab3c3;
  padding: 5px 3px 5px 10px;
}

.profile_table td{
  text-align: left;
  vertical-align: top;
  border: solid 1px #aab3c3;
  padding: 5px 3px 5px 10px;
}

.business_table {
  width: 100%;
  font-size: 12px;
  color: #555555;

}

#footer {
  clear: both;
  position: relative;
  width: 780px;
  height: 50px;
  line-height: 110%;
  margin: 0;
  padding: 8px 0 0px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 1px;
  border-top-color: #004080;
  background-color: #ffffff;
}