@charset "UTF-8";
body{
   background-image: url(img/background.gif);
   background-repeat: repeat;
}

h1 {
   width: 550px;
   height: 31px;
   margin-top: 5px;
   padding: 5px 0px 0px 25px;
   font-size: 20px;
   color: #FFFFFF;
   background-image: url(img/h1.jpg);
   background-repeat: no-repeat;
}

h2 {
   width: 565px;
   height: 30px;
   margin-top: 5px;
   padding: 5px 0px 0px 10px;
   font-size: 20px;
   background-image: url(img/h2.jpg);
   background-repeat: no-repeat;
}

h3 {
   width: 270px;
   height: 15px;
   margin-top: -20px;
   padding: 0px 0px 0px 30px;
   font-size: 15px;
   background-image: url(img/h3_dot.gif);
   text-decoration: none;
   background-repeat: no-repeat;
}
#board {
   width: 800px;
   margin: 0px auto;
}


#top {
   width: 800px;
   height: 100px;
   /*margin: 5px auto;*/
   /*background-image: url(img/B9FBFF_10.gif);*/
   /*background-repeat: no-repeat;*/
   /*padding: 10px 10px 0px;*/
}

#head_img {
   width: 800px;
   height: 200px;
   background-image: url(img/image_top.jpg);
   background-repeat: no-repeat;
}

* html #head_img {
   margin-top: -10px;
}

#main {
   width: 800px;
   background-image: url(img/main_bg.jpg);
   background-repeat: repeat-y;
}
#main_fot {
   width: 800px;
   height: 2px;
   background-image: url(img/main_bg.jpg);
   background-repeat: no-repeat;
}

#left {
   width: 190px;
   margin-right: 10px;
   float: left;
   padding: 5px;
   font-weight: bold;
   font-size: 14px;
   color: #666666;
}
.left_menu {
   background-image: url(img/menu.jpg);
   background-repeat: no-repeat;
   display : block ;
   width: 145px;
   height: 35px;
   padding: 10px 0px 0px 35px;
}
.left_menu a {
   font-size: 16px;
   color: #000000;
   text-decoration: none;
}

.left_menu a:hover{
   font-size: 16px;
   color: #0A5EA7;
   text-decoration: none;
}


* 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: 600px;
   margin: 0px auto;
   padding-left: 200px;
  /* border-top:1px solid #000000; */
   background-image: url(img/main_bg.jpg);
}
* html #footer {
   margin-top: -10px;
}

.footer_contents {
   width: 595px;
   border-top: 1px solid #000000;
}

#float_cl {
   clear: both;
}
