@charset "utf-8";

/*==========================================================
	Date: 2008-3-10
	KURODA HOUSE GROUP All right reserved 
==========================================================*/

/*----------------------------------------------------------
question
----------------------------------------------------------*/
div#question{
	width: 570px;
	margin: 23px 0 25px 20px;
}

div#question ul{
	padding: 20px 0 20px 0;
	border-top: 1px solid #0D0D0D;
	border-bottom: 1px solid #0D0D0D;
}

div#question ul li{
	padding: 0 0 15px 20px;
	background:url(../../images/qa/q_mark.gif) left 4px no-repeat;
}

div#question a{
	text-decoration: underline;
}



/*----------------------------------------------------------
answer
----------------------------------------------------------*/
div#answer{
	width: 570px;
	margin: 0 0 13px 20px;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #CCCCCC;
	background: url(../../images/qa/bg_line.jpg) left top no-repeat;
	position: relative;
}

div#answer dd.qa{
	font-size: 1.0em;
	color: #666666;
	font-weight: bold;
	padding: 39px 0 39px 0;
}

/*----------------------------------------------------------
QAマーク
----------------------------------------------------------*/
div#answer dt.qa{
	width: 82px;
	height: 13px;
	position: absolute;
	left: -20px;
	top: 17px;
}

div#answer  dt{
	width: 72px;
	height: 11px;
	position: absolute;
	left: -20px;
	top: 68px;
}
/*----------------------------------------------------------
タイトル
----------------------------------------------------------*/
.side_ttl{
	margin: 0 0 15px 0;
}

