@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::

				contact設定
	
:::::::::::::::::::::::::::::::::::::::::::::::::: */

p.cntct {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 25px;
	margin-left: 0px;
}

table#formTable {
	width: 540px;
	margin-left: 20px;
}

table#formTable th {
	width: 180px;
	background-color: #DFDFDF;
	font-size: 0.75em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #534742;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

table#formTable td {
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #534742;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

table#formTable th#thLast {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534742;
}

table#formTable td#tdLast {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534742;
}

input#name, input#email, input#email2, input#address, input#tel {
	border: 1px solid #CACACA;
	width: 220px;
}

textarea#details {
	border: 1px solid #CACACA;
	width: 315px;
}

table#formTable input#contact2 {
	margin-left: 30px;
}

input#submit {
	width: 58px;
	color: #FFFFFF;
	background-color: #645650;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9a847a;
	border-right-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #9a847a;
	margin-top: 15px;
	margin-left: 260px;
}

form#form {
	margin-bottom: 50px;
}

ul#formNotice li {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-left: 20px;
}



/* :::::::::: thanksここから :::::::::: */

dl#mailAds {
	margin-top: 40px;
	margin-bottom: 150px;
	margin-left: 20px;

}

dl#mailAds dt {
	margin-bottom: 3px;
}

dl#mailAds dd {
	margin-left: 7px;
}


/* :::::::::: thanksここまで :::::::::: */


