/* titlelead -----*/

div.contents div.titlelead {
	margin: 30px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #112266;
}

div.contents div.titlelead p.lead {
	margin-top: 0;
	font-size: 14px;
	*font-size: medium;
	*font: small;
}


/* qa -----*/

div.contents p.innerpagetop {
	text-align: right;
	border-bottom: 1px dotted #112266;
}

div.contents dl.qa {
	margin: 0;
}

div.contents dl.qa dt {
	padding-left: 20px;
	font-weight: bold;
	background: url("../images/faq_icon_q.gif") no-repeat 0 4px;
}

div.contents dl.qa dd {
	margin: 5px 0 0;
	padding-left: 20px;
	background: url("../images/faq_icon_a.gif") no-repeat 0 4px;
}

