@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;
  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;
  text-decoration: none;
}

#header3 a {
  text-decoration: none;
}

#header3 a:hover {
  text-decoration: none;
}

#header4 {
/*  display     : inline-block; */
  font-size: 20px;
/*  font-family: Osaka; */
  font-weight: bold;
  position: absolute;
    top: 81px;
    left: 60px;

  color       : #034a9f;            /* 文字の色 */
  text-shadow : 2px 2px #fed890;  /* 文字の影 */
}

hr.header{
  width: 99%;
  height: 2px;
  background-color: gray;
  border: none;
}


/* -----------*//*     コンテンツブロック内に関する指定 ------  */

/* 文字 */
#sideframe {
  margin-top: 0px;
  padding-top: 22px;
  border-left:1px solid gray;
  border-right:1px solid gray;
}

#contents {
  margin-top: 0px;
    font-size: 14px;
}

#filelink {
  overflow: auto;
/* ----  ---  */
  max-height: 960px;
  padding-bottom: 0.5em;
  font-weight: normal;
}

#filelink a {
  font-weight: normal;
}

#filelink a:hover {
  background-color: #ddd;
  font-weight: bold;
}


#contents h1 {
  font-size: 20px;
  padding: 4px;
  margin: 1.0em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #0080ff;
  background-color: #ddd;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#contents h2 {
  font-size: 18px;
  padding: 3px;
  margin: 0.5em 1em;
  font-weight: bold;
  color: #0000a0;
  background-color: #eee;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#contents h3 {
  font-size: 16px;
  margin: 0.75em 1.5em;
  margin-left: 2.0em;
  padding: 3px;
  font-weight: bold;
  color: #0000a0;
  background-color: #eee;
  text-align: left;
  text-indent: 0.5em;
  border-left: 7px solid #0000a0;
}

#contents h4 {
  margin-left:0.5em;
  font-size: 14px;
  padding: 2px;
  color: #ff8000;
  background-color: #eee;
  text-align: left;
  text-indent: 0.5em;
  border-bottom: 1px solid #444;
}


.side-jimu {
  margin: 0;
  padding: 0px 2px 3px 3px;  
  text-align: left;
  font-size: 13px;
}

.filetools  {
position:relative;

display: block;
width: 90px;
height: 21px;
/*  */

  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;
}


ul {
  margin-top:0px;
  margin-bottom:0.5em;
}

/*---------------- 掲載文書 --------------*/

.widedoc{
  border: 1px solid #000;
  margin: 0px 18px;
  margin-top: 24px;
  padding: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}


/*---------------- フッター部分 --------------*/

#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;
}

/* ========Table2a CONTENTS CUSTOMIZE======== */
table {
  margin-left: auto;
  margin-right: auto;
border-collapse:collapse;
}

table.sample2a{
  margin-left: auto;
  margin-right: auto;
    border-top:1px solid ;
    border-left:1px solid ;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample2a caption{
    border-bottom:1px solid #000;
    font-weight: bold;
    color:#ff8000;
    background-color:#ddd;
    background-position:left top;
    padding-top: 4px;
    text-align:center;
}
.sample2a th{
    border-right:3px  double;
    border-bottom:1px solid ;
    color:#222;
    background-color:#dddddd;
    background-position:left top;
    padding:0.2em 0.5em;
    text-align:right;
}
.sample2a td{
    border-right:1px solid ;
    border-bottom:1px solid ;
    padding:0.3em 0.5em;
    text-align:left;
}

