@charset "Shift_JIS";

/* サブとメイン
---------------------------------------------------- */
#left-col {
  width: 150px;
  float: left;

}
#right-col {
  width: 595px;
  float: right;
}

/* センタリング
---------------------------------------------------- */
.center {
  text-align: center;
}

/* 右寄せ
---------------------------------------------------- */
.right {
  margin: 13px 3px 5px 0;
  text-align: right;
}

/* ナビゲーション
---------------------------------------------------- */
#nav {
  margin: 15px 0 0 16px;
  padding: 7px 0 0 0;
  list-style: none;
  border-bottom: 1px dotted #726d6b;
  text-align:left;
}
#nav li {
  padding: 8px 0;
  border-top: 1px dotted #726d6b;
  font-size: 12px;
/*  font-weight: bold;*/
}
#nav li.child {
  padding: 8px 0 8px 15px;
  border-top: 1px dotted #726d6b;
  font-size: 12px;
/*  font-weight: bold;*/
}
#nav span, #nav a {
  display: block;
  line-height: 1.2em;
  padding: 0 0 0 8px;
  border-left-width: 4px;
  border-left-style: solid;
}
#nav span {
  border-left-color: #ff7400;
  color: #000000;
  background-color: #ffffff;
}
#nav a {
  border-left-color: #d9d9d9;
  text-decoration: none;
  color: #888888;
  background-color: #ffffff;
}
#nav a:hover {
  border-left-color: #ff7400;
  color: #000000;
  background-color: #ffffff;
}
/* メイン
---------------------------------------------------- */
#main {
  margin: 15px 0 5px 0;
  padding: 0 15px;
  text-align: left;
  font-size: small;
  color: #444444;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  letter-spacing: normal;
}
#main h2 {
  margin: 5px 5px 0px 2px;
  padding: 12px 10px 10px 23px;
  color: #444444;
  background-color: #ffffff;
  font-weight: bold;
  font-size: small;
  line-height: 1.2em;
  background: url(../images/bar.gif) no-repeat 0px 0.9em;
}
#main h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: small;
}
#main h2+h3 {		/* ■IEは未対応のため線が表示される */
  border-top-style: none;
}
#main p {
  margin: 8px 0 5px 0;
}
/* TOPページ以外のテーブル共通
---------------------------------------------------- */
table {
  margin: 10px 0 0 0;
  border-spacing: 1px;
  font-size: small;
  text-align: left;
  width: 100%;
}
table caption {
  padding: 0.5em 0 0 0.2em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background-color: #ffffff;
}
table th {
  padding: 3px;
  border-right: 1px solid #bcbc9f;
  border-bottom: 1px solid #bcbc9f;
  color: #333333;
  background: #dedecf;
}
table td {
  padding: 2px 6px;
  border-right: 1px solid #d1d1c1;
  border-bottom: 1px solid #d1d1c1;
  color: #333333;
  background: #f1f1ed;
}


