/*	＃ﾊ設定	*/ｮ
.red {
	color: #ff0000;
}

/*	個別設定	*/
div.contact-area {
	font-size: 12px;
}

h2.contact-title {
	background-color: #000000;
	margin: 20px 10px;
	padding: 10px;
	color: #ffffff;
	font-size: 17px;
}

p.contcat-preface {
	text-align: left;
	margin: 20px;
}

table.contact-table {
	margin: 0 auto;
}

table.contact-table th, table.contact-table td {
	padding: 10px;
	text-align: left;
}

table.contact-table th {
	background-color: #dcdcdc;
}

table.contact-table td {
	background-color: #ffffff;
}

p.form-description {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

/*	確認画面	*/
div#layer {
	position: absolute;
	background: #696969;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: none;
}

div#check-area {
	position: absolute;
	background-color: #ffffff;
	top: 100px;
	left: 300px;
	border: 1px solid #000000;
	width: 800px;
	text-align: center;
	font-size: 12px;
	display: none;
}

p.mail_to {
	margin-right: 70px;
	text-align: right;
	font-size: 80%;
}

