@charset "utf-8";
/* CSS Document */
#main-title{
	width:600px;
	height:20px;
	margin-top:10px;
	margin-left:20px;
}
/* qa　お問合せページ */
.qa_content{
	width:720px;
	height:auto;
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
}
/* qa2　良くある質問ページ */
.qa2_content{
	width:720px;
	height:auto;
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
}
.qa2_content01{
	margin-bottom:10px;
	width:auto;
	height:30px;
	padding-left:40px;
	background-image:url(../images/qa2_q.gif);
	background-repeat:no-repeat;
	border:#C1272D solid 1px;
}
.qa2_content02{
	width:auto;
	height:auto;
	padding-left:40px;
	background-image:url(../images/qa2_a.gif);
	background-repeat:no-repeat;
	border:#C1272D solid 1px;
}
.p_qa2{
	font-size:16px;
	color:#FFF;
	background-color:#F00;
	padding:5px;
}
