@charset "UTF-8";

#board {
   width: 960px;
   margin: 0px auto;
}


#top {
   width: 940px;
   margin: 5px auto;
   background-image: url(img/B9FBFF_10.gif);
   background-repeat: repeat;
   padding: 10px 10px 0px;
}

#main {
   width: 960px;
   background-image: url(img/D9EFFF_main.gif);
   background-repeat: repeat-y;
}
#main_fot {
   width: 960px;
   height: 2px;
   background-image: url(img/D9EFFF_main_fot.gif);
   background-repeat: no-repeat;
}

#left {
   width: 190px;
   margin-right: 10px;
   float: left;
   padding: 5px;
   font-size: 14px;
   color: #666666;
}

* html #left {
   margin-right: 7px;
}

#left dt{
   width: 180px;
   height: 16px;
   padding: 2px 0px 0px 5px;
   margin-bottom: 3px;
   background-color: #FCFCFC;
}

#left dd{
   margin-bottom: 2px;
}

#footer {
   width: 960px;
   margin: 5px auto;
   background-image: url(img/B9FBFF_10.gif);
   background-repeat: repeat;
}

#float_cl {
   clear: both;
}
