/* CSS Document */
body{
  margin:0 auto;
  text-align:center;
  background-color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrap{
  width:760px;
/*
  height:680px;
*/
  background-color:#000;
  background-image:url(../img/parts/bgimg.gif);
  background-repeat:repeat-y;
  margin:0 auto 0 auto;
  text-align:center;
  overflow:visible;
}

#main{
  width:750px;
  height:530px;
  background-color:#000;
  margin:0 auto 0 auto;
  text-align:center;
}

#left{
  width:295px;
  height:400px;
  background-color:#000;
  float:left;
}

#right{
  width:455px;
  height:400px;
  background-color:#000;
  color:#ffc;
  float:right;
}

#image{
  width:445px;
  height:280px;
  position:relative;
  background-color:#000;
  background-image:url(../img/topimg/00.jpg);
  background-repeat:no-repeat;
}

#flash{
  width:444px;
  height:262px;
  position:absolute;
  top:18px;
  left:0;
}

#textbox{
  width:445px;
  height:100px;
  text-align:left;
  line-height:1.2em;
  background-color:#000;
  color:#ffc;
}

#textbox p{
  font-size:0.8em;
}

