@charset "utf-8";
/* ------------------------------------------------------------

	qa style

------------------------------------------------------------ */


/* ----------common---------- */

h3{
	padding: 0px;
	color: #CCCC99;
	font-weight: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}


/* ---------sub_container---------- */

#sub_container{
	width: 740px;
	margin-left: 10px;
}

/* ---------question list---------- */

#q_list {
	margin-top: 30px;
}

#q_list dl{
}

#q_list dl dt{
	float: left;
	background-image: url(../qa/images/icon_question.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	width: 200px;
	font-size: 120%;
}

#q_list dl dd{
	float: left;
	padding-left: 10px;
	margin-bottom: 25px;
}

#q_list dl dd ul{
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;

}

#q_list dl dd ul li{
	list-style-image: url(../images/pink_mark.gif);
	list-style-type: none;
	line-height: 1.5em;
	margin-bottom: 10px;
	list-style-position: inside;
	padding-left: 10px;

}


dl.qa_list{
	margin-bottom: 50px;
}

dl.qa_list dt{
	background-image: url(../qa/images/q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

dl.qa_list dd{
	background-image: url(../qa/images/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


dl.qa_list dd ul{
	margin-top: 20px;
}

dl.qa_list dd ul.nonmg{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

dl.qa_list dd ul li, dl.qa_list dd ul.nonmg li{
	background-image: url(../images/yellow_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 2.0em;
}



.yellow_headline{
	color: #CCCC99;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.5em;
	display: inline;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

