@charset "shift_jis";

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 80%;
  line-height: 1.8;
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #dcdcdc;
}
th, td {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 80%;
  color: #333333;
}
ul{
/*  list-style-type: none;  */
  list-style-type: circle;
}
img {
  border: none;
}
a:link {
/*  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;  */
  color: #0000ff;
  text-decoration: none;
}
a:visited {
/*  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;  */
  color: #0000ff;
  line-height: normal;
  text-decoration: none;
}
a:active {
/*  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;  */
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  left: 0px;
  color: #0000ff;
  background-color: #ffcc44;
  position: relative;
/*  top: 3px;  */
  top: 0px;
  left: 0px;
}


/*--------------------------------------------------------------------
全体の設定
--------------------------------------------------------------------*/
#wrapper {
  width: 844px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #c0c0c0;
  color: #3f3f3f;
}
/*--------------------------------------------------------------------
ページ枠の設定
--------------------------------------------------------------------*/
#container {
  text-align: center;
  width: 840px;
  margin-right: auto;
  margin-left: auto;
}
/*--------------------------------------------------------------------
メインイメージ設定
--------------------------------------------------------------------*/
#image {
  width: 840px;
  height: 120px;
  left: 0px;
  top: 0px;
  text-align: left;
  background: url(../images/ttc.jpg) no-repeat left top;
  padding-top: 8px;
  padding-left: 550px;
  color: #000080;
  font-size: 12px;
/*  font-weight: bold;  */
}
/*--------------------------------------------------------------------
メニューの設定
--------------------------------------------------------------------*/
#menu {
  display: inline;
  text-align: right;
}

/*--------------------------------------------------------------------
タイトルの設定
--------------------------------------------------------------------*/
#title {
  padding-top: 5px;
  padding-left: 20px;
  width: none;
  height: 30px;
  left: 0px;
  top: 0px;
  text-align: left;
  background: #f3f3f3;
  font-size: 12px;
  font-weight: bold;
  border-top-width: 1px;
  border-right-width: 3px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-style: solid;
  border-color: #c0c0c0;
}

/*--------------------------------------------------------------------
サブタイトルの設定
--------------------------------------------------------------------*/
#sub_title {
  width: 590px;
  height: 30px;
  background: #aabbcc;
  padding-top: 5px;
  padding-left: 10px;
  color: #333333;
  font-size: 12px;
  /*font-weight: bold;*/
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #aabbcc;
}

/*--------------------------------------------------------------------
階層の表示
--------------------------------------------------------------------*/
#path {
  padding-left: 20px;
  text-align: left;
  font-size: 10px;
}
/*--------------------------------------------------------------------
文字の設定
--------------------------------------------------------------------*/
#p {
  float: left;
  width: 570px;
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
}

/*--------------------------------------------------------------------
SUBJECTの設定
--------------------------------------------------------------------*/
#subject {
  padding: 0px 12px 1px 8px;
  text-indent: -1em;
  padding-left: 1em;
  width: 100%;
}

/*--------------------------------------------------------------------
TOPICSの設定
--------------------------------------------------------------------*/
#topics {
  padding: 0px 12px 1px 8px;
  border-bottom: 1px dotted #cccccc;
  text-indent: -1em;
  padding-left: 1em;
  width: 100%;
}

/*--------------------------------------------------------------------
大文字の設定
--------------------------------------------------------------------*/
#font14 {
  left: 0px;
  top: 0px;
  font-size: 14px;
  font-weight: none;
  color: #000000;
}

/*--------------------------------------------------------------------
中文字の設定
--------------------------------------------------------------------*/
#font12 {
  left: 0px;
  top: 0px;
  font-size: 12px;
  font-weight: none;
  color: #000000;
}

/*--------------------------------------------------------------------
小文字の設定
--------------------------------------------------------------------*/
#font10 {
  left: 0px;
  top: 0px;
  font-size: 10px;
  font-weight: none;
  color: #000000;
}

/*--------------------------------------------------------------------
ミニ文字の設定
--------------------------------------------------------------------*/
#small {
  left: 0px;
  top: 3px;
  text-align: left;
  font-size: 8px;
  font-weight: none;
  color: #2f4f4f;
}
/*--------------------------------------------------------------------
タブの設定
--------------------------------------------------------------------*/
#tab {
  width: 560px;
  height: 29px;
  background: url(../images/line.gif) no-repeat left top;

}
/*--------------------------------------------------------------------
トップボタンの設定
--------------------------------------------------------------------*/
#top_button {
  width: 200px;
  height: 30px;
  background: #aabbcc;
  padding-top: 5px;
  padding-left: 10px;
  color: #333333;
  font-size: 12px;
  /*font-weight: bold;*/
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #aabbcc;
}
/*--------------------------------------------------------------------
ボタンの設定
--------------------------------------------------------------------*/
#button {
  width: 200px;
  height: 30px;
  background: #dcdcdc;
  padding-top: 5px;
  padding-left: 10px;
  color: #000080;
  font-size: 12px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #aabbcc;
}
/*--------------------------------------------------------------------
トップボタンの設定
--------------------------------------------------------------------*/
#button_b {
  width: 200px;
  height: 30px;
  background: #aabbcc;
  padding-top: 5px;
  padding-left: 10px;
  color: #f5f5f5;
  font-size: 12px;
  /*font-weight: bold;*/
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #aabbcc;
}
/*--------------------------------------------------------------------
フッターの設定
--------------------------------------------------------------------*/
#footer {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: none;
  height: 65px;
  left: 0px;
  top: 0px;
  text-align: center;
  background: #f3f3f3;
  font-size: 10px;
  font-weight: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #c0c0c0;
  color: #2f4f4f;
}

