@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .home{
	width:100px;
	background-position:0px -20px;
	background-position:center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#gNav .home a{
	width:100px;
	background-position:0px -20px;
	background-position:center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*----------------------------------------------------
	ビジュアル
		#visual
----------------------------------------------------*/
#visual {
	height:390px;
	width:1000px;
}

#visual .slideShow{

}

/*----------------------------------------------------
	ボトム
		#bottom
----------------------------------------------------*/
#bottom {
	width:1000px;
	margin-top:15px;
	float:left;
	margin-left:115px;
}

/*----------------------------------------------------
	ニュース
		#news
----------------------------------------------------*/
#news {
	width:340px;
	font-size:80%;
	margin-right:90px;
	float:left;
}

#news .subtilte {
	margin-bottom:10px;
	height:11px;
}

#news .infobox {
	margin-bottom:10px;
	width:340px;
	float:left;
}

#news .infobox1 {
	margin-right:30px;
}

#news .data_box { 
	overflow:hidden;
	height:110px;
} 

#news .imgbox { 
	width: 55px; 
	float: left;
} 

#news .imgbox img{ 
	border: 2px solid #999999;	
} 

#news .data_box .date{
	text-indent:10px;
	color:#FF0000;
}

#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:340px;
	float:left;
	font-size:80%;
}

#press .subtilte {
	margin-bottom:10px;
	height:11px;
}

#press .newsbox {
	margin-bottom:10px;
}

#press .data_box { 
	overflow:hidden;
	height:110px;

} 

#press .imgbox { 
	width: 55px;
	float: left;
} 


#press .imgbox img{ 
	border: 2px solid #999999;
}

#press .data_box .date{
	text-indent:10px;
	color:#FF0000;
}

#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;
}

