@charset "shift-jis";

/* ▼全共通プロパティ */

H1 {display: none;}
H2 {display: none;}
UL,OL {
  margin: 0 0 0 15px;
  padding: 0;
}
P {
  margin: 0;
  font-size : 12px;
  font-family : Verdana,"Lucida Sans Unicode",Tahoma;
  color : #002665;
  line-height : 18px;
  letter-spacing : 1px;
}
A {border: none;}
IMG {border: none;}

.space {
  font-size: 1px;
  line-height: 1px;
}
.clear {clear: both;}
.underline_eng {
  padding: 2px 0;
  border-bottom: 1px dotted #B9394E;
}
.underline_2eng {
  padding: 4px 0;
  border-bottom: 1px double #B9394E;
}
.white {color: white;}

/* ▼コンテンツ・メニューレイヤー */
/* DIV#menu < BODY < html */
/* 成行 */

#menu {
  left: 0;
  top: 0;
  width: 770px;
  height: 135px;
  position: absolute;
}


/* ▼コンテンツ・コンテナ */
/* DIV#container < BODY < html */

#container {
  left: 0;
  top: 135px;
  width: 770px;
  height: 495px;
  position: absolute;
  background-color: #FFFFFF;
}

/* ▽左シャドウ */
/* DIV#shadow_l < DIV#container < BODY < html */

#shadow_l {
  left: 0;
  top: 0;
  width: 5px
  height: 495px;
  position: absolute;
  background: url(../img/shadow-left.gif) repeat-y;
  float: left;
}

/* ▽右シャドウ */
/* DIV#shadow_r < DIV#container < BODY < html */

#shadow_r {
  left: 765px;
  top: 0;
  width: 5px
  height: 495px;
  position: absolute;
  background: url(../img/shadow-right.gif) repeat-y;
  float: right;
}

/* ▼コンテンツ・内容物レイヤー */
/* DIV#content < DIV#container < BODY < html */

#content {
  left: 5px;
  top: 0;
  width: 760px;
  height: 495px;
  position : absolute;
  background-color : #ffffff;
  float: left;
}
#content H1 {display: none;}
#content H2 {display: none;}
#content H3 {display: none;}

/* ▽コンテンツ・上の赤帯 */
/* DIV#l1 < DIV#content < DIV#container < BODY < html */

/* 2008-910_リニューアルオープンを外して上に上げる；
#l1 {
  left: 0;
  top: 0;
  width: 760px;
  height: 5px;
  position: absolute;
  background-color: red;
}
*/

/* ▽コンテンツ・ライトフライヤー */
/* DIV#writeflyer < DIV#content < DIV#container < BODY < html */

#writeflyer {
  left: 20px;
  top: 5px;
  width: 720px;
  height: 270px;
  position: absolute;
  background: url("img/writeflyer_b.jpg") no-repeat;
}
#wf_txt {
  left: 335px;
  /* 2008-910_リニューアルオープンを外して上に上げる；top: 155px; */
  top: 135px;
  width: 375px;
  height: 110px;
  position: absolute;
}

/* ▽コンテンツ・デモフライトが見られるよ！ */
/* DIV#demo < DIV#content < DIV#container < BODY < html */

#demo {
  left: 20px;
  top: 270px;
  width: 330px;
  height: 75px;
  position: absolute;
  background: url("img/demo_b.jpg") no-repeat;
}
#demo_txt {
  left: 5px;
  top: 20px;
  width: 245px;
  height: 40px;
  position: absolute;
}

/* ▽コンテンツ・空飛ぶおもちゃと遊ぼう！ */
/* DIV#play < DIV#content < DIV#container < BODY < html */

#play {
  left: 375px;
  top: 270px;
  width: 365px;
  height: 75px;
  position: absolute;
  background: url("img/play_b.jpg") no-repeat;
}
#play_txt {
  left: 115px;
  top: 20px;
  width: 248px;
  height: 40px;
  position: absolute;
}

/* ▽コンテンツ・下帯 */
/* DIV#lowerblue < DIV#content < DIV#container < BODY < html */

#lowerblue {
  left: 0;
  top: 350px;
  width: 760px;
  height: 145px;
  position: absolute;
  background: url("img/lowerblue_b.jpg") no-repeat;
}
#lf_info {
  left: 610px;
  top: 85px;
  width: 125px;
  height: 25px;
  position: absolute;
}
/* 休館日お知らせ【臨時】2010-424_右に寄せて若干右に拡げる */
#kyuujitu {
  color: white;
/*left: 25px; */
  left: 30px;
  top: 100px;
/*width: 255px; */
  width: 320px;
  height: 15px;
  position: absolute;
}
#copyright {
  left: 25px;
  top: 130px;
  width: 705px;
  height: 25px;
  position: absolute;
}

/* ▽コンテンツ・ライブファクトリーのご案内(通常非表示) */
/* DIV#lfguide < DIV#content < DIV#container < BODY < html */

#lfguide {
  left: 0;
  top: 0;
  width: 760px;
  height: 470px;
  position: absolute;
  background-image: url(img/ts998065_70.png);
  visibility: hidden;
}
#sb_info {
 left: 610px;
 top: 435px;
 width: 125px;
 height: 25px;
 position: absolute;
}
