    /* body */
    body
    {
    	  margin:2px;
    }
    
    /* Table TD Attribute ¼³Á¤ */
    td
    {
        font: 9pt;
        padding:0px;
    }
    
    /* Main Middle Head ¼³Á¤ */
    .main_mid_head
    {
    }
    
    /* Main Left   */
    .main_left
    {
    	  margin-top:1px;
    	  margin-bottom:1px;
    	  width:179px;
    	  height:200px;
    	  /*background-color:rgb(10,10,10);*/
    }
    
    /* Main Center */
    .main_center
    {
    	  margin:1px;
    	  width:458px;
    	  height:200px;
    	  /*background-color:rgb(100,100,100);*/
    }
    
    /* Main Right  */
    .main_right
    {
    	  margin-top:1px;
    	  margin-left:1px;
    	  margin-bottom:1px;
    	  width:160px;
    	  height:200px;
    	  background-color:rgb(200,200,200);
    }
    
    /* Menu Title Left */
    table.pannelHeader 
    {
    	  clear: both; 
    	  width: 178px; 
    	  height: 30px; 
    	  border-collapse: collapse; 
    	  margin-top: 1px; 
    	  cursor: pointer
    }
    
    table.pannel td.left
    {
    	  width:10px;
    	  padding:0px;
    	  background-image:url('/new_ims/img/menu/panel_left01.gif');
    	  background-repeat:no-repeat;
    }
    
    table.pannel td.right
    {
    	  width:10px;
    	  padding:0px;
    	  background-image:url('/new_ims/img/menu/panel_right01.gif');
    	  background-repeat:no-repeat;
    }
    
    table.pannel td.center
    {
    	  width:159px;
    	  height:30px;
    	  padding:0px;
    	  background-image:url('/new_ims/img/menu/panel_center.gif');
    	  background-repeat:repeat-x;
    }
    
    table.pannel a 
    { 
        float: right;
        background: url('/new_ims/img/menu/arrow_06.gif') no-repeat; 
        width: 13px; 
        height: 13px; 
        text-indent: -100em; 
        display: block; 
        overflow: hidden;
    }
    
    table.collapse_pannel td.left
    {
    	  width:10px;
    	  padding:0px;
    	  background-image:url('/new_ims/img/menu/panel_left01.gif');
    	  background-repeat:no-repeat;
    }

    table.collapse_pannel td.center
    {
    	  width:159px;
    	  height:30px;
    	  padding:0px;
    	  background-image:url('/new_ims/img/menu/panel_center.gif');
    	  background-repeat:repeat-x;
    }
    
    
    table.collapse_pannel td.right
    {
    	  width:10px;
    	  padding:0px;
    	  background-image:url('/new_ims/img/menu/panel_right01.gif');
    	  background-repeat:no-repeat;
    }
    
    table.collapse_pannel  a { float: right; background: url('/new_ims/img/menu/arrow_04.gif') no-repeat; width: 13px; height: 13px; text-indent: -100em; display: block; overflow: hidden;}
    
    ul
    {
    	  list-style-type: none;
    	  font-size:9pt;
    	  padding: 0px;
    	  margin:  0px;
    }
    
    li
    {
    	  background-image:url('/new_ims/img/menu/ic_point02.gif');
    	  background-repeat: no-repeat;
    	  background-position: 5px 10px;
    	  padding-top: 5px;
    	  padding-left: 14px;
    	  vertical-align: middle;
    }
    
    .label_text1
    {
    	  font-size:9pt;
    	  font-family: ±¼¸², Helvetica, sans-serif;
    }
    
