/* titlelead -----*/

div.contents div.titlelead {
	margin: 30px 0 10px;
}

div.contents div.titlelead div.text {
	float: right;
	width: 395px;
}

div.contents div.titlelead div.img {
	float: left;
	width: 280px;
}


/* 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;
}

