@charset "euc-jp";
/* CSS Document */

/*業者向けプランタイトル*/
#trader_title {
	width: 681px;
	margin: 20px auto 10px auto;
	height: 145px;
}

#inquery_tel,
#inquery_fax,
#inquery_net {
	width: 656px;
	margin: 30px auto 0 auto;
	border-left: 4px solid;
	border-color: #F90;
	padding-left: 10px;
}
#inquery_tel h2,
#inquery_fax h2,
#inquery_net h2 {
	font-size: 150%;
}
#inquery_tel p,
#inquery_net p {
	margin-top: 10px;
	font-size: 75%;
	line-height: 150%;
}
#inquery_tel p.freedial {
	background-image: url(../../common/img/inq/tel_number.gif);
	width: 434px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	display: block;
}
#inquery_fax p.faxnumber {
	background-image: url(../../common/img/inq/fax_number.gif);
	width: 379px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
}


/* mailform */
#form {
	width: 680px;
	margin: 0 auto;
}

#form #member {
	width: 664px;
	height:26px;
	background-color: #dddddd;
	border: solid #999999 1px;
	padding: 18px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
	margin: 20px 0 0 0;
}

#form table#data {
	width: 677px;
	margin: 20px auto;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
#form table#data th {
	width: 190px;
	padding: 10px;
	font-size: 90%;
	background-color: #FCC;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: right;
	line-height: 300%;
}
#form table#data th span {
	color: #F00;
}
#form table#data td {
	font-size: 90%;
	padding: 10px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
#form table#select {
	width: 677px;
	margin: 10px auto;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
#form table#select th {
	padding: 10px;
	font-size: 90%;
	background-color: #FC3;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: left;
}
#form table#select td {
	font-size: 90%;
	padding: 10px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 150%;
}


div.subform {
	width: 656px;
	font-size: 100%;
	padding: 10px;
	margin: 0 auto;
	line-height: 80%;
}
div.subform a {
	color: #F00;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	display: block;
	padding: 0;
	text-decoration: none;
}
div.subform a:hover {
	text-decoration: underline;
}
