@charset "utf-8";
/* メールフォーム設定
---------------------------------------------------- */
#main h1#title {
	font-size: 30px;
	margin: 0px;
	line-height: 32px;
	padding: 5px 0px 5px 10px;
	border-left: 10px solid #F00;
	border-bottom: 1px solid #F00;
	border-top: 1px solid #F00;
	border-right: 10px solid #F00;
}
#main h2 {
	background-image: url(../img/entry/red.gif);
	padding-top: 13px;
	padding-left: 26px;
	font-size: 16px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 744px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
}
.mailform_text {
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#main table {
	width: 700px;
	margin-left:auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	empty-cells: show;
	vertical-align: middle;
	margin-right: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #998675;
	border-left-color: #998675;
}
#main th {
	width: 180px;
	padding: 5px;
	background-color:#C8BEB5;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #998675;
	border-bottom-color: #998675;
}
#main th.kanri {
	width: 80px;
	padding: 5px;
	background-color:#C8BEB5;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #998675;
	border-bottom-color: #998675;
}
#main td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #998675;
	border-bottom-color: #998675;
	line-height: 16px;
}
#main form {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#main input {
}
#main select {
}
.red_text {
	color: #FF0000;
	font-weight: bold;
}
.red_text_kaiyaku {
	color: #F00;
	font-weight: bold;
	font-size: 17px;
	line-height: 23px;
}
.center_text {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

