@charset "utf-8";

/*BODY*/
body {
  text-align:center;
  font-family: "Droid Sans",Meiryo,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif; /* デフォルトフォント */
  font-size: 14px; /* 文字のデフォルト大＝14px */
  color: #000000;  /* 文字のデフォルト色＝黒 */
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  line-height: 1.1em;
  background-color: #000000 ; /* 背景色#000000=黒色 */
/*  background-image: url(images/BACKGROUND.jpg) ; */
  background-repeat: repeat ;
  background-position: center 0px ;
  background-attachment: scroll ;
}
a {text-decoration: none;
   color: #0000ff; /* 指定なきアンカー文字のデフォルト色＝青 */
}
a:hover {color: #ff0000; /* アンカーにカーソルが重なっている時の文字のデフォルト色＝赤 */
}

.posted {
  padding-top: 0px;
  padding-left: 15px;
  background-image: url(images/icon.gif); /* マーク */
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1em;
}

/*CONTENT*/
#content {
  position: relative;
  margin: auto; /* ウィンドウ幅に関係なく中央表示 */
  width: 1000px;
  /* height: 1920px; */
  /* border:solid 1px #9ACD32; /* 境界線＝薄緑 */ */
}

/*TOP*/
address {
  margin-top: 0px; /* CONTENT_上端からの距離 */
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 16px;
  width: 1000px;
  font-size: 10px;
  font-style: normal;
  border-bottom: dotted 1px #9ACD32;
  text-align: center;
}

/*HEADER*/
#header {
  position: absolute;
  top: 21px; /* BODY上端からの距離 */
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 1000px;
  height: 125px;
  background-image: url(images/HEADER_1000x125.jpg);
  background-color: #B0C4DE; /* 背景色＝#B0C4DE 薄青 */
  filter:alpha(opacity=90);  /* IE 不透明度＝90%  */
  -moz-opacity:0.90;         /* FF 不透明度＝90%  */
  opacity:0.90;              /*    不透明度＝90%  */
}
 #header h1 {
  margin-top: 45px; /* HEADER上端からの間隔 */
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px; /* 文字大＝24px */
  color: #000000;  /* 文字色＝黒 */
  line-height: 1.2;
 }
 #header p {
    margin-top: 8px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 14px;
   }

/*NAVBAR*/
#navbar {
  position: absolute;
  top: 146px; /* BODY上端からの距離 */
  margin-left: 10px;
  padding: 0px;
  width: 1000px;
  height: 20px;
  background-color: #B0C4ff; /* 背景色＝#B0C4DE 薄青 */
  filter:alpha(opacity=100); /* IE 不透明度＝100%  */
  -moz-opacity:1.00;         /* FF 不透明度＝100%  */
  opacity:1.00;              /*    不透明度＝100%  */
}
 #navbar h2 {
  float: left; /* 左への回込みを許可 */
  border-right: none;
  border-left: none;
  background-image: url(images/icon.gif); /* 右向き△マーク */
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 3px; /* ジャンプマーク配置位置 */
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
  text-align:left;
  padding-left: 15px; /* 左端からの先頭文字位置 */
 }

/*MAIN*/
#main {
  position: absolute;
  top: 172px; /* BODY上端からの距離 */
  width: 1000px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
 .news {
  width: 998px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #000000; /* 黒枠=#000000 */
  background-color: #B0C4DE; /* 背景色＝#B0C4DE 薄青 */
  filter:alpha(opacity=100); /* IE 不透明度＝100%  */
  -moz-opacity:1.00;         /* FF 不透明度＝100%  */
  opacity:1.00;              /*    不透明度＝100%  */
 }
   .news img {
    float: left; /* 左へ回込む */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
   }
   .news h2 {
    clear: both; /* 回込み解除 */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    font-size:16px;
    text-align:left;
   }
   .news h3 {
    clear: both; /* 回込み解除 */
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1em;
    font-size: 14px;
    text-align:left;
   }
   .news p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.2em;
    font-size: 14px;
    text-align:left;
   }
