body {

   margin-left: 10px;
   background-image:url(../img/style/bg.gif);
   
}

#main_div {

    width: 1000px;
    background: white;
    border: 1px gray outset;
    float: left;
    padding: 5px;
   
}

#head_div {

   width: 1000px;
   height: 188px;
   background-image: url(../img/style/banner.jpg);
   
}

#horizontal_menu_div {

   width: 1000px; 
   border: 1px gray solid;
   
}

#left_main_div {

   margin-right: 5px;    
   width:200px;
   float:left;
   
   
}

#middle_main_div {

   margin-left: 205px;
   padding-top: 5px;
   
   width:750px;
   
}

#foot_menu_div {

   position: absolute;  
   bottom: 5px;
   left: 0px;
   margin-left: 10px;
   color: gray;
   
}

.menu_point_div {

   width: 189px;
   height: auto;
   background-color: #E5E5E5;
   border: 1px gray solid;
   border-top: none;
   
}

#basket_case_div {

   width: 180px; 
   height: 189px; 
   padding-top: 32px;
   padding-left: 5px;
   text-align: center;
   background-image: url(../img/style/basket.jpg);
   background-repeat: no-repeat;
   
}

#msg_box_head {

  position:absolute;
  top: -55px;
  left: 15px;
  width:1000px;
  height:40px;
  z-index: 30;
  border: 1px #AFFC1B solid;
  background-color: #DCFC9D;  padding-top:10px;
  text-align: center;
  
}

.input_field {

   border-width:1px;
   border-style:solid;
   border-color:#BFD2F8;
   text-align:justify;

}

.button_class {

   background: #BEC2BF;
   border: 1px outset #535653;
   width: auto;
   color: #000000;
   font: 9pt Arial;

}

a.foot_menu_div_link:link {

   color: gray;
   text-decoration: none;
   
}

a.foot_menu_div_link:hover {

   color: gray;
   text-decoration: underline;
   
}

a.foot_menu_div_link:visited {

   color: gray;
   text-decoration: none;
   
}



a.normal_link:link {

   color: #464545;
   text-decoration: none;
   
}

a.normal_link:hover {

   color: #464545;
   text-decoration: underline;
   
}

a.normal_link:visited {

   color: #464545;
   text-decoration: none;
   
}



a.left_menu_link:link {

   color: #464545;
   text-decoration: none;
   
}

a.left_menu_link:hover {

   color: #464545;
   text-decoration: underline;
   
}

a.left_menu_link:visited {

   color: #464545;
   text-decoration: none;
   
}

a.left_menu_link:active {

   color: #606060;
   text-decoration: none;
   
}
