#overview{
  background-image : url(../game_image/f1_title.jpg);
  background-position : left bottom;
  background-repeat : no-repeat;
  background-attachment : scroll;
  height : 400px;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #00a1e9;
  padding-left : 25px;
}
#story{
  padding-left : 340px;
  padding-top : 90px;
}
#concept{
  background-image : url(report/conceptback_01.jpg);
  background-repeat : no-repeat;
  background-position : right top;
}
#concept_rtf{
  background-image : url(report/conceptback_02.jpg);
  background-repeat : no-repeat;
  background-position : right top;
  background-attachment: fixed;
}
/*リポートのシェア紹介*/
#concept_rtf2{
  background-image : url(report/conceptback_02.jpg);
  background-repeat : no-repeat;
  background-position : right bottom;
  background-attachment: fixed;
}
/*トピックス*/
#concept_rtf3{
  background-image : url(topics/conceptback_03.jpg);
  background-repeat : no-repeat;
  background-position : right bottom;
  background-attachment: fixed;

}
.table_title{
    background-color:#779ac7;
    color:#FFFFFF;
    border-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    letter-spacing:3px;

}

/*==============================*/
.gamemenu{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #00a1e9;
  padding-left : 25px;
  padding-bottom : 10px;
}
.gamemenu IMG{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #00a1e9 #00a1e9 #00a1e9 #00a1e9;
  margin-right : 5px;
}
.gamemenu P{
 margin-bottom:5px;
}
/*装備リスト*/
.cha_table{
    background-color:#779ac7;
    font-size:small;
}
.tb_cell1{
    background-color: #ffffff;
    padding-left:5px;
    padding-right:5px;
}
.tb_cell2{
  background-color : #bbe2f1;
    padding-left:5px;
    padding-right:5px;
}

