
/* タブ切り替え
------------------------------------------------------------- */

#tab1,#tab2,#tab3,#tab4,#tab5{
	float:left;
	background-color:#f2f2f2;
	width:658px; height:100px;overflow:auto;
	display:inline;
	padding:15px 20px 10px 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#javascript_tab {
	width:700px;
	}

#javascript_tab ul#tab {
	display:inline;	
	}

#javascript_tab ul#tab li {
	margin-right: 3px;
	float:left;
	width:115px;
	height:27px;
	list-style:none;
    display:inline; background-color:#fff;
	}
	
#javascript_tab ul#tab li a {
	display:block;
	width: 115px;
	height: 27px;
	}	
	
#javascript_tab ul#tab li.selected {
	background-color:#f2f2f2;
	}

#javascript_tab ul#tab li.selected a {
	background-color:#f2f2f2;
	width: 115px;
	height: 27px;
	display:block;
	}
#javascript_tab ul#tab li a:hover {
	background-color:#f2f2f2;
	width: 115px;
	height: 27px;
	display:block;
	}	
.bd{ margin-bottom:8px; padding-bottom:10px;
	background-image:url(../img/top_news_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
