@charset "utf-8";
/* page.css */

/**********************************
 * メニュー領域
 *
 **********************************/
#menu {
	position: relative;
	width: 800px;
	height: 65px;
	margin-bottom: 10px;
	padding-top: 120px;
	background: url(../images/flow.gif) no-repeat;
	border-bottom: 1px solid #000000;
}

/* メニューバー */
#menu ul {
	width: 799px;
	height: 50px;
	padding-left: 1px;
}

/* メニューリスト */
#menu ul li {
	float: left;
	display: block;
	width: 114px;
	height: 50px;
	list-style: none;
	background: #813B5F;
	text-align: center;
}

/* メニューアンカー */
#menu a,
#menu a:link,
#menu a:visited {
	display:  block;
	width: 112px;
	height: 49px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.0em;
}

#menu a:hover {
	background: #70100C;
	height: 49px;
}

/* メニュー文字（1行） */
#menu p.single {
	line-height: 4em;
}

/* メニュー文字（複数行） */
#menu p.multi {
	line-height: 0.8em;
	padding-top: 9px;
}

/* 出張買取アンカー */
#menu a.select01,
#menu a.select01:link,
#menu a.select01:visited {
	display: inline;
	position: absolute;
	top: 17px;
	left: 174px;
	width: auto;
	height: auto;
	border: 0;
	color: #153666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#menu a.select01:hover {
	background: none;
	text-decoration: underline;
}

/* 宅配買取アンカー */
#menu a.select02,
#menu a.select02:link,
#menu a.select02:visited {
	display: inline;
	position: absolute;
	top: 17px;
	left: 316px;
	width: auto;
	height: auto;
	border: 0;
	color: #3D811F;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#menu a.select02:hover {
	background: none;
	text-decoration: underline;
}

/* メール買取アンカー */
#menu a.select03,
#menu a.select03:link,
#menu a.select03:visited {
	display: inline;
	position: absolute;
	top: 17px;
	left: 476px;
	width: auto;
	height: auto;
	border: 0;
	color: #DB5A0D;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#menu a.select03:hover {
	background: none;
	text-decoration: underline;
}

/**********************************
 * 名前一覧領域
 *
 **********************************/
#nameList {
	position: relative;
	float: left;
	width: 170px;
	height: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #E0E2BD;
}

/* 名前一覧アンカー */
#nameList a,
#nameList a:link,
#nameList a:visited {
	color: #262626;
	text-decoration: none;
}

#nameList a:hover {
	color: #7D0C1A;
	text-decoration: underline;
}


/* ページタイトル */
#nameList h2 {
	width: 170px;
	height: 30px;
	padding-top: 15px;
	background: url(../images/top19.gif) no-repeat center;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

/* 名前リスト */
#nameList ul {
	position: relative;
	width: 170px;
}

#nameList ul li {
	list-style: none;
	margin-left: 50px;
}

#nameList ul li span {
	position: absolute;
	left: 30px;
}

/**********************************
 * ブランド一覧領域
 *
 **********************************/
#brandList {
	position: relative;
	float: left;
	width: 580px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 1px solid #000000;
}

/* ページタイトル */
#brandList h2.title {
	width: 580px;
	height: 30px;
	padding-top: 15px;
	border-bottom: 1px solid #000000;
	font-size: 1.6em;
	font-weight: bold;
}

/* ブランド */
#brandList .brand {
	position: relative;
	margin-top: 10px;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
}

/* ブランド名 */
#brandList .brand h2 {
	font-size: 1.4em;
	font-weight: bold;
}

/* 説明 */
#brandList .desc {
	position: relative;
	width: 580px;
	margin-top: 20px;
	margin-left: 5px;
	padding-bottom: 20px;
}

/* 画像 */
#brandList .imgs {
	position: relative;
	width: 580px;
	margin-left: 5px;
	padding-bottom: 15px;
}

#brandList .imgs img {
	margin: 5px;
	vertical-align: top;
}