
#acMenu dt{
    display:block;
    width:185px;
/*
    height:50px;
    line-height:50px;
*/
	
    text-align:center;
    cursor:pointer;
    background:url(images/i_swich.png) 177px -69px no-repeat;
    padding-right:15px;
    }
#acMenu dd{
    width:100%;
    height:auto;
    line-height:50px;
    text-align:center;
    display:none;
    padding-right:70px;
    padding-left: 10px;
    }
#acMenu dt.active{
    background:url(images/i_swich.png) 177px 18px no-repeat;
    }
#tabMenu{
	background-color:#000;
}    
.left{
	float: left;
}
.right{
	float: right;
	margin-bottom: 10px;
	text-align: left;
	width: 370px;
}
.sutudio_box{
	margin-top: 10px;
}

.right img{
	margin-bottom: 2px;
}

/*------------
 clearfix
--------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 
