/* 背景 */
body{
  background-image: url(../image/luft-back1.jpg);
  background-attachment: fixed;
}

/* メイン */
div#container {
  width:960px;
  height:720px;
  margin: auto auto;
}

/* メニューバーの設定 */
div#menubar {
  width:960px;
  height:48px;
  position:relative;
  top:200px;
  background-image: url(../image/menubar.png);
  background-repeat: no-repeat;
  background-position:bottom;
  font-size:10pt;
  font-family:monospace;
  font-weight:bold;
  text-shadow: 3px 3px 3px #7b7c7d;
}

a{
  text-decoration: none
}

a:link {
  color: #001e43;
}

a:visited {
  color: #001e43;
}

a:hover {
  color: #88bfbf;
}

/* フォントの設定 */
p{
  position:relative;
  top:20px;
  color: #001e43;
  font-size:12pt;
  font-family:monospace;
  font-style:oblique;
  font-weight:bold;
  text-shadow: 3px 3px 3px #7b7c7d;
}

/* お知らせの設定 */
div#oshirase {
  position:relative;
  top:260px;
  left:40px;
  font-family:monospace;
  font-weight:bold;
  font-size:11pt;
  color:#17184b;
  text-shadow: 3px 3px 3px #7b7c7d;
  line-height:15pt;
}

/* フッターの設定 */
div#footer {
  width:600px;
  height:280px;
  position:relative;
  top:340px;
  left:350px;
  font-weight:bold;
  font-family:monospace;
  font-size: 100%;
  color:#17184b;
  text-align:right;
  letter-spacing:2px;
  line-height:24px;
  text-shadow: 3px 3px 3px #7b7c7d;
}


