/* 全体の設定*/
body{
    background-color:#ffffff;/* 背景の色：白 */
    background-image : url("leaf.jpg");
    background-attachment: fixed;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}
/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#0000ff;/*文字の色：青*/
    font-style:normal;
    text-decoration:none
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:none
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

/*枠用ID*/

table#head{
    width:600px;
}
td#head{
    width:120px;
    vertical-align:top;
    text-align:center;
}
A.head {
  display: block;             /* ブロック要素にする */
  width: 95px;                /* 横幅 */
  background-color: #009900;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 16px;            /* フォントサイズ */
  color: #ffffff;
  line-height: 18px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.head:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.head:active { color: #ffffff; }
A.head:visited { color: #ffffff; }

ul.link{
    list-style:none;
    margin:0px;
    padding:0.5em 0.3em 0.3em 0.3em;
    font-family: sans-serif,"Osaka";
}

ul.pro{
line-height: 140%;
/*line-height:20px; 行間指定。値は調整してください。*/
/*margin-left:0px;*/
/*margin-bottom:20px;*/
}


h1{
    font-size:large;/*文字の大きさ*/
    font-weight:normal;
    text-align:center;
    color:#009900;
    margin-top:0px;/*上方向の余白無し*/
    font-family: "HG創英角ﾎﾟｯﾌﾟ体";
}
h2.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:medium;
    font-weight:normal;
    border-style:solid;
    border-width:0px 10px;
    border-color:#009900;
    border-bottom-width:1px;
    border-top-width:1px;
}
h3.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:normal;
    font-weight:normal;
    border-style:solid;
    border-width:1px 0px 0px 12px;
    border-color:#009900;
    border-bottom-width:1px;
    border-top-width:0px;
}
h3.report{
  display: block;             /* ブロック要素にする */
  color: #ffffff;
  background-color: #000099;  /* 背景色 */
  border: outset 2px #000099; /* 枠の色 */
  text-align: center;         /* 水平揃え */
  margin: 0px;
  padding: 3px 1px 1px 10px;
}
