@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#main h2 {
	background: url(img/tit.gif) no-repeat;
	width: 580px;
	height: 30px;
	margin-top: 14px;
	text-indent: -9999px;
}

/* table
--------------------------------------------------------------------------------------------------------------*/
#main table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 580px;
	margin: 10px 0;
}
	#main table th {
		background: #dfdfdf;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		width: 125px;
		padding: 5px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	#main table td {
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 5px 10px;
		vertical-align: top;
		line-height: 1.5;
	}


/* mailform
--------------------------------------------------------------------------------------------------------------*/
fieldset { border: 0px; }
input, textarea {
	background: #fff;
	border: none;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2px 5px;
	margin: 2px;
}
input:hover, textarea:hover {
	background-: #ffd;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
}
#zipcodeselect{
	background: #d5d5d5;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 110px;
}
#next {
	background: #d5d5d5;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 150px;
}
#reset {
	background: #efefef;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-left: 20px;
	width: 150px;
}
#back {
	background: #d5d5d5;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 150px;
}

#zipcodeselect:hover,
#next:hover,
#reset:hover,
#back:hover {
	border-top-width: 1px;
	background: #bbb;
	padding: 2px 5px;
}

#company{width:300px;}
#name{width:300px;}
#zipcode{width:60px;}
#pref{width:150px;}
#address{width:300px;}
#mail{width:300px;}
#tel01,#tel02,#tel03,#fax01,#fax02,#fax03{width:40px;}
#url{width:300px;}
#soudan01,#soudan02,#soudan03,#soudan04,#soudan05,#soudan06{border:none;}
#comment{width:400px; height:120px;}
