﻿div.qatitle {
	background-color:#DAECF2;
	font-size: 15px;
	font-weight: 900;
	color:#0093BF;
	padding:2px 20px;
}

dl {
	margin: 0 20px 20px 20px;
	padding:0;
	line-height: 2;
}

dt {
	margin:10px 0 0 0;
	padding:0 0 0 28px;
	background:white url(../images/contents/qanda/q.gif) no-repeat scroll 0 5px;
	color: #0093BF;
}

dd {
	margin:0 0 10px 0;
	padding:0 0 0 28px;
	background:white url(../images/contents/qanda/a.gif) no-repeat scroll  0 5px;
}

.question {
	color:blue;
	font-family:"ＭＳ ゴシック", "Courier New", monospace;
	font-size:15px;
	font-weight: 900;
}

.answer {
	color:red;
	font-family:"ＭＳ ゴシック", "Courier New", monospace;
	font-size:15px;
	font-weight: 900;
}