@charset "utf-8";
/* CSS Document */


/*=======================================

	マジクエストQ&A
	body id qa

========================================*/

#magi{
	background:url(../../qa/img/magi.gif) no-repeat top left;
	width:595px;
	height:187px;
	position:relative;
}

#magitxt{
	position:absolute;
	top:73px;
	left:72px;
	width:410px;
}
#magitxt p{
	font-size:0;
	line-height:0;
	padding-bottom:7px;
}

div.section{
	width:620px;
	margin:20px 10px;
}

dl.qa{
	font-size:108%;
}

dl.qa dt{
	font-weight:bold;
	background:url(../img/q.gif) no-repeat left top;
	margin:0 0 0 0;
	padding:2px 0 0 30px;
	height:20px;
}

dl.qa dd{
	background:url(../img/a.gif) no-repeat left top;
	padding:10px 0 10px 30px;
	line-height:1.4em;
}

p.author{
	font-weight:bold;
	font-size:93%;
	text-align:right;
	margin-bottom:20px;
}

dl.qa dd a{
	background:url(../img/arrow.gif) no-repeat left;
	padding:0 0 0 24px;}
	
p.pict{
	margin:10px 0;
}

