@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */


/*----------------------------------------------------
	ビジュアル
		#visual
----------------------------------------------------*/
#visual {
	margin-top:20px;
}

/*----------------------------------------------------
	ビジュアルサブ
		#visualSub
----------------------------------------------------*/
#visualSub {
	width:780px;
	margin-top:5px;
	float:left;
}

#visualSub ul li{
	float:left;
	margin-right:8px;
}

#visualSub ul li.count2{
	margin-right:-8px;
}

/*	#banner
----------------------------------------------------*/
#banner {
	text-align:right;
	margin-top:10px;
	float:left;
}

/*	#item
----------------------------------------------------*/
#item {
	float:left;
	margin-top:10px;
}

#item .box {
	float:left;
	width:190px;
	text-align:center;

}

#item .box .img{


}



/*----------------------------------------------------
	ニュース
		#news
----------------------------------------------------*/
#news {
	width:255px;
	font-size:80%;
	margin-top:10px;
	margin-right:10px;
	float:left;
}

#news .infobox {
	margin-bottom:10px;
}

#news .data_box { 
	overflow:hidden;
	height:75px;


} 

#news .imgbox { 

	float: left;
} 

#news .imgbox img{ 
	border: 2px solid #999999;	
} 

#news .subtilte {
	margin-bottom:5px;

}


#news .data_box .date{
	text-indent:10px;
	}

#news .data_box .subject{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent:10px;
}

#news .data_box .msg {
	padding-left:10px;
}

/*----------------------------------------------------
	プレス
		#press
----------------------------------------------------*/
#press {
	width:255px;
	font-size:80%;
	margin-top:10px;
	margin-right:10px;
	float:left;
}

#press .subtilte {
	margin-bottom:5px;
}

#press .infobox {
	margin-bottom:10px;

}

#press .data_box { 
	overflow:hidden;
	height:75px;

} 

#press .imgbox { 
	float: left;
} 


#press .imgbox img{ 
	border: 2px solid #999999;
}

#press .data_box .date{
	text-indent:10px;
}

#press .data_box .subject{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent:10px;
}

#press .data_box .msg {
	padding-left:10px;
}







