@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .home{
    background-position:0px -20px;
}

#gNav .home a{
    background-position:0px -20px;
}
/*----------------------------------------------------
	ビジュアル
		#visual
----------------------------------------------------*/
#visual {
	height:430px;
	width:700px;
	float:left;
	z-index:60001;
	position: absolute;
}

/*----------------------------------------------------
	ビジュアルサブ
		#visual_sub
----------------------------------------------------*/
#visual_sub {
	width:300px;
	height:255px;
	float:left;
}



/*----------------------------------------------------
	ニュース
		#news
----------------------------------------------------*/
#news {
	width:497.5px;
	font-size:80%;
	margin-top:5px;
	margin-right:5px;
	float:left;
}

#news .infobox {
	margin-bottom:10px;
	width:233.75px;
	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 .subtilte {
	margin-bottom:10px;
	background-color:#4b4948;
	height:20px;
}


#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:497.5px;
	float:left;
	margin-top:5px;
	font-size:80%;
}

#press .subtilte {
	margin-bottom:10px;
	background-color:#4b4948;
	height:20px;
}

#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;
}
