@charset "UTF-8";
/* CSS Document */
#contents {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#contents h1 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
	color: #3A0302;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #B09A60;
	padding-left: 6px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #F0F0E2;
}
#contents #contact {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
}
#contents h2,
#contents h3,
#contents h4 {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents p {
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 15px;
}
#form {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 100px;
}
#form h3 {
	background-color: #EFF5D9;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	text-indent: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C66;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 1.5em;
}

#form table{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 100%;
	background-color: #CCC;
}

#form th{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	line-height: 25px;
	background-color: #F7F7F7;
	width: 25%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#form td{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	color: #333333;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
}
#submit {
	text-align: center;
	padding-bottom: 30px;
}
.anq_required {
	background-image: url(required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
#form h2 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/*=============================================================
#form
=============================================================*/
#form-area input[type="text"]:hover,#form-area textarea:hover {
border: 1px solid #666666;
}
#form-area input[type="text"]:focus,#form-area textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#form-area input[type="text"],#form-area textarea {
border: 1px solid #999999;
padding: 1px;
}
#form-area input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#form-area input[type="submit"]:hover {
background-color: #FFCCCC;
}
/* THANKS */
#thanks {
	clear: both;
	padding-top: 15px;
	padding-bottom: 100px;
}
#thanks p.thanks {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
	margin-bottom: 15px;
}
#thanks p.ad {
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
}
#regist-arrow {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#goToMypage {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.attention {
	font-weight: bold;
	color: #F00;
	padding-bottom: 5px;
}
#form-area #sell-image {
	padding-bottom: 25px;
}
