/* 買い取り強化ページ */

#contents {
	margin: 0px 30px;
	padding: 10px;
}

h1 {
	width: 710px;
	height: 72px;
	background: url(./img/h1.jpg) no-repeat center center;
	text-indent: -5000px;
	margin-bottom: 50px;
}
h2 {
	margin-bottom: 25px;
	padding: 0px 0px 10px 15px;
	background-image: url(./img/blue-title.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #393838;
	font-size: 1em;
	font-weight: bold;
}
p {
	color: #000000;
	margin: 20px 0px;
	font-size: 0.9em;
	line-height: 170%;
}
p img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#slogan p {
	margin: 20px 0px;
	padding: 30px 0px;
}

p.arrow {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#staff {
	margin: 100px 0px 50px 0px;
	color: #000000;
	font-size: 3em;
	line-height: 120%;
}

#tel,
#contact {
	margin: 40px 0px 80px 0px;
	font-size: 1.7em;
	line-height: 220%;
}
#contact {
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------------- */

form {
	margin: 0px;
	padding: 20px;
	border: 1px solid #696969;
}
form table {
	width: 100%;
}
form table th {
	font-weight: bold;
}
form table th,
form table td {
	padding: 2px 3px;
}

span.att {
	padding-left: 12px;
	color: #FF0000;
	font-size: 0.7em;
}

input,
textarea {
	font-size: 1em;
}
textarea {
	width: 100%;
}

.submit {
	padding: 15px 0px 0px 0px;
	text-align: center;
}
.submit input {
	width: 150px;
	height: 40px;
	font-weight: bold;
}

/* -------------------------------------------------------------------------- */

.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }

