@charset "UTF-8";

body {
  width: 900px;
  margin: 0px auto;
  padding: 0px ;
/*  padding-top: 20px;
  background-color: #eeffff; */
  background-position: center 0px;
/*--  background-position: top 200px;  center 20px --*/
  text-align: center;
  }

#main {
  font-family:  Meiryo,sans-serif,"メイリオ","游ゴシック","ＭＳ Ｐゴシック","ＭＳ Ｐ明朝", Osaka ; 
/*  font-family:  Meiryo,sans-serif,"メイリオ","游ゴシック"; */
  text-align: left;
/*  background: #ffffff; */

}

/* -----------------------------------------------------------------*/

/*--------------- ヘッダー部分 ----------------*/

#headerset {
  position: relative;
  height: 112px;
  background-image: url(headerbar.png);
  background-repeat: repeat-x;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#header1 {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
    top: 1px;
    left: 18px;
}

#header2 {
  position: absolute;
    top: 25px;
    left: 15px;
}

#header3 {
  display: inline-block;
  font-size: 36px;
  color: #b30059;/* #9f1c96;*/
  font-weight: bolder;
  letter-spacing: 5px;

text-shadow:
       2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff;        /* 文字の影 */

  position: absolute;
    top: 30px;
    left: 520px;
}

#header4 {
  display     : inline-block;
  font-size: 20px;
/*  font-family: Osaka; */
  font-weight: bold;
  position: absolute;
    top: 79px;
    left: 82px;

  color       : #034a9f;            /* 文字の色 */
  text-shadow : 2px 2px #fed890;  /* 文字の影 */
}

/*--------------- ヘッダー　ここまで ----------------*/

/*--------------- コンテンツここから ----------------*/
.content {
  width: 896px;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 0px;
  border-left:1px solid gray;
  border-right:1px solid gray;
}

/*----------ファイルツールボタン----------------*/
.filetools  {/*---- .content .topics_info  ----*/
/*--
position:absolute;
    top: 82px;
    left: 615px;
 height: 21px;
--*/
display: block;
width: 90px;
  background-color: #fff;
  font-size: 13px;
  border: 1px solid gray;
  padding: 1px 0px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.filetools a {
  color: darkred;
  background-color: #ddd;
  text-decoration: none;
  padding: 1px 0px;
  display: block;
  border-radius: 4px;
}

.filetools a:hover {
  background-color: #eee;
  text-decoration: none;
}


/*---------------- フッター部分 --------------*/

#footer0{
  margin-top: 0px;
  height: 30px;
  border: none;
  background-color: #aedcff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#footer {
  margin-top: -47px;
  text-align: center;
  font-size: 14px;
}

