/*トップタブメニュー*/ 


html{overflow-y: scroll;}

#tab-box ul {
    /*width:470px;*/
    background-image: url("http://www.s-b-c.net/image_new/top/idx_tab_bg.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    height:30px;
    margin:0;
    padding: 0;
    list-style: none;
    font-size:0;
}  
#tab-box ul li {  
    margin:0;  
    padding: 0;  
    display:inline;  
    font-size:0;  
}
/*IE6*/ 
* html #tab-box ul li {  
    margin:0;  
    padding: 0;
	float:left;  
    display:inline;  
    font-size:0;  
}

/*IE7*/   
*:first-child+html #tab-box ul li {  
    margin:0;  
    padding: 0;
	float:left;  
    display:inline;  
    font-size:0;  
} 

 
#tab-box ul li a img{  
    outline:none;  
    border:none; 
}  
#tab-box div {  
    display:none;  
    /*width:468px;  */
    margin-bottom:15px;  
    padding:0px;  
    border:1px solid #FF6699;  
} 
#tab-box iframe {  
	width: 100%;
}

.clearFix:after{  
    display:block;  
    clear:both;  
    height:0;  
    visibility:hidden;  
    content:".";  
    zoom:1; 
}  
	
.tab1  {
	clear: both;
	/*width: 438px;*/
	height:400px;
	overflow: auto;
	padding: 5px;
	margin: 0px;
	float: left;
}

.tab1 p {
	margin: 5px;
	clear: both;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
	
.tabbox{
	/*width: 438px;*/
	height:500px;
	padding: 5px;
}

.tabbox .datail {
	margin: 0px;
	clear: both;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	font-size: 13px;
	color: #333333;

}

.tabbox .datail:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 
.tabbox .datail {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .tabbox .datail {height: 1%;}
.tabbox .datail {display: block;}

/**/


.tabbox .floatright{
	float: right;
}
.tabbox .floatleft{
	float: right;
}



