@charset "utf-8";
ul#qaMenu {
}
ul#qaMenu li{
	display: inline;
	margin-right: 11px;
	background-image: url(../img/base/ico01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}

/* ============================================
 *
 * Qa Style Sheet
 * Last Update : 2013-01-30
 *
============================================ */

dl.qaList {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ============================================
 *
 * Qa Style Sheet
 * Last Update : 2013-01-30
 *
============================================ */

dl.qaList dt{
	background-image: url(../img/qa/ico_qa01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;

}
/* ============================================
 *
 * Qa Style Sheet
 * Last Update : 2013-01-30
 *
============================================ */

dl.qaList dd{
	background-image: url(../img/qa/ico_qa02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 33px;
	min-height: 25px;
	letter-spacing: 0.2em;

}
