@charset "utf-8";

/*=============== お問合せタイトル ===============*/
.inqTitle {
	float: right;
	width: 816px;
	margin-bottom: 20px;
	background: url(../images/sitemap_title_j.jpg) no-repeat;
	height: 31px;
}

.inqTitle p {
	font-size: 125%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}

/*=============== 本文 ===============*/
.inqBodyArea {
	width: 716px;
	margin-bottom: 250px;
	margin-left: 64px;
}

/*=== 本文 ===*/
.inqBodyArea .inqText {
	width: 681px;
	text-align: left;
	background: #E7E7E7;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 5px;
}

.inqText h1 {
	font-size: 125%;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 4px;
	border-bottom: 3px solid #666666;
	margin-bottom: 16px;
}

.inqText p {
	font-size: 110%;
	line-height: 150%;
}

.inqText p.indented {
	text-indent: 6.3em;
	font-size: 110%;
	line-height: 150%;
}

/*=============== ページトップ ===============*/
.pageTop {
	width: 716px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-left: 0px;
}

.pageTop p {
	font-size: 90%;
	line-height: 100%;
}

.pageTop a,
.pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.Clear {
	clear: both;
	width: 100%;
}
