@charset "utf-8";
/* CSS Document */
#main_left_faq {
	line-height:120%;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	clear: left;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0px;
	font-size: 90%;
}
dl			{
	clear: both;
	margin: 0 0 0px 0;
}

dt			{
	color:#0B3F6C;
	padding: 0px;
	position: relative;
	font-weight:normal; padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #193DAB;
}

dd.answer		{
	position: relative;
	width: 90%;
	margin: 0 auto;
	color: #103F69;
	background-color: #F5FBFE;
}
dd.answer div		{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #193DAB;
	border-bottom-color: #193DAB;
	border-left-color: #193DAB;
}
dd.answer-tab-wrap	{
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
}

.answer-tab		{
	display: block;
	text-indent: -9999px;
	width: 169px;
	height: 31px;
	float: right;
	background-image: url(../images/show_hide1.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
