@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .home{
    background-position:0px -22px;
}

#gNav .home a{
    background-position:0px -22px;
}

/*----------------------------------------------------
	ビジュアル
		#visual
----------------------------------------------------*/
#visual {
	height:500px;
	margin-bottom:15px;
	width:1000px;
}

/*----------------------------------------------------
	ブランド
		#brand
----------------------------------------------------*/
#brand {
	width:1000px;
	float:left;
	margin-right:40px;
}
#brand .subtilte {
	margin-bottom:5px;
}
#brand div{
	width:250px;
	margin-top:40px;
	text-align:center;
	float:left;
}


/*----------------------------------------------------
	ニュース
		#news
----------------------------------------------------*/
#news {
	width:475px;
	font-size:80%;
	margin-top:30px;
	margin-right:50px;
	float:left;
}

#news .infobox {
	margin-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#news .data_box { 
	overflow:hidden;
	height:100px;
} 

#news .imgbox { 
	width: 55px; 
	float: left;
} 

#news .imgbox img{ 
	border: 2px solid #999999;	
} 

#news .subtilte {
	margin-bottom:5px;
}


#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:475px;
	float:left;
	margin-top:30px;
	font-size:80%;
}

#press .subtilte {
	margin-bottom:5px;
}

#press .infobox {
	margin-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#press .data_box { 
	overflow:hidden;
	height:100px;

} 

#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;
}


/*----------------------------------------------------
	ボトム情報
		#bottominfo
----------------------------------------------------*/
#bottominfo {
	margin-top:45px;
	float:left;
	width:1000px;

}

/*----------------------------------------------------
	ボトムロゴ
		#bottomlogo
----------------------------------------------------*/
#bottomlogo {
	float:left;
	text-align:left;
	width:500px;
}


/*----------------------------------------------------
	キャプション
		#caption
----------------------------------------------------*/
#caption {
	float:left;
	text-align:right;
	width:500px;
	font-size:80%;
}

