@charset "utf-8";


#contents_box h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#contents_box dt	{
	background:url(images/faq_q.gif) no-repeat left top;
	color: #6699CC;
	font-size:1.4em;
	font-weight:bold;
	min-height:30px;
	margin:0 0 15px 0;
	padding: 0.3em 0 0 44px;
	clear:both;
}

* html #contents_box dt	{
	height:30px;
}

#contents_box dd	{
	background:url(images/faq_a.gif) no-repeat left top;
	min-height:30px;
	margin:0 0 35px 0;
	padding: 0.6em 0 0 44px;
	clear:both;
}

* html #contents_box dd	{
	height:30px;
}


#contents_box dd ol	{
	clear:both;
	display: block;
}

