@charset "utf-8";

/* ********************************************* */
/** タペストリー宣伝ページの設定
/** sp-tapestry.css
/* ********************************************* */

.WrapBodyArea
{
	margin:0 auto;
	border:1px solid #c8c8c8;

}



h2.title {
	font-size: 120%;
	padding: 0 0 0 8px;
	border-left: 5px solid #9B3A38;
	border-bottom: 3px solid #9B3A38;
	line-height: 30px;
	text-align:left;
}


/********************************
お問い合わせバナー
********************************/
.InquiryBannerBox a
{
	background-image:url(../images/bn_inquiry_on.gif);
}


/********************************
よくあるご質問
********************************/
.faqList
{
	margin:15px 0 0 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.faqList span
{
	font-weight:bold;
	padding:0 5px 0 0;
}
.faqList dt
{
	color:#ff4e00;
	font-weight:bold;
	margin:0 0 5px 0;
}
.faqList dd
{
	margin:0 0 15px 1.2em;
}
.faqList dd.parag
{
	text-indent:0em;
}
.faqList dd span
{
	color:#0056b7;
}
/********************************
POPアップ
********************************/

#PopUpBodyArea {
	width: 570px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
}
#POPup
{
	background-image:none;
}
.POPupTable table
{
	width:570px;
	margin:0 auto;
}
.POPupTable th
{
	text-align:left;
	background-color:#dff7da;
}
.POPupTable td
{
	text-align:left;
	padding:8px;
}

/********************************
フォーム
********************************/

.formHide{
	display: none;
}

