/* 左ナビの設定 */
#left{
float:left;
width:300px;
}
#left li{
margin:0 0 10px;
}
#top{
float:left;
margin:0 0 0 12px;
width:286px;
}
.box_l{
float:left;
display:block;
width:138px;
margin:0 0 10px;
}
.box_r{
float:right;
display:block;
width:138px;
margin:0 0 10px;
}
#works{
clear:both;
margin:0 0 0;
padding:10px 0 5px;
border:1px solid #B3B3B3;
}
#works h3{
margin:0 0 10px 4px;
}
#slideshow{
margin:0 auto;
width:266px;
}
.slides-nav{
margin:10px auto 0;
width:60px;
height:10px;
}
.slides-nav li {
float:left;
margin:0 5px;
}  
.slides-nav li a {  
display: block;  
overflow: hidden;  
background: url(../image/index/btn.gif) no-repeat;  
width: 10px;  
height: 10px;  
text-indent: -9999px;  
}  
.slides-nav:after    { height:0; visibility: hidden; content: ".";   display: block; clear: both; }  
.js #slideshow .slides-nav li.on,  
.js #slideshow .slides-nav li.on a {  
background: url(../image/index/btn_on.gif) no-repeat;  
}
#slide_box{
height:80px;
}
#slide_box li{
width:263px;
height:56px;
margin:0;
padding:12px 0 12px 3px;
}
#slide-one{background:no-repeat url(../image/index/works/bg1.jpg);}
#slide-two{background:no-repeat url(../image/index/works/bg2.jpg);}
#slide-three{background:no-repeat url(../image/index/works/bg3.jpg);}
#right{
float:right;
width:190px;
}
#right img{
	margin:0;
	line-height: 1.5px;
}
#right li{
margin:0 0 10px;
}
.banner_l{
float:left;
width:90px;
}
.banner_spc{
display:block;
margin:0 0 10px;
}
.banner_r{
float:right;
width:90px;
}
.banner_b{
clear:both;
}
#footer{
	margin:0;
	/* [disabled]padding:20px 0 0; */
	border:none;
}
