@charset "utf-8";
/* ===================================================================
CSS information

 file name  :share_brand.css
 author     :igu (admin)
 style info :ブランドページ共通
 ================================================================== */
/*----------------------------------------------------
	body
		ボディ
----------------------------------------------------*/
body {
	margin-top:20px;

}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	width: 1000px;

}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width:1000px;
}
/* #brand_group
----------------------------------------------------------- */
#header #brand_group {
	width:500px;
	float:left;
	margin-bottom:5px;
	margin-left:0px;
}


/* #view_cart
----------------------------------------------------------- */
#header #view_cart{
	font-weight:bold;
	font-size:80%;
	margin-top:15px;
	float:right;
}

/* #int_web
----------------------------------------------------------- */

#header #int_web {
	font-weight:bold;
	font-size:80%;
	margin-top:15px;
	float:right;
}


/* #gNav_brand
----------------------------------------------------------- */
#header #gNav_brand {
	width:1000px;
	background-image: url(../../img/share/border_brand_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}

* html #header #gNav_brand {
	height: 1%;
}

#header #gNav_brand li {
	float: left;
	height:20px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:25px;
}

#gNav_brand a{
    display:block;
    text-indent:-10000px;
    overflow:hidden;
	height:11px;

}

#gNav_brand .collection{
	background-image:url(../../img/brand/share/bt_brand_collection.gif);
	width:68px;
}

#gNav_brand .collection a{
	background-image:url(../../img/brand/share/bt_brand_collection.gif);
}

#gNav_brand a:hover.collection{
	background-image:url(../../img/brand/share/bt_brand_collection2.gif);
}

#gNav_brand .riders{
	background-image:url(../../img/brand/share/bt_brand_riders.gif);
	width:42px;
}

#gNav_brand .riders a{
	background-image:url(../../img/brand/share/bt_brand_riders.gif);
}

#gNav_brand a:hover.riders{
	background-image:url(../../img/brand/share/bt_brand_riders2.gif);
}

#gNav_brand .dealers{
	background-image:url(../../img/brand/share/bt_brand_dealers.gif);
	width:51px;
}

#gNav_brand .dealers a{
	background-image:url(../../img/brand/share/bt_brand_dealers.gif);
}

#gNav_brand a:hover.dealers{
	background-image:url(../../img/brand/share/bt_brand_dealers2.gif);
}

#gNav_brand .images{
	background-image:url(../../img/brand/share/bt_brand_images.gif);
	width:44px;
}

#gNav_brand .images a{
	background-image:url(../../img/brand/share/bt_brand_images.gif);
}

#gNav_brand a:hover.images{
	background-image:url(../../img/brand/share/bt_brand_images2.gif);
}






/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	width:1000px;
	background-image: url(../../img/share/border_base.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* #catch_bottom
----------------------------------------------------------- */
#footer #catch_bottom {
	width:1000px;
	text-align:right;

}

/* #catch_bottom_right2
----------------------------------------------------------- */
#footer #catch_bottom_right2 img{
	left:950px;
	top:-60px;
}



