@charset "utf-8";
@import "/common_css/buy_search_form_style.css";	/* 買取検索スタイル読み込み */
@import "/common_css/sale_3column.css";					/* カラムの数に応じたスタイル読み込み */
@import "/common_css/sale_main_culmun.css";			/* 販売系メインカラム部スタイル */


/*--------------------------

	お知らせスタイル

----------------------------*/
#info-wrapper {
	padding-top: 1em;
	margin: 0 auto 1.5em auto;
	width: 500px;
	border: 1px dashed #ffcccc;
}




/*--------------------------

	中古販売

----------------------------*/	
#sale-wrapper {

}

	.content-wrapper h2 {
		color: #ffffff;
		font-size: 16px;
		text-align: left;
		background: url(/img/common/h2_bg.gif) no-repeat;
		line-height: 48px;
		height: 52px;
		width: 938px;
		text-indent: 20px;
		margin: 0 auto 1.5em auto;
	}
	
	/* トップページメインカラム見出し */
	#sale-main-content h3 {
		text-indent: 25px;
		height: 42px;
		line-height: 42px;
		color: #004da2;
		margin-bottom: 10px;
		background: url(/sale/img/h3_bg.gif) no-repeat;
	}
	
	/* オススメ品 */
	#sale-special-plice-content dl a {
		text-decoration: none;
	}
	
	/*
	#sale-special-plice-content dl {
		width: 100%;
		display: inline-block;
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: 1px dotted #cccccc;
	}
	
	#sale-special-plice-content dl:after {
		content: "";
		display: block;
		clear: both;
	}
	
		#sale-special-plice-content dl dt {
			float: left;
			clear: both;
			width: 100px;
		}
		
			#sale-special-plice-content dl dt img {
				width: 100px;
				height: 100px;
			}
		
		#sale-special-plice-content dl dd {
			margin-left: 115px;
		}
		*/


/*--------------------------

	インデックス専用フッタースタイル

----------------------------*/


