@charset "utf-8";

/*=========================================================
	[ qa.style ]
	content style - question and answer
	date - creation:2009-09-01 // update:2009-09-01
=========================================================*/

/*=========================================================
	index
		1. Question list
		2. Answer
=========================================================*/

/* 1. Question list
=========================================================*/
ul.qaList{
	margin:20px 10px 0;
	padding:0;
	list-style:none;
}
ul.qaList li{
	margin:.4em 0;
	padding-left:14px;
	background:transparent url(/koho/format/images/for_ul_mk1.gif) no-repeat .1em .5em;
	line-height:1.3;
}

/* 2. Answer
=========================================================*/
dl.answer{
	margin:20px 10px 0;
}
.answer dt{
	margin-top:15px;
	padding:0 0 3px 24px;
	border-bottom:1px dotted #BBBBBB;
	background:transparent url(/koho/format/images/for_qa_ico_q.gif) no-repeat 0 .2em;
	line-height:1.3;
}
.answer dd{
	margin-top:5px;
	padding-left:24px;
	background:transparent url(/koho/format/images/for_qa_ico_a.gif) no-repeat 0 .3em;
	line-height:1.5;
}
