@charset "EUC-JP";

/*
 * Share*style Rakuten shop
 * http://www.rakuten.ne.jp/styles/
 * Style Guide: http://www.rakuten.ne.jp/gold/share-style/コーディング規約.txt
 * License: none (public domain)
 * -----------------------------------------------
 * グローバルエリアトップのメインビジュアル用スタイルです。
 */



/* ---------------------------------------- ■ リセット */

 body {
	background: none !important;
}



/* ---------------------------------------- ■ スタイル */

 
	#bnr_main {
		position: relative;
		border-top: 1px #3d3d3d solid;
		background: url(http://www.rakuten.ne.jp/gold/share-style/common/img/bg_carbon.gif) ;
		padding: 10px;
		margin-bottom: 10px;
	}
	
		/* スタッフ画像 */
		.sutaff {
			position: absolute;
			top: 105px;
			left: -35px;
		}
		
		
		#bnr_main:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}
		
		/* メイン右バナー */
		#bnr_main ul {
			float: right;
			width: 240px;
		}
		
			.top_bnr_space_01 {
				margin: 5px 0;
			}

/* ---------------------------------------- ■ スライダー */

/* ※jquery.bxslider.cssにて行っています */





