@charset "utf-8";

/* =====================================================================
	Q&A
===================================================================== */
#threerR{
	float:right;
	width:370px;
}
#threerR h4{
	margin-bottom:10px;
	background:url(img/h4_bg370.gif) no-repeat 0 0;
}



/* =====================================================================
	用語集
===================================================================== */
dl.accordion{
	background:#FFF;
	border-bottom: 1px dotted #ddd;
}
.accordion dt {
	padding:0.8em 20px 0.8em 40px;
	color: #444;
/*	font-weight:bold;*/
	line-height:1.4;
	background:url(img/dt_q.gif) no-repeat 10px 0.7em;
}
.accordion dt em{
	font-weight:bold;
	font-style:normal;
}
.accordion dt a {
	color: #5F529F;
	text-decoration: none;
	display: block;
}
.accordion dt:hover {
	color: #5F529F;
	text-decoration:underline;
}
.accordion dt.active {
	background:url(img/dt_q_on.gif) no-repeat 10px 0.7em;
} 
.accordion dd {
	clear: both;
	overflow: hidden;
	width: 640px;
	padding:0 0 10px 30px;
}
.accordion dd div{
	padding:10px 10px 10px 40px;
	background:#EFEEF5 url(img/dd_a.gif) no-repeat 10px 10px;
}
.accordion dd .block {
	padding: 20px;
}
.accordion dt img{
	vertical-align:bottom;
}