
.tab_header{
	border-top:1px solid #999;
	height:41px;
background:url(../images/background_table_header.jpg);
}
.tab_change{
	margin:0 auto;width:1024px;padding-left:25px;
	}

.tab_change a {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-radius: 6px 6px 0 0;
  display: inline-table;
  text-align: center;
  margin-left: 6px;
  text-decoration: none;
  padding: 5px 10px;
  margin-top:10px;
  background:url(../images/background_table_tab.jpg);
  width:110px;height:20px;
  font-size:12px;
  font-weight:bold;
}


.tab_change a:hover {
  background:#FFF;
}
.tab_change p{font-size:10px;font-weight:normal;}

.tabs a {
   border-radius: 6px 6px 0 0;
  display: inline-table;
  text-align: center;
  margin-left: 4px;
  text-decoration: none;
  padding: 5px 10px;
  margin-top:20px;
  background:url(../images/background_table_tab.jpg);
  width:130px;height:20px;
  font-size:12px;
  font-weight:bold;
}


/* タブ中身のボックス */
div.tab {  overflow: auto; clear: left; }

#tab1{ width:1024px;margin:0 auto;}
#tab2{ width:1024px;margin:0 auto;}
#tab3{ width:1024px;margin:0 auto;}
#tab4{ width:1024px;margin:0 auto;}
#tab5{ width:1024px;margin:0 auto;}
#tab6{ width:1024px;margin:0 auto;}


.over{
		border-radius: 6px 6px 0 0;
  display: inline-table;
  text-align: center;
  margin-left: 4px;
  text-decoration: none;
  padding: 5px 10px;
  margin-top:10px;
  background:#666 !important;
  font-size:12px;
  font-weight:bold;
  color:#AAA !important;
	
	}