@charset "UTF-8";
body{
   background-color: #00CFFF;
}
h2 {
   width: 660px;
   height: 20px;
   padding: 0px 5px;
   border-bottom: 2px solid #0092FF;
   font-size: 20px;
   color: #0092FF;
}
#board {
   width: 960px;
   height: 720px;
   margin: 0px auto 0px;
   background-image: url(img/bgimage.jpg);
   background-repeat: no-repeat;
   overflow: hidden;
}

#top {
   width: 415px;
   height: 190px;
   margin: 5px;
   float: left;
   overflow: hidden;
}
.top_title {
   position: relative;
   top: 5px;
   left: 20px;
   font-size: 20px;
   color: #FFFFFF;
   font-weight: 900;

}

#block {
  width: 290px;
  height: 180px;
  margin: 5px;
  position: relative;
  float: left;
}
/* Firefox用 */
html>/**/body #block {

}

#right {
  width: 190px;
  height: 590px;
  position: relative;
  left: 35px;
  padding: 5px;
}
/* Firefox用 */
html>/**/body #right {
  height: 780px;
  top: -195px;
  left: 760px;
}

#main {
   width: 690px;
   height: 490px;
   margin: 5px;
   padding: 5px;
   position: relative;
   top: -400px;
   left: 20px;
   float: left;
   overflow-y:scroll;
}
/* Firefox用 */
html>/**/body #main {
  top: -590px;   
}

#footer {
   width: 190px;
   height: 100px;
   margin: 5px;
   position: relative;
   top: 10px;
   left: 55px;
   font-size: 10px;

}
/* Firefox用 */
html>/**/body #footer {
  top: 80px;
}

#float_cl {
   clear: both;
}
