.tabheader table {

  border-collapse: collapse; /* for IE */

  border-spacing: 0; /* for N6 */

}



.tabheader table tr td {margin:0;padding:0;border-width:0}



.tabheader .close {


  background:url(../images/top/h2_tab_blankoff.gif) no-repeat;

  text-align:center;
  margin-right:0px;

  padding-top: 0.5em;;
  padding-bottom: 1.5em;
  width:103px;

  white-space: nowrap;

}

.tabheader .open {


  background:url(../images/top/h2_tab_blankon.gif) no-repeat;

  text-align:center;
  margin-right:0px;

  padding-top: 0.5em;;
  padding-bottom: 1.5em;
  width:103px;

  white-space: nowrap;

}

.tabheader .spc {



  margin:0;

  padding: 0.5em;

  white-space: nowrap;

}



.tabheader .open a {text-decoration: none; color:#333333; font-weight:bold; font-size:13px;}
.tabheader .close a {text-decoration: none; color:#FFFFFF; font-weight:bold; font-size:13px;}
.tabheader a:hover { color:#FF0000;}

.tabbody {
 width:510px;
 height:130px;
 overflow:auto;


		scrollbar-face-color:#FFFFFF;
		scrollbar-highlight-color:#CCCCCC;
		scrollbar-3dlight-color:#FFFFFF;
		scrollbar-shadow-color:#CCCCCC;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-arrow-color:#999999;
		scrollbar-track-color:#FFFFFF;



  padding: 0.3em;

}
