@charset "utf-8";
#main_area h2 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 600px;
	position: relative;
	font-size: 100%;
	font-weight: normal;
}
#main_area h2 span {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h2.outline span {
	background-image: url(../img/ttl_outline.png);
}
h2.trade span {
	background-image: url(../img/ttl_trade.png);
}
h2.privacy span {
	background-image: url(../img/ttl_privacy.png);
}
h2.inquiry span {
	background-image: url(../img/ttl_inquiry.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main_area dl {
	padding: 0;
	background-color: #f5f5f5;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#main_area dl dt {
	margin: 0;
	width: 11em;
	float: left;
	color: #333;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
	
#main_area dl dd {
	color: #666666;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 11em;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main_area h3 {
	background-image: url(../img/sub_ttl_bar.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	display: block;
	font-size: 125%;
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#form  input.btn_submit {
	background-image: url(../img/btn_inquiry.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 80px;
	width: 260px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#form  input.btn_submit:hover {
	background-image: url(../img/btn_inquiry.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
#main_area p.thanks_letter {
	font-size: 150%;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
#main_area p.thanks_letter2 {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 350px;
	background-color: #F5F5F5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
