@charset "utf-8";
/* CSS Document */

/*

無限堂の広告ページのCSS

////更新履歴////////////////////////////////////////

2008.9.15 ページ制作

///////////////////////////////////////////////////


*/

/*  --------------------------------------------------------------------------


CSSマップ

	1. body,p,img、フロートクリアの設定
		:サイト全体の文字サイズ、カラーなど
		:サイト全体のimgのボーダー外し
		:フロートクリア
	2. ページ外枠、h1、ヘッド部分
		2-1. ページカバー
		2-2. h1タイトル
		2-3. ヘッドロゴ
		2-4. ヘッドメニュー
			2-4-1. サイトマップ
			2-4-2. ご利用規約/免責事項
			2-4-3. 会社概要
	3. 上部メニュー
		：上部メニュー設定
		3-1. トップページ
		3-2. 初めての方へ
		3-3. 買取の流れ
		3-4. Ｑ＆Ａ
		3-5. 相談フォーム
	4. パンくずリスト
		:パンくずリストの設定
	5.買取品目（左メインメニュー） / メインコンテンツ
		5-1. カバー
		5-2.　左側メニュー
			5-2-1. 家電
			5-2-2. 家具
			5-2-3. きもの
			5-2-4. 小物
			5-2-5. オーディオ
			5-2-6. ブランド
			5-2-7. デジタル機器
			5-2-8. 電動工具
			5-2-9. 厨房
			5-2-10. オフィス機器
			5-2-11. オフィス家具
		5-3. メインコンテンツ
	6. フッター
		:フッターのロゴ、背景、テキストなど
	7. その他、各ページ共通コンテンツ
		7-1. 電話番号、メールバナー
		7-2. 高価買取ポイント
		7-3. 買取例
		7-4. 買取エリア


--------------------------------------------------------------------------  */




/* 1. body,p,img、フロートクリアの設定
--------------------------------------------------------------------------	*/
body {
	background: url(../../ihin-center/img/bg.gif);
	margin: 0px;
	padding: 40px 0px;
	color: #333333;
	font-size: 83%;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 130%;
	text-align: center;
}

p {
	padding: 0px;
	margin: 0px 0px 13px;
}

img {
	border: none;
	vertical-align: bottom;
}

.text_red {
	color:#CC0000;
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 0.1em;
	font-size: 0.1px;
}


#cover {
	width: 780px;
	border: 1px #999999 solid;
	padding: 10px;
	margin: 0px auto;
	background: #FFFFFF;
	text-align: left;
	position: relative;
}

h1 {
	width: 770px;
	display: block;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

.sitemap {
	width: 160px;
	position: absolute;
	right: 18px;
	top: 10px;
}


.div_cover {
	width: 780px;
}

.div_left {
	float: left;
	width: 770px;
}




/*	エリア
---------------------------------*/
.h3_area {
	background: url(../img/h3_area.gif) no-repeat;
	width: 770px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

.area_div {
	padding: 10px;
	margin: 0px 0px 20px;
	border: 1px solid #CAE4FF;
	border-top: none;
	width: 748px;
}

.area_div dl {
	width: 748px;
	clear: both;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	border-top: 1px #999999 dotted;
}

.area_div dl dt {
	width: 100px;
	float: left;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.area_div dl dd {
	width: 630px;
	float: right;
	padding: 0px 0px 6px;
	margin: 0px;
}

.area_p {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

/*	トップ電話一覧
---------------------------------*/
.area_mini {
	width: 770px;
	height: 280px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
}


