@charset "utf-8";
/* CSS Document */
	
/* //////////////////////////////////////////
////////////////////////////////////////// */	
/* イメージ */

#gallery2{height:400px;}

.img{
	width:966px;
	height:400px;
	padding-bottom:6px;
	}
	
#topics{
	width:966px;
	height:22px;
	border-bottom:2px #d9d9d9 solid;
	overflow:hidden;
	padding: 0px 0 0px 0;	
	}
	
#headl{
	width:78px;
	float:left;
	}
	
#news{
	}	
	
#allnews{
	width:94px;
	float:left;
	padding-right:20px;
	}
	
/* //////////////////////////////////////////
////////////////////////////////////////// */	
/* メイン */

.info_w{
	border:1px #d9d9d9 solid;
	width:962px;
	height:260px;
	}

.info{
	border-right:1px #d9d9d9 solid;
	width:200px;
	height:230px;
	padding:15px 20px;
	float:left;
	}
	
.info2{
	width:199px;
	height:230px;
	padding:15px 20px;
	float:left;
	}
	
#pickup{
	width:945px;
	height:70px;
	background-image:url(../img/pic_bk.gif);
	padding:21px 0 21px 21px;
	margin-bottom:39px;
	}
	
#imp{
	width:945px;
	background-image:url(../img/pic_bk.gif);
	padding:21px 0 21px 21px;
	margin-bottom:39px;
	}
	
#pic_ba{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	/*width:285px;*/
	
	}

.pic_b{
        padding:0px 17px 0px 0px;
		margin:0px 0px 0px 0px;
		border-right:1px #d9d9d9 solid;
		list-style:none;
		float:left; 
		text-align:right;
		}
		
.pic_b2{
        padding:0px 17px 0px 17px;
		margin:0px 0px 0px 0px;
		border-right:1px #d9d9d9 solid;
		list-style:none;
		float:left; 
		text-align:right;
		}
		
.pic_b3{
        padding:0px 0px 0px 17px;
		margin:0px 0px 0px 0px;
		list-style:none;
		float:left; 
		text-align:right;
		}	
		
.bor{
	border-right:1px #d9d9d9 solid;
	}	
	
	
/* --------------------
	tab
-------------------- */						

#tab-box{
	padding-top:36px;
	border-bottom:1px #d9d9d9 solid;
	}	
	
#tab-box p{
	padding:4px 0 4px 0;
	font-size:12px;
    color:#333333;
	}	
	
#tab-box ul {
width:966px;
margin:0 0px;
padding: 0 0 6px 0;
list-style: none;
}
#tab-box ul li {
margin-right:0px;
float:left;
display:inline;
font-size:0;
}
#tab-box ul li a img{
outline:none;
border:none;
}
#tab-box div {
display:none;
width:966px;
height:136px;
margin-bottom:0px;
padding:0px 0 10px 0;
/*border:3px solid #0066cc;*/
}
.clearFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
zoom:1;
}

/* --------------------
	fade
-------------------- */		

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
} 								

		
		
.ticker {
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;

	font-size:11px;
	width:760px;
	padding-left:10px;
	padding-top:2px;
	float:left;

}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}					
#tab-box p.right{
	text-align:right;
}		